Skip to content

Commit 84c4435

Browse files
committed
Add track event quantity support for schematic-react
1 parent 13df4b7 commit 84c4435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@schematichq/schematic-react",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"main": "dist/schematic-react.cjs.js",
55
"module": "dist/schematic-react.esm.js",
66
"types": "dist/schematic-react.d.ts",
@@ -28,7 +28,7 @@
2828
"tsc": "npx tsc"
2929
},
3030
"dependencies": {
31-
"@schematichq/schematic-js": "^1.1.0"
31+
"@schematichq/schematic-js": "^1.1.2"
3232
},
3333
"devDependencies": {
3434
"@microsoft/api-extractor": "^7.49.2",

0 commit comments

Comments
 (0)