@knocklabs/react 0.9.4 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- f0c892f: [guides] update selectGuides and useGuides to be subject to throttling by default
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [2d29ebf]
|
|
12
|
+
- @knocklabs/react-core@0.12.0
|
|
13
|
+
- @knocklabs/client@0.20.0
|
|
14
|
+
|
|
15
|
+
## 0.9.5
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [a56bf70]
|
|
20
|
+
- @knocklabs/client@0.19.4
|
|
21
|
+
- @knocklabs/react-core@0.11.4
|
|
22
|
+
|
|
23
|
+
## 0.9.5
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- 96cfa22: Update Next.js devDependency from 15.3.3 to 15.3.6
|
|
28
|
+
|
|
3
29
|
## 0.9.4
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@knocklabs/react",
|
|
3
3
|
"description": "A set of React components to build notification experiences powered by Knock",
|
|
4
4
|
"author": "@knocklabs",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.10.0",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/cjs/index.js",
|
|
8
8
|
"module": "dist/esm/index.mjs",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@knocklabs/client": "^0.
|
|
76
|
-
"@knocklabs/react-core": "^0.
|
|
75
|
+
"@knocklabs/client": "^0.20.0",
|
|
76
|
+
"@knocklabs/react-core": "^0.12.0",
|
|
77
77
|
"@popperjs/core": "^2.11.8",
|
|
78
78
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
79
79
|
"@telegraph/combobox": "^0.1.16",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
103
103
|
"eslint-plugin-react-refresh": "^0.4.14",
|
|
104
104
|
"jsdom": "^27.1.0",
|
|
105
|
-
"next": "15.3.
|
|
105
|
+
"next": "15.3.6",
|
|
106
106
|
"react": "^19.0.0",
|
|
107
107
|
"react-dom": "^19.0.0",
|
|
108
108
|
"rimraf": "^6.0.1",
|