@atlaskit/editor-plugin-selection-toolbar 11.1.1 → 11.1.2

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,11 @@
1
1
  # @atlaskit/editor-plugin-selection-toolbar
2
2
 
3
+ ## 11.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 11.1.1
4
10
 
5
11
  ### Patch Changes
@@ -17,9 +17,9 @@ const documentation: ComponentStructuredContentSource[] = [
17
17
  description: '@atlaskit/editor-plugin-selection-toolbar for @atlaskit/editor-core',
18
18
  status: 'general-availability',
19
19
  import: {
20
- name: 'Editor Plugin Selection Toolbar',
20
+ name: 'selectionToolbarPlugin',
21
21
  package: '@atlaskit/editor-plugin-selection-toolbar',
22
- type: 'default',
22
+ type: 'named',
23
23
  packagePath,
24
24
  packageJson,
25
25
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-selection-toolbar",
3
- "version": "11.1.1",
3
+ "version": "11.1.2",
4
4
  "description": "@atlaskit/editor-plugin-selection-toolbar for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -45,13 +45,13 @@
45
45
  "@atlaskit/icon-lab": "^6.6.0",
46
46
  "@atlaskit/menu": "^8.5.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
- "@atlaskit/tmp-editor-statsig": "^75.0.0",
48
+ "@atlaskit/tmp-editor-statsig": "^76.0.0",
49
49
  "@atlaskit/tokens": "^13.0.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "bind-event-listener": "^3.0.0"
52
52
  },
53
53
  "peerDependencies": {
54
- "@atlaskit/editor-common": "^114.19.0",
54
+ "@atlaskit/editor-common": "^114.20.0",
55
55
  "react": "^18.2.0",
56
56
  "react-dom": "^18.2.0",
57
57
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"