@atlaskit/editor-plugin-status 0.2.10 → 0.2.11

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 +7 -0
  2. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/editor-plugin-status
2
2
 
3
+ ## 0.2.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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
8
+ - Updated dependencies
9
+
3
10
  ## 0.2.10
4
11
 
5
12
  ### 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.11",
4
4
  "description": "Status plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -10,7 +10,8 @@
10
10
  "atlassian": {
11
11
  "team": "Editor: Scarlet",
12
12
  "inPublicMirror": false,
13
- "releaseModel": "continuous"
13
+ "releaseModel": "continuous",
14
+ "runReact18": false
14
15
  },
15
16
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend",
16
17
  "main": "dist/cjs/index.js",
@@ -31,15 +32,15 @@
31
32
  ".": "./src/index.ts"
32
33
  },
33
34
  "dependencies": {
34
- "@atlaskit/adf-schema": "^35.2.0",
35
+ "@atlaskit/adf-schema": "^35.3.0",
35
36
  "@atlaskit/analytics-next": "^9.1.0",
36
- "@atlaskit/editor-common": "^76.27.0",
37
+ "@atlaskit/editor-common": "^76.35.0",
37
38
  "@atlaskit/editor-plugin-analytics": "^0.4.0",
38
39
  "@atlaskit/editor-prosemirror": "1.1.0",
39
- "@atlaskit/editor-shared-styles": "^2.8.0",
40
+ "@atlaskit/editor-shared-styles": "^2.9.0",
40
41
  "@atlaskit/status": "^1.4.0",
41
42
  "@atlaskit/theme": "^12.6.0",
42
- "@atlaskit/tokens": "^1.30.0",
43
+ "@atlaskit/tokens": "^1.33.0",
43
44
  "@babel/runtime": "^7.0.0",
44
45
  "@emotion/react": "^11.7.1"
45
46
  },