@atlaskit/inline-message 15.3.11 → 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.
- package/CHANGELOG.md +12 -6
- package/dist/cjs/components/inline-message/index.js +1 -1
- package/dist/cjs/components/message-icon/index.js +1 -1
- package/dist/es2019/components/inline-message/index.js +1 -1
- package/dist/es2019/components/message-icon/index.js +1 -1
- package/dist/esm/components/inline-message/index.js +1 -1
- package/dist/esm/components/message-icon/index.js +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/inline-message
|
|
2
2
|
|
|
3
|
+
## 15.3.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 15.3.12
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 15.3.11
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -969,7 +981,6 @@
|
|
|
969
981
|
|
|
970
982
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
971
983
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
972
|
-
|
|
973
984
|
- @atlaskit/docs@8.3.2
|
|
974
985
|
- @atlaskit/visual-regression@0.1.9
|
|
975
986
|
- @atlaskit/button@13.3.7
|
|
@@ -1072,7 +1083,6 @@
|
|
|
1072
1083
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
1073
1084
|
|
|
1074
1085
|
In this PR, we are:
|
|
1075
|
-
|
|
1076
1086
|
- Re-introducing dist build folders
|
|
1077
1087
|
- Adding back cjs
|
|
1078
1088
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -1142,21 +1152,18 @@
|
|
|
1142
1152
|
## 10.0.1
|
|
1143
1153
|
|
|
1144
1154
|
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
1145
|
-
|
|
1146
1155
|
- This is just a safety release in case anything strange happened in in the previous one. See Pull
|
|
1147
1156
|
Request #5942 for details
|
|
1148
1157
|
|
|
1149
1158
|
## 10.0.0
|
|
1150
1159
|
|
|
1151
1160
|
- [major][66af32c013](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/66af32c013):
|
|
1152
|
-
|
|
1153
1161
|
- @atlaskit/inline-message has been converted to Typescript. Typescript consumers will now get
|
|
1154
1162
|
static type safety. Flow types are no longer provided. No API or behavioural changes.
|
|
1155
1163
|
|
|
1156
1164
|
## 9.0.0
|
|
1157
1165
|
|
|
1158
1166
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1159
|
-
|
|
1160
1167
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1161
1168
|
this package, please ensure you use at least this version of react and react-dom.
|
|
1162
1169
|
|
|
@@ -1193,7 +1200,6 @@
|
|
|
1193
1200
|
## 8.0.0
|
|
1194
1201
|
|
|
1195
1202
|
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1196
|
-
|
|
1197
1203
|
- Drop ES5 from all the flow modules
|
|
1198
1204
|
|
|
1199
1205
|
### Dropping CJS support in all @atlaskit packages
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* index.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
4
4
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-message",
|
|
3
|
-
"version": "15.3.
|
|
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/"
|
|
@@ -24,18 +24,18 @@
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@atlaskit/button": "^23.
|
|
28
|
-
"@atlaskit/ds-lib": "^5.
|
|
29
|
-
"@atlaskit/icon": "^28.
|
|
27
|
+
"@atlaskit/button": "^23.5.0",
|
|
28
|
+
"@atlaskit/ds-lib": "^5.1.0",
|
|
29
|
+
"@atlaskit/icon": "^28.5.0",
|
|
30
30
|
"@atlaskit/link": "^3.2.0",
|
|
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": "^15.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,9 +44,9 @@
|
|
|
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
|
-
"@atlaskit/modal-dialog": "^14.
|
|
49
|
+
"@atlaskit/modal-dialog": "^14.5.0",
|
|
50
50
|
"@atlaskit/section-message": "^8.7.0",
|
|
51
51
|
"@atlassian/ssr-tests": "^0.3.0",
|
|
52
52
|
"@testing-library/react": "^13.4.0",
|