@atlaskit/inline-message 16.0.0 → 16.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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/inline-message
2
2
 
3
+ ## 16.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
  ## 16.0.0
4
13
 
5
14
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-message",
3
- "version": "16.0.0",
3
+ "version": "16.0.1",
4
4
  "description": "An inline message lets users know when important information is available or when an action is required.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -31,7 +31,7 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/button": "^24.0.0",
34
+ "@atlaskit/button": "^24.1.0",
35
35
  "@atlaskit/ds-lib": "^8.0.0",
36
36
  "@atlaskit/icon": "^36.0.0",
37
37
  "@atlaskit/link": "^4.0.0",
@@ -40,7 +40,8 @@
40
40
  "@atlaskit/popup": "^5.0.0",
41
41
  "@atlaskit/primitives": "^20.0.0",
42
42
  "@atlaskit/theme": "^26.0.0",
43
- "@atlaskit/tokens": "^14.0.0",
43
+ "@atlaskit/tokens": "^15.0.0",
44
+ "@atlassian/react-compiler-gating": "^0.2.0",
44
45
  "@babel/runtime": "^7.0.0",
45
46
  "@compiled/react": "^0.20.0"
46
47
  },
@@ -54,8 +55,7 @@
54
55
  "@atlaskit/docs": "^12.0.0",
55
56
  "@atlaskit/heading": "^6.0.0",
56
57
  "@atlaskit/modal-dialog": "^16.0.0",
57
- "@atlaskit/section-message": "^9.0.0",
58
- "@atlassian/react-compiler-gating": "workspace:^",
58
+ "@atlaskit/section-message": "^9.1.0",
59
59
  "@atlassian/ssr-tests": "workspace:^",
60
60
  "@atlassian/structured-docs-types": "workspace:^",
61
61
  "@testing-library/react": "^16.3.0",