@atlaskit/editor-plugin-extension 9.0.2 → 9.0.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 +6 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-extension
2
2
 
3
+ ## 9.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 9.0.2
4
10
 
5
11
  ### Patch Changes
@@ -283,7 +289,6 @@
283
289
  shared context or singletons.
284
290
 
285
291
  **HOW TO ADJUST:**
286
-
287
292
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
288
293
  any of these editor plugins.
289
294
  - Ensure the version you install matches the version required by the plugins.
@@ -1367,12 +1372,10 @@
1367
1372
  [ux] [ED-25085] Migrate typography \
1368
1373
 
1369
1374
  editor-plugin-media:
1370
-
1371
1375
  - replace caption placeholder span with button
1372
1376
  - replace x between width and height pixel entry with symbol × \
1373
1377
 
1374
1378
  tmp-editor-statsig:
1375
-
1376
1379
  - Add experiment `platform_editor_typography_migration_ugc`
1377
1380
 
1378
1381
  - Updated dependencies
@@ -2194,7 +2197,6 @@
2194
2197
  - [#43646](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43646)
2195
2198
  [`d43f8e9402f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d43f8e9402f) - Make
2196
2199
  feature flags plugin optional in all plugins including:
2197
-
2198
2200
  - analytics
2199
2201
  - base
2200
2202
  - card
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-extension",
3
- "version": "9.0.2",
3
+ "version": "9.0.3",
4
4
  "description": "editor-plugin-extension plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -55,9 +55,9 @@
55
55
  "@atlaskit/textarea": "^8.0.0",
56
56
  "@atlaskit/textfield": "^8.0.0",
57
57
  "@atlaskit/theme": "^21.0.0",
58
- "@atlaskit/tmp-editor-statsig": "^13.10.0",
58
+ "@atlaskit/tmp-editor-statsig": "^13.13.0",
59
59
  "@atlaskit/toggle": "^15.1.0",
60
- "@atlaskit/tokens": "^6.5.0",
60
+ "@atlaskit/tokens": "^7.0.0",
61
61
  "@atlaskit/tooltip": "^20.5.0",
62
62
  "@babel/runtime": "^7.0.0",
63
63
  "@emotion/react": "^11.7.1",
@@ -69,7 +69,7 @@
69
69
  "uuid": "^3.1.0"
70
70
  },
71
71
  "peerDependencies": {
72
- "@atlaskit/editor-common": "^110.12.0",
72
+ "@atlaskit/editor-common": "^110.13.0",
73
73
  "react": "^18.2.0",
74
74
  "react-intl-next": "npm:react-intl@^5.18.1"
75
75
  },