@atlaskit/editor-palette 1.6.1 → 1.6.3

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 +16 -0
  2. package/package.json +6 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/editor-palette
2
2
 
3
+ ## 1.6.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#157011](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/157011)
8
+ [`83a8620f8dee5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/83a8620f8dee5) -
9
+ ENGHEALTH-17808: upgrade editor-palette react 18 peer deps
10
+
11
+ ## 1.6.2
12
+
13
+ ### Patch Changes
14
+
15
+ - [#155735](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/155735)
16
+ [`1beeeda29023a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1beeeda29023a) -
17
+ Upgrades editor packages to react 18
18
+
3
19
  ## 1.6.1
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-palette",
3
- "version": "1.6.1",
3
+ "version": "1.6.3",
4
4
  "description": "The editor palette",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -12,7 +12,7 @@
12
12
  "website": {
13
13
  "name": "Editor Palette"
14
14
  },
15
- "runReact18": false
15
+ "runReact18": true
16
16
  },
17
17
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
18
18
  "main": "dist/cjs/index.js",
@@ -38,11 +38,13 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@testing-library/react": "^12.1.5",
41
- "react": "^16.8.0",
42
- "react-dom": "^16.8.0",
43
41
  "typescript": "~5.4.2",
44
42
  "wait-for-expect": "^1.2.0"
45
43
  },
44
+ "peerDependencies": {
45
+ "react": "^16.8.0 || ^17.0.0 || ^18.2.0",
46
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.2.0"
47
+ },
46
48
  "techstack": {
47
49
  "@atlassian/frontend": {
48
50
  "import-structure": [