@atlaskit/analytics-next 9.3.4 → 10.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/analytics-next
2
2
 
3
+ ## 10.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#127454](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127454)
8
+ [`7d3290f61ac09`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7d3290f61ac09) -
9
+ AFO-2278: React-dom 18 resolving yarn build package errors. Introducing react-dom as a peer
10
+ dependency https://hello.atlassian.net/wiki/x/HtE48
11
+
3
12
  ## 9.3.4
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/analytics-next",
3
- "version": "9.3.4",
3
+ "version": "10.0.0",
4
4
  "description": "React components, HOCs and hooks to assist with tracking user activity with React components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -57,7 +57,8 @@
57
57
  "use-memo-one": "^1.1.1"
58
58
  },
59
59
  "peerDependencies": {
60
- "react": "^16.8.0 || ^17.0.0 || ~18.2.0"
60
+ "react": "^16.8.0 || ^17.0.0 || ~18.2.0",
61
+ "react-dom": "^16.8.0 || ^17.0.0 || ~18.2.0"
61
62
  },
62
63
  "runReact18": true,
63
64
  "devDependencies": {
@@ -65,7 +66,6 @@
65
66
  "@atlassian/feature-flags-test-utils": "*",
66
67
  "@testing-library/react": "^12.1.5",
67
68
  "enzyme": "^3.10.0",
68
- "react-dom-18": "npm:react-dom@^18.2.0",
69
69
  "redux": "^3.7.2",
70
70
  "storybook-addon-performance": "^0.16.0",
71
71
  "typescript": "~5.4.2"