@atlaskit/inline-message 15.3.12 → 15.3.13

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 +6 -6
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/inline-message
2
2
 
3
+ ## 15.3.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 15.3.12
4
10
 
5
11
  ### Patch Changes
@@ -975,7 +981,6 @@
975
981
 
976
982
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
977
983
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
978
-
979
984
  - @atlaskit/docs@8.3.2
980
985
  - @atlaskit/visual-regression@0.1.9
981
986
  - @atlaskit/button@13.3.7
@@ -1078,7 +1083,6 @@
1078
1083
  - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
1079
1084
 
1080
1085
  In this PR, we are:
1081
-
1082
1086
  - Re-introducing dist build folders
1083
1087
  - Adding back cjs
1084
1088
  - Replacing es5 by cjs and es2015 by esm
@@ -1148,21 +1152,18 @@
1148
1152
  ## 10.0.1
1149
1153
 
1150
1154
  - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
1151
-
1152
1155
  - This is just a safety release in case anything strange happened in in the previous one. See Pull
1153
1156
  Request #5942 for details
1154
1157
 
1155
1158
  ## 10.0.0
1156
1159
 
1157
1160
  - [major][66af32c013](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/66af32c013):
1158
-
1159
1161
  - @atlaskit/inline-message has been converted to Typescript. Typescript consumers will now get
1160
1162
  static type safety. Flow types are no longer provided. No API or behavioural changes.
1161
1163
 
1162
1164
  ## 9.0.0
1163
1165
 
1164
1166
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1165
-
1166
1167
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1167
1168
  this package, please ensure you use at least this version of react and react-dom.
1168
1169
 
@@ -1199,7 +1200,6 @@
1199
1200
  ## 8.0.0
1200
1201
 
1201
1202
  - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1202
-
1203
1203
  - Drop ES5 from all the flow modules
1204
1204
 
1205
1205
  ### Dropping CJS support in all @atlaskit packages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-message",
3
- "version": "15.3.12",
3
+ "version": "15.3.13",
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/"
@@ -33,9 +33,9 @@
33
33
  "@atlaskit/popup": "^4.4.0",
34
34
  "@atlaskit/primitives": "^15.0.0",
35
35
  "@atlaskit/theme": "^21.0.0",
36
- "@atlaskit/tokens": "^6.5.0",
36
+ "@atlaskit/tokens": "^7.0.0",
37
37
  "@babel/runtime": "^7.0.0",
38
- "@compiled/react": "^0.18.3"
38
+ "@compiled/react": "^0.18.6"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "react": "^18.2.0"
@@ -44,7 +44,7 @@
44
44
  "@af/accessibility-testing": "workspace:^",
45
45
  "@af/integration-testing": "workspace:^",
46
46
  "@af/visual-regression": "workspace:^",
47
- "@atlaskit/docs": "^11.1.0",
47
+ "@atlaskit/docs": "^11.2.0",
48
48
  "@atlaskit/heading": "^5.2.0",
49
49
  "@atlaskit/modal-dialog": "^14.5.0",
50
50
  "@atlaskit/section-message": "^8.7.0",