@atlaskit/reactions 35.2.0 → 35.2.1

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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/reactions
2
2
 
3
+ ## 35.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
8
+ Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
9
+ gating.
10
+ - Updated dependencies
11
+
3
12
  ## 35.2.0
4
13
 
5
14
  ### Minor Changes
@@ -99,6 +99,9 @@
99
99
  },
100
100
  {
101
101
  "path": "../../util-service-support/afm-cc/tsconfig.json"
102
+ },
103
+ {
104
+ "path": "../../../react-compiler/react-compiler-gating/afm-cc/tsconfig.json"
102
105
  }
103
106
  ]
104
107
  }
@@ -99,6 +99,9 @@
99
99
  },
100
100
  {
101
101
  "path": "../../util-service-support/afm-products/tsconfig.json"
102
+ },
103
+ {
104
+ "path": "../../../react-compiler/react-compiler-gating/afm-products/tsconfig.json"
102
105
  }
103
106
  ]
104
107
  }
@@ -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.1.2";
14
+ var packageVersion = "35.2.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.1.2";
5
+ const packageVersion = "35.2.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.1.2";
8
+ var packageVersion = "35.2.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.2.0",
3
+ "version": "35.2.1",
4
4
  "description": "Reactions component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -52,11 +52,12 @@
52
52
  "@atlaskit/spinner": "^20.0.0",
53
53
  "@atlaskit/tabs": "^20.0.0",
54
54
  "@atlaskit/theme": "^26.0.0",
55
- "@atlaskit/tmp-editor-statsig": "^109.0.0",
56
- "@atlaskit/tokens": "^14.0.0",
55
+ "@atlaskit/tmp-editor-statsig": "^110.0.0",
56
+ "@atlaskit/tokens": "^15.0.0",
57
57
  "@atlaskit/tooltip": "^23.0.0",
58
58
  "@atlaskit/ufo": "^1.0.0",
59
59
  "@atlaskit/util-service-support": "^7.0.0",
60
+ "@atlassian/react-compiler-gating": "^0.2.0",
60
61
  "@babel/runtime": "^7.0.0",
61
62
  "@compiled/react": "^0.20.0",
62
63
  "focus-trap": "^2.4.5"
@@ -72,7 +73,6 @@
72
73
  "@atlaskit/util-data-test": "^19.0.0",
73
74
  "@atlassian/a11y-jest-testing": "^0.12.0",
74
75
  "@atlassian/feature-flags-test-utils": "^1.1.0",
75
- "@atlassian/react-compiler-gating": "workspace:^",
76
76
  "@testing-library/dom": "^10.1.0",
77
77
  "@testing-library/jest-dom": "^6.4.5",
78
78
  "@testing-library/react": "^16.3.0",
@@ -83,7 +83,7 @@
83
83
  "raf-stub": "^2.0.1",
84
84
  "react": "^18.2.0",
85
85
  "react-dom": "^18.2.0",
86
- "react-intl": "^6.6.2",
86
+ "react-intl": "^7.0.0",
87
87
  "wait-for-expect": "^1.2.0",
88
88
  "webpack-dev-server": "^4.15.2"
89
89
  },