@knocklabs/react 0.7.0-rc.0 → 0.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -5
  2. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -1,16 +1,32 @@
1
1
  # Changelog
2
2
 
3
- ## 0.7.0-rc.0
3
+ ## 0.7.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 6bf7e9e: feat: add guide client, hooks, provider, and components
7
+ - 711948c: feat: add guide client, hooks, provider, and components
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - Updated dependencies [6bf7e9e]
12
- - @knocklabs/react-core@0.6.0-rc.0
13
- - @knocklabs/client@0.13.0-rc.0
11
+ - Updated dependencies [711948c]
12
+ - @knocklabs/react-core@0.6.0
13
+ - @knocklabs/client@0.14.0
14
+
15
+ ## 0.6.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [187abc1]
20
+ - @knocklabs/client@0.13.1
21
+ - @knocklabs/react-core@0.5.2
22
+
23
+ ## 0.6.1
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [4cd1b1e]
28
+ - @knocklabs/client@0.13.0
29
+ - @knocklabs/react-core@0.5.1
14
30
 
15
31
  ## 0.6.0
16
32
 
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.7.0-rc.0",
5
+ "version": "0.7.0",
6
6
  "license": "MIT",
7
7
  "main": "dist/cjs/index.js",
8
8
  "module": "dist/esm/index.mjs",
@@ -52,11 +52,11 @@
52
52
  "react-dom": "^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
53
53
  },
54
54
  "dependencies": {
55
- "@knocklabs/client": "^0.13.0-rc.0",
56
- "@knocklabs/react-core": "^0.6.0-rc.0",
55
+ "@knocklabs/client": "^0.14.0",
56
+ "@knocklabs/react-core": "^0.6.0",
57
57
  "@popperjs/core": "^2.11.8",
58
58
  "@radix-ui/react-dialog": "^1.1.6",
59
- "@telegraph/combobox": "^0.0.73",
59
+ "@telegraph/combobox": "^0.0.74",
60
60
  "@telegraph/icon": "^0.0.47",
61
61
  "@telegraph/layout": "^0.1.13",
62
62
  "@telegraph/tokens": "^0.0.19",
@@ -72,7 +72,7 @@
72
72
  "@types/react": "^18.3.6",
73
73
  "@types/react-dom": "^18.2.15",
74
74
  "@typescript-eslint/eslint-plugin": "^8.19.1",
75
- "@typescript-eslint/parser": "^8.24.0",
75
+ "@typescript-eslint/parser": "^8.27.0",
76
76
  "@vitejs/plugin-react": "^4.3.4",
77
77
  "babel-plugin-react-require": "^4.0.3",
78
78
  "eslint": "^8.56.0",
@@ -88,6 +88,7 @@
88
88
  "vite": "^5.0.0",
89
89
  "vite-plugin-dts": "^4.5.0",
90
90
  "vite-plugin-no-bundle": "^4.0.0",
91
- "vitest": "^2.1.8"
91
+ "vitest": "^2.1.8",
92
+ "vitest-axe": "^0.1.0"
92
93
  }
93
94
  }