@atlaskit/page 15.0.0 → 15.0.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 +9 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/page
2
2
 
3
+ ## 15.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
8
+ Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
9
+ gating.
10
+ - Updated dependencies
11
+
3
12
  ## 15.0.0
4
13
 
5
14
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page",
3
- "version": "15.0.0",
3
+ "version": "15.0.1",
4
4
  "description": "A page layout organizes sections on a page using a grid and grid columns.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -42,6 +42,7 @@
42
42
  }
43
43
  },
44
44
  "dependencies": {
45
+ "@atlassian/react-compiler-gating": "^0.2.0",
45
46
  "@babel/runtime": "^7.0.0",
46
47
  "@compiled/react": "^0.20.0"
47
48
  },
@@ -58,9 +59,8 @@
58
59
  "@atlaskit/icon": "^36.0.0",
59
60
  "@atlaskit/link": "^4.0.0",
60
61
  "@atlaskit/primitives": "^20.0.0",
61
- "@atlaskit/section-message": "^9.0.0",
62
- "@atlaskit/tokens": "^14.0.0",
63
- "@atlassian/react-compiler-gating": "workspace:^",
62
+ "@atlaskit/section-message": "^9.1.0",
63
+ "@atlaskit/tokens": "^15.0.0",
64
64
  "@atlassian/ssr-tests": "workspace:^",
65
65
  "@testing-library/react": "^16.3.0",
66
66
  "react": "^18.2.0",