@atlaskit/reactions 22.3.3 → 22.5.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.
- package/CHANGELOG.md +12 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +5 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/reactions
|
|
2
2
|
|
|
3
|
+
## 22.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`3920dcfd848`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3920dcfd848) - This removes the feature flag made for upgrading the `focus-trap` dependency and keeps `focus-trap` at it's original version.
|
|
8
|
+
|
|
9
|
+
## 22.4.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`ac5a05f5929`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac5a05f5929) - We are testing an upgrade to the `focus-trap` dependency behind a feature flag. If this fix is successful it will be available in a later release.
|
|
14
|
+
|
|
3
15
|
## 22.3.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/reactions",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.5.0",
|
|
4
4
|
"description": "Reactions component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"atlaskit:src": "src/index.ts",
|
|
24
24
|
"atlassian": {
|
|
25
25
|
"team": "Foundational Elements",
|
|
26
|
-
"releaseModel": "
|
|
26
|
+
"releaseModel": "continuous",
|
|
27
27
|
"website": {
|
|
28
28
|
"name": "Reactions"
|
|
29
29
|
}
|
|
@@ -36,16 +36,16 @@
|
|
|
36
36
|
"@atlaskit/analytics-namespaced-context": "^6.7.0",
|
|
37
37
|
"@atlaskit/analytics-next": "^9.1.0",
|
|
38
38
|
"@atlaskit/avatar": "^21.3.0",
|
|
39
|
-
"@atlaskit/button": "^16.
|
|
39
|
+
"@atlaskit/button": "^16.8.0",
|
|
40
40
|
"@atlaskit/emoji": "^67.4.0",
|
|
41
41
|
"@atlaskit/icon": "^21.12.0",
|
|
42
|
-
"@atlaskit/modal-dialog": "^12.
|
|
42
|
+
"@atlaskit/modal-dialog": "^12.6.0",
|
|
43
43
|
"@atlaskit/motion": "^1.4.0",
|
|
44
44
|
"@atlaskit/popper": "^5.5.0",
|
|
45
45
|
"@atlaskit/spinner": "^15.5.0",
|
|
46
46
|
"@atlaskit/tabs": "^13.4.0",
|
|
47
47
|
"@atlaskit/theme": "^12.5.0",
|
|
48
|
-
"@atlaskit/tokens": "^1.
|
|
48
|
+
"@atlaskit/tokens": "^1.13.0",
|
|
49
49
|
"@atlaskit/tooltip": "^17.8.0",
|
|
50
50
|
"@atlaskit/ufo": "^0.2.0",
|
|
51
51
|
"@atlaskit/util-service-support": "^6.2.0",
|
|
@@ -59,15 +59,10 @@
|
|
|
59
59
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@atlaskit/analytics-viewer": "^0.5.0",
|
|
63
|
-
"@atlaskit/docs": "^9.1.0",
|
|
64
|
-
"@atlaskit/editor-test-helpers": "^18.4.0",
|
|
65
62
|
"@atlaskit/elements-test-helpers": "^0.7.0",
|
|
66
|
-
"@atlaskit/section-message": "^6.4.0",
|
|
67
63
|
"@atlaskit/tooltip": "^17.8.0",
|
|
68
64
|
"@atlaskit/util-data-test": "^17.8.0",
|
|
69
65
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
70
|
-
"@atlassian/ufo": "^0.2.0",
|
|
71
66
|
"@emotion/jest": "^11.8.0",
|
|
72
67
|
"@testing-library/dom": "^8.17.1",
|
|
73
68
|
"@testing-library/jest-dom": "^5.16.5",
|