@atlaskit/reactions 35.2.6 → 35.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.
- package/CHANGELOG.md +30 -0
- package/dist/cjs/analytics/index.js +1 -1
- package/dist/es2019/analytics/index.js +1 -1
- package/dist/esm/analytics/index.js +1 -1
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @atlaskit/reactions
|
|
2
2
|
|
|
3
|
+
## 35.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
|
|
8
|
+
Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
|
|
9
|
+
reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
|
|
10
|
+
|
|
11
|
+
The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
|
|
12
|
+
bumped the renamed package itself, so dependent packages were never republished and their
|
|
13
|
+
published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
|
|
14
|
+
available in the public npm registry. This minor bump republishes all affected packages with the
|
|
15
|
+
corrected dependency.
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
21
|
+
## 35.3.0
|
|
22
|
+
|
|
23
|
+
### Minor Changes
|
|
24
|
+
|
|
25
|
+
- [`6d48bbf99477b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6d48bbf99477b) -
|
|
26
|
+
Update i18n NPM package versions for editor,editor-extensions,activity-platform,media,elements
|
|
27
|
+
(Group 3)
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Updated dependencies
|
|
32
|
+
|
|
3
33
|
## 35.2.6
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
|
@@ -11,7 +11,7 @@ var _analyticsGasTypes = require("@atlaskit/analytics-gas-types");
|
|
|
11
11
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
12
12
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } // eslint-disable-next-line @typescript-eslint/consistent-type-imports
|
|
13
13
|
var packageName = "@atlaskit/reactions";
|
|
14
|
-
var packageVersion = "35.
|
|
14
|
+
var packageVersion = "35.3.0";
|
|
15
15
|
/**
|
|
16
16
|
* TODO: move to utility package?
|
|
17
17
|
* A random sampling function
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { createAndFireEvent } from '@atlaskit/analytics-next';
|
|
3
3
|
import { UI_EVENT_TYPE, OPERATIONAL_EVENT_TYPE } from '@atlaskit/analytics-gas-types';
|
|
4
4
|
const packageName = "@atlaskit/reactions";
|
|
5
|
-
const packageVersion = "35.
|
|
5
|
+
const packageVersion = "35.3.0";
|
|
6
6
|
/**
|
|
7
7
|
* TODO: move to utility package?
|
|
8
8
|
* A random sampling function
|
|
@@ -5,7 +5,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
5
5
|
import { createAndFireEvent } from '@atlaskit/analytics-next';
|
|
6
6
|
import { UI_EVENT_TYPE, OPERATIONAL_EVENT_TYPE } from '@atlaskit/analytics-gas-types';
|
|
7
7
|
var packageName = "@atlaskit/reactions";
|
|
8
|
-
var packageVersion = "35.
|
|
8
|
+
var packageVersion = "35.3.0";
|
|
9
9
|
/**
|
|
10
10
|
* TODO: move to utility package?
|
|
11
11
|
* A random sampling function
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/reactions",
|
|
3
|
-
"version": "35.
|
|
3
|
+
"version": "35.4.0",
|
|
4
4
|
"description": "Reactions component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -30,35 +30,35 @@
|
|
|
30
30
|
"access": "public"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@atlaskit/afm-i18n-platform-elements-reactions": "2.
|
|
33
|
+
"@atlaskit/afm-i18n-platform-elements-reactions": "2.168.0",
|
|
34
34
|
"@atlaskit/analytics-gas-types": "^6.0.0",
|
|
35
|
-
"@atlaskit/analytics-namespaced-context": "^8.
|
|
36
|
-
"@atlaskit/analytics-next": "^12.
|
|
37
|
-
"@atlaskit/avatar": "^26.
|
|
38
|
-
"@atlaskit/button": "^24.
|
|
35
|
+
"@atlaskit/analytics-namespaced-context": "^8.1.0",
|
|
36
|
+
"@atlaskit/analytics-next": "^12.1.0",
|
|
37
|
+
"@atlaskit/avatar": "^26.1.0",
|
|
38
|
+
"@atlaskit/button": "^24.2.0",
|
|
39
39
|
"@atlaskit/css": "^1.0.0",
|
|
40
|
-
"@atlaskit/emoji": "^71.
|
|
40
|
+
"@atlaskit/emoji": "^71.6.0",
|
|
41
41
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
42
|
-
"@atlaskit/heading": "^6.
|
|
43
|
-
"@atlaskit/icon": "^36.
|
|
44
|
-
"@atlaskit/link": "^4.
|
|
45
|
-
"@atlaskit/modal-dialog": "^16.
|
|
46
|
-
"@atlaskit/motion": "^7.
|
|
42
|
+
"@atlaskit/heading": "^6.1.0",
|
|
43
|
+
"@atlaskit/icon": "^36.1.0",
|
|
44
|
+
"@atlaskit/link": "^4.1.0",
|
|
45
|
+
"@atlaskit/modal-dialog": "^16.1.0",
|
|
46
|
+
"@atlaskit/motion": "^7.2.0",
|
|
47
47
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
48
|
-
"@atlaskit/popper": "^8.
|
|
49
|
-
"@atlaskit/popup": "^5.
|
|
50
|
-
"@atlaskit/portal": "^6.
|
|
51
|
-
"@atlaskit/primitives": "^20.
|
|
48
|
+
"@atlaskit/popper": "^8.2.0",
|
|
49
|
+
"@atlaskit/popup": "^5.1.0",
|
|
50
|
+
"@atlaskit/portal": "^6.1.0",
|
|
51
|
+
"@atlaskit/primitives": "^20.1.0",
|
|
52
52
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
53
|
-
"@atlaskit/react-ufo": "^7.
|
|
54
|
-
"@atlaskit/spinner": "^20.
|
|
55
|
-
"@atlaskit/tabs": "^20.
|
|
56
|
-
"@atlaskit/theme": "^26.
|
|
53
|
+
"@atlaskit/react-ufo": "^7.3.0",
|
|
54
|
+
"@atlaskit/spinner": "^20.1.0",
|
|
55
|
+
"@atlaskit/tabs": "^20.1.0",
|
|
56
|
+
"@atlaskit/theme": "^26.1.0",
|
|
57
57
|
"@atlaskit/tmp-editor-statsig": "^114.0.0",
|
|
58
|
-
"@atlaskit/tokens": "^15.
|
|
59
|
-
"@atlaskit/tooltip": "^23.
|
|
58
|
+
"@atlaskit/tokens": "^15.1.0",
|
|
59
|
+
"@atlaskit/tooltip": "^23.1.0",
|
|
60
60
|
"@atlaskit/ufo": "^1.0.0",
|
|
61
|
-
"@atlaskit/util-service-support": "^7.
|
|
61
|
+
"@atlaskit/util-service-support": "^7.1.0",
|
|
62
62
|
"@babel/runtime": "^7.0.0",
|
|
63
63
|
"@compiled/react": "^0.20.0",
|
|
64
64
|
"focus-trap": "^2.4.5"
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@af/visual-regression": "workspace:^",
|
|
73
73
|
"@atlaskit/editor-test-helpers": "workspace:^",
|
|
74
|
-
"@atlaskit/util-data-test": "^19.
|
|
74
|
+
"@atlaskit/util-data-test": "^19.1.0",
|
|
75
75
|
"@atlassian/a11y-jest-testing": "^0.13.0",
|
|
76
76
|
"@atlassian/feature-flags-test-utils": "^1.1.0",
|
|
77
77
|
"@testing-library/dom": "^10.1.0",
|