@knocklabs/react 0.9.3 → 0.9.5

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 +41 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.9.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a56bf70]
8
+ - @knocklabs/client@0.19.4
9
+ - @knocklabs/react-core@0.11.4
10
+
11
+ ## 0.9.5
12
+
13
+ ### Patch Changes
14
+
15
+ - 96cfa22: Update Next.js devDependency from 15.3.3 to 15.3.6
16
+
17
+ ## 0.9.4
18
+
19
+ ### Patch Changes
20
+
21
+ - f4529cc: Enable use of SlackKit with branches
22
+
23
+ The `useSlackAuth` hook exported by `@knocklabs/react-core` has been updated so
24
+ that it works with branches. You can now use either this hook or the
25
+ `<SlackAuthButton>` component exported by `@knocklabs/react` to test connecting
26
+ Slack workspaces to Knock tenants while working on a branch.
27
+
28
+ - f278892: Enable use of TeamsKit with branches
29
+
30
+ The `useMsTeamsAuth` hook exported by `@knocklabs/react-core` has been updated
31
+ so that it works with branches. You can now use either this hook or the
32
+ `<MsTeamsAuthButton>` component exported by `@knocklabs/react` to test
33
+ connecting Microsoft Teams organizations to Knock tenants while working on a
34
+ branch.
35
+
36
+ - Updated dependencies [571abb1]
37
+ - Updated dependencies [f4529cc]
38
+ - Updated dependencies [f278892]
39
+ - Updated dependencies [571abb1]
40
+ - Updated dependencies [571abb1]
41
+ - @knocklabs/react-core@0.11.3
42
+ - @knocklabs/client@0.19.3
43
+
3
44
  ## 0.9.3
4
45
 
5
46
  ### 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.9.3",
5
+ "version": "0.9.5",
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.19.2",
76
- "@knocklabs/react-core": "^0.11.2",
75
+ "@knocklabs/client": "^0.19.4",
76
+ "@knocklabs/react-core": "^0.11.4",
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.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",