@atlaskit/inline-message 15.3.12 → 15.3.14
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.
- package/CHANGELOG.md +12 -6
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/inline-message
|
|
2
2
|
|
|
3
|
+
## 15.3.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 15.3.13
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 15.3.12
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -975,7 +987,6 @@
|
|
|
975
987
|
|
|
976
988
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
977
989
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
978
|
-
|
|
979
990
|
- @atlaskit/docs@8.3.2
|
|
980
991
|
- @atlaskit/visual-regression@0.1.9
|
|
981
992
|
- @atlaskit/button@13.3.7
|
|
@@ -1078,7 +1089,6 @@
|
|
|
1078
1089
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
1079
1090
|
|
|
1080
1091
|
In this PR, we are:
|
|
1081
|
-
|
|
1082
1092
|
- Re-introducing dist build folders
|
|
1083
1093
|
- Adding back cjs
|
|
1084
1094
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -1148,21 +1158,18 @@
|
|
|
1148
1158
|
## 10.0.1
|
|
1149
1159
|
|
|
1150
1160
|
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
1151
|
-
|
|
1152
1161
|
- This is just a safety release in case anything strange happened in in the previous one. See Pull
|
|
1153
1162
|
Request #5942 for details
|
|
1154
1163
|
|
|
1155
1164
|
## 10.0.0
|
|
1156
1165
|
|
|
1157
1166
|
- [major][66af32c013](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/66af32c013):
|
|
1158
|
-
|
|
1159
1167
|
- @atlaskit/inline-message has been converted to Typescript. Typescript consumers will now get
|
|
1160
1168
|
static type safety. Flow types are no longer provided. No API or behavioural changes.
|
|
1161
1169
|
|
|
1162
1170
|
## 9.0.0
|
|
1163
1171
|
|
|
1164
1172
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1165
|
-
|
|
1166
1173
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1167
1174
|
this package, please ensure you use at least this version of react and react-dom.
|
|
1168
1175
|
|
|
@@ -1199,7 +1206,6 @@
|
|
|
1199
1206
|
## 8.0.0
|
|
1200
1207
|
|
|
1201
1208
|
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1202
|
-
|
|
1203
1209
|
- Drop ES5 from all the flow modules
|
|
1204
1210
|
|
|
1205
1211
|
### 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.
|
|
3
|
+
"version": "15.3.14",
|
|
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,11 +31,11 @@
|
|
|
31
31
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
32
32
|
"@atlaskit/popper": "^7.1.0",
|
|
33
33
|
"@atlaskit/popup": "^4.4.0",
|
|
34
|
-
"@atlaskit/primitives": "^
|
|
34
|
+
"@atlaskit/primitives": "^16.0.0",
|
|
35
35
|
"@atlaskit/theme": "^21.0.0",
|
|
36
|
-
"@atlaskit/tokens": "^
|
|
36
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
37
37
|
"@babel/runtime": "^7.0.0",
|
|
38
|
-
"@compiled/react": "^0.18.
|
|
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.
|
|
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",
|