@knocklabs/react 0.6.0-rc.0 → 0.6.0-rc.2.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 +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 0.6.0-rc.0
3
+ ## 0.6.0-rc.2.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -13,8 +13,8 @@
13
13
  This fixes a bug whereby the page layout could shift when the combobox dropdown menu opens and the `<body>` element has non-zero padding.
14
14
 
15
15
  - Updated dependencies [0fc5f2d]
16
- - @knocklabs/client@0.12.0-rc.0
17
- - @knocklabs/react-core@0.5.0-rc.0
16
+ - @knocklabs/client@0.12.0-rc.2.0
17
+ - @knocklabs/react-core@0.5.0-rc.2.0
18
18
 
19
19
  ## 0.5.0
20
20
 
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.6.0-rc.0",
5
+ "version": "0.6.0-rc.2.0",
6
6
  "license": "MIT",
7
7
  "main": "dist/cjs/index.js",
8
8
  "module": "dist/esm/index.mjs",
@@ -51,8 +51,8 @@
51
51
  "react-dom": "^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
52
52
  },
53
53
  "dependencies": {
54
- "@knocklabs/client": "^0.12.0-rc.0",
55
- "@knocklabs/react-core": "^0.5.0-rc.0",
54
+ "@knocklabs/client": "^0.12.0-rc.2.0",
55
+ "@knocklabs/react-core": "^0.5.0-rc.2.0",
56
56
  "@popperjs/core": "^2.11.8",
57
57
  "@telegraph/combobox": "^0.0.72",
58
58
  "@telegraph/icon": "^0.0.46",