@atlaskit/inline-message 12.3.6 → 12.4.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 +12 -0
  2. package/package.json +4 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/inline-message
2
2
 
3
+ ## 12.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#157176](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/157176)
8
+ [`3d03c4f1002ab`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3d03c4f1002ab) -
9
+ Integrate layering and use CloseManager instead
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 12.3.6
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-message",
3
- "version": "12.3.6",
3
+ "version": "12.4.0",
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/"
@@ -28,9 +28,9 @@
28
28
  "runReact18": true
29
29
  },
30
30
  "dependencies": {
31
- "@atlaskit/button": "^20.2.0",
32
- "@atlaskit/icon": "^22.22.0",
33
- "@atlaskit/inline-dialog": "^15.1.0",
31
+ "@atlaskit/button": "^20.3.0",
32
+ "@atlaskit/icon": "^22.24.0",
33
+ "@atlaskit/inline-dialog": "^15.2.0",
34
34
  "@atlaskit/primitives": "^12.2.0",
35
35
  "@atlaskit/theme": "^14.0.0",
36
36
  "@atlaskit/tokens": "^2.0.0",
@@ -86,11 +86,5 @@
86
86
  ]
87
87
  }
88
88
  },
89
- "platform-feature-flags": {
90
- "platform.design-system-team.inline-message-layering_wfp1p": {
91
- "type": "boolean",
92
- "referenceOnly": true
93
- }
94
- },
95
89
  "homepage": "https://atlassian.design/components/inline-message/"
96
90
  }