Skip to content

Commit f7c2e11

Browse files
committed
v8.0.0
1 parent dae8e50 commit f7c2e11

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bun.lockb

0 Bytes
Binary file not shown.

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": "7.7.1",
8+
"@react-querybuilder/chakra2": "8.0.0",
99
"framer-motion": "^11",
1010
"react": "^18.3.1",
1111
"react-dom": "^18.3.1",
12-
"react-querybuilder": "7.7.1"
12+
"react-querybuilder": "8.0.0"
1313
},
1414
"description": "React Query Builder Chakra UI v2 Example",
1515
"devDependencies": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-querybuilder/chakra2",
33
"description": "Custom Chakra UI v2 components for react-querybuilder",
4-
"version": "7.7.1",
4+
"version": "8.0.0",
55
"publishConfig": {
66
"access": "public"
77
},
@@ -75,7 +75,7 @@
7575
"prettier": "3.3.3",
7676
"react": "^18.3.1",
7777
"react-dom": "^18.3.1",
78-
"react-querybuilder": "^7.7.1",
78+
"react-querybuilder": "^8.0.0",
7979
"sass": "^1.80.6",
8080
"tsup": "^8.3.5",
8181
"typescript": "^5.6.3",
@@ -89,6 +89,6 @@
8989
"@emotion/styled": "^11",
9090
"framer-motion": "^11",
9191
"react": ">=18",
92-
"react-querybuilder": "^7.7.1"
92+
"react-querybuilder": "^8"
9393
}
9494
}

0 commit comments

Comments
 (0)