@atlaskit/editor-plugins 12.2.12 → 12.2.13

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 12.2.13
4
+
5
+ ### Patch Changes
6
+
7
+ - [`35fd4b17a4355`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/35fd4b17a4355) -
8
+ EDITOR-5598 Create initial implementation of Editor UI Control Registry, implementing its API for
9
+ adding elements to the registry and retrieving menu elements for a surface.
10
+ - Updated dependencies
11
+
3
12
  ## 12.2.12
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "12.2.12",
3
+ "version": "12.2.13",
4
4
  "description": "A convenience facade package that exposes all @atlaskit/editor-plugin-* plugins so that users can add this package without having to manually add all their plugins",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -124,7 +124,7 @@
124
124
  "@atlaskit/editor-plugin-track-changes": "6.0.23",
125
125
  "@atlaskit/editor-plugin-type-ahead": "7.0.25",
126
126
  "@atlaskit/editor-plugin-ufo": "7.0.1",
127
- "@atlaskit/editor-plugin-ui-control-registry": "0.0.0",
127
+ "@atlaskit/editor-plugin-ui-control-registry": "1.0.0",
128
128
  "@atlaskit/editor-plugin-undo-redo": "7.3.20",
129
129
  "@atlaskit/editor-plugin-unsupported-content": "7.0.1",
130
130
  "@atlaskit/editor-plugin-user-intent": "5.0.0",