@atlaskit/page-layout 3.8.0 → 3.9.1

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 +13 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/page-layout
2
2
 
3
+ ## 3.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 3.9.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`8b8090800a35d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8b8090800a35d) -
14
+ Bump peer dependency for react-dom to include version 17 and 18.
15
+
3
16
  ## 3.8.0
4
17
 
5
18
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "3.8.0",
3
+ "version": "3.9.1",
4
4
  "description": "A collection of components which let you compose an application's page layout.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -40,12 +40,12 @@
40
40
  "homepage": "https://atlassian.design/components/page-layout/",
41
41
  "dependencies": {
42
42
  "@atlaskit/ds-lib": "^2.3.0",
43
- "@atlaskit/icon": "^22.9.0",
44
- "@atlaskit/link": "^1.0.0",
45
- "@atlaskit/motion": "^1.7.0",
46
- "@atlaskit/primitives": "^11.1.0",
43
+ "@atlaskit/icon": "^22.11.0",
44
+ "@atlaskit/link": "^1.1.0",
45
+ "@atlaskit/motion": "^1.8.0",
46
+ "@atlaskit/primitives": "^12.0.0",
47
47
  "@atlaskit/theme": "^12.11.0",
48
- "@atlaskit/tokens": "^1.56.0",
48
+ "@atlaskit/tokens": "^1.57.0",
49
49
  "@babel/runtime": "^7.0.0",
50
50
  "@emotion/react": "^11.7.1",
51
51
  "bind-event-listener": "^3.0.0",
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "peerDependencies": {
55
55
  "react": "^16.8.0 || ^17.0.0 || ~18.2.0",
56
- "react-dom": "^16.8.0"
56
+ "react-dom": "^16.8.0 || ^17.0.0 || ~18.2.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@af/accessibility-testing": "*",
@@ -62,14 +62,14 @@
62
62
  "@atlaskit/atlassian-notifications": "^0.4.0",
63
63
  "@atlaskit/drawer": "^7.13.0",
64
64
  "@atlaskit/logo": "^14.1.0",
65
- "@atlaskit/menu": "^2.9.0",
65
+ "@atlaskit/menu": "^2.10.0",
66
66
  "@atlaskit/notification-indicator": "^9.2.0",
67
67
  "@atlaskit/notification-log-client": "^6.1.0",
68
- "@atlaskit/popup": "^1.20.0",
68
+ "@atlaskit/popup": "^1.21.0",
69
69
  "@atlaskit/side-navigation": "^3.3.0",
70
70
  "@atlaskit/ssr": "*",
71
71
  "@atlaskit/toggle": "^13.2.0",
72
- "@atlaskit/tooltip": "^18.5.0",
72
+ "@atlaskit/tooltip": "^18.6.0",
73
73
  "@atlaskit/visual-regression": "*",
74
74
  "@testing-library/dom": "^10.1.0",
75
75
  "@testing-library/react": "^12.1.5",