@atlaskit/editor-plugin-status 0.2.10 → 0.2.12

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 +13 -0
  2. package/package.json +8 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/editor-plugin-status
2
2
 
3
+ ## 0.2.12
4
+
5
+ ### Patch Changes
6
+
7
+ - [#65802](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65802) [`438ead060875`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/438ead060875) - Ensure all editor plugins are marked as singletons
8
+
9
+ ## 0.2.11
10
+
11
+ ### Patch Changes
12
+
13
+ - [#65031](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65031) [`a00094111b5a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a00094111b5a) - ED-21609 Update adf-schema to 35.3.0
14
+ - Updated dependencies
15
+
3
16
  ## 0.2.10
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-status",
3
- "version": "0.2.10",
3
+ "version": "0.2.12",
4
4
  "description": "Status plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -9,8 +9,10 @@
9
9
  },
10
10
  "atlassian": {
11
11
  "team": "Editor: Scarlet",
12
+ "singleton": true,
12
13
  "inPublicMirror": false,
13
- "releaseModel": "continuous"
14
+ "releaseModel": "continuous",
15
+ "runReact18": false
14
16
  },
15
17
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend",
16
18
  "main": "dist/cjs/index.js",
@@ -31,15 +33,15 @@
31
33
  ".": "./src/index.ts"
32
34
  },
33
35
  "dependencies": {
34
- "@atlaskit/adf-schema": "^35.2.0",
36
+ "@atlaskit/adf-schema": "^35.3.0",
35
37
  "@atlaskit/analytics-next": "^9.1.0",
36
- "@atlaskit/editor-common": "^76.27.0",
38
+ "@atlaskit/editor-common": "^76.35.0",
37
39
  "@atlaskit/editor-plugin-analytics": "^0.4.0",
38
40
  "@atlaskit/editor-prosemirror": "1.1.0",
39
- "@atlaskit/editor-shared-styles": "^2.8.0",
41
+ "@atlaskit/editor-shared-styles": "^2.9.0",
40
42
  "@atlaskit/status": "^1.4.0",
41
43
  "@atlaskit/theme": "^12.6.0",
42
- "@atlaskit/tokens": "^1.30.0",
44
+ "@atlaskit/tokens": "^1.33.0",
43
45
  "@babel/runtime": "^7.0.0",
44
46
  "@emotion/react": "^11.7.1"
45
47
  },