Skip to content

Commit ea9a4d8

Browse files
committed
Prep for v8.15.0
1 parent 2685966 commit ea9a4d8

4 files changed

Lines changed: 21 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
N/A
1111

12+
## [v8.15.0] - 2025-01-09
13+
14+
- Synchronized version with `react-querybuilder`.
15+
1216
## [v8.1.0] - 2025-01-09
1317

1418
- Synchronized version with `react-querybuilder`.
@@ -25,7 +29,8 @@ N/A
2529

2630
<!-- #region Release comparison links -->
2731

28-
[unreleased]: https://github.com/react-querybuilder/react-querybuilder-chakra2/compare/v8.1.0...HEAD
32+
[unreleased]: https://github.com/react-querybuilder/react-querybuilder-chakra2/compare/v8.15.0...HEAD
33+
[v8.15.0]: https://github.com/react-querybuilder/react-querybuilder-chakra2/compare/v8.1.0...v8.15.0
2934
[v8.1.0]: https://github.com/react-querybuilder/react-querybuilder-chakra2/compare/v8.0.0...v8.1.0
3035
[v8.0.0]: https://github.com/react-querybuilder/react-querybuilder-chakra2/compare/v7.7.1...v8.0.0
3136
[v7.7.1]: https://github.com/react-querybuilder/react-querybuilder-chakra2/releases/tag/v7.7.1

bun.lock

Lines changed: 12 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"@chakra-ui/system": "^2",
66
"@emotion/react": "^11",
77
"@emotion/styled": "^11",
8-
"@react-querybuilder/chakra2": "8.1.0",
8+
"@react-querybuilder/chakra2": "8.15.0",
99
"framer-motion": "^11",
1010
"react": "^18.3.1",
1111
"react-dom": "^18.3.1",
12-
"react-querybuilder": "8.1.0"
12+
"react-querybuilder": "8.15.0"
1313
},
1414
"description": "React Query Builder Chakra UI v2 Example",
1515
"devDependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"oxlint-tsgolint": "^0.21.1",
7777
"react": "^18.3.1",
7878
"react-dom": "^18.3.1",
79-
"react-querybuilder": "^7.7.1",
79+
"react-querybuilder": "8.15.0",
8080
"sass": "^1.99.0",
8181
"tsdown": "^0.21.9",
8282
"typescript": "^6.0.2",

0 commit comments

Comments
 (0)