@atlaskit/popup 1.20.3 → 1.21.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 +11 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @atlaskit/popup
2
2
 
3
+ ## 1.21.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`8b8090800a35d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8b8090800a35d) -
8
+ Bump peer dependency for react-dom to include version 17 and 18.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 1.20.3
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/popup",
3
- "version": "1.20.3",
3
+ "version": "1.21.0",
4
4
  "description": "A popup displays brief content in an overlay.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -44,10 +44,10 @@
44
44
  "@atlaskit/layering": "^0.3.0",
45
45
  "@atlaskit/platform-feature-flags": "^0.3.0",
46
46
  "@atlaskit/popper": "^6.1.0",
47
- "@atlaskit/portal": "^4.6.0",
47
+ "@atlaskit/portal": "^4.7.0",
48
48
  "@atlaskit/primitives": "^11.1.0",
49
49
  "@atlaskit/theme": "^12.11.0",
50
- "@atlaskit/tokens": "^1.56.0",
50
+ "@atlaskit/tokens": "^1.57.0",
51
51
  "@babel/runtime": "^7.0.0",
52
52
  "@emotion/react": "^11.7.1",
53
53
  "bind-event-listener": "^3.0.0",
@@ -58,13 +58,13 @@
58
58
  },
59
59
  "peerDependencies": {
60
60
  "react": "^16.8.0 || ^17.0.0 || ~18.2.0",
61
- "react-dom": "^16.8.0"
61
+ "react-dom": "^16.8.0 || ^17.0.0 || ~18.2.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@af/accessibility-testing": "*",
65
65
  "@af/visual-regression": "*",
66
66
  "@atlaskit/button": "^19.1.0",
67
- "@atlaskit/icon": "^22.9.0",
67
+ "@atlaskit/icon": "^22.10.0",
68
68
  "@atlaskit/ssr": "*",
69
69
  "@atlaskit/textfield": "^6.4.0",
70
70
  "@atlaskit/toggle": "^13.2.0",