@atlaskit/editor-plugin-synced-block 0.1.1 → 1.0.0

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,19 @@
1
1
  # @atlaskit/editor-plugin-synced-block
2
2
 
3
+ ## 1.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.1.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [`a2cd8c46a3e94`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a2cd8c46a3e94) -
14
+ EDITOR-1442 Bump adf-schema
15
+ - Updated dependencies
16
+
3
17
  ## 0.1.1
4
18
 
5
19
  ### Patch Changes
@@ -41,4 +41,4 @@
41
41
  "path": "../../editor-common/afm-cc/tsconfig.json"
42
42
  }
43
43
  ]
44
- }
44
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-synced-block",
3
- "version": "0.1.1",
3
+ "version": "1.0.0",
4
4
  "description": "SyncedBlock plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -27,23 +27,19 @@
27
27
  },
28
28
  "sideEffects": false,
29
29
  "atlaskit:src": "src/index.ts",
30
- "af:exports": {
31
- ".": "./src/index.ts",
32
- "./SyncedBlock": "./src/ui/extensions/synced-block/index.ts"
33
- },
34
30
  "dependencies": {
35
- "@atlaskit/adf-schema": "^50.2.2",
31
+ "@atlaskit/adf-schema": "^50.2.3",
36
32
  "@atlaskit/adf-utils": "^19.21.0",
37
33
  "@atlaskit/editor-json-transformer": "^8.27.0",
38
34
  "@atlaskit/editor-prosemirror": "7.0.0",
39
35
  "@atlaskit/icon": "^28.1.0",
40
- "@atlaskit/renderer": "^120.5.0",
41
- "@atlaskit/tokens": "^6.0.0",
36
+ "@atlaskit/renderer": "^121.0.0",
37
+ "@atlaskit/tokens": "^6.1.0",
42
38
  "@babel/runtime": "^7.0.0",
43
39
  "@emotion/react": "^11.7.1"
44
40
  },
45
41
  "peerDependencies": {
46
- "@atlaskit/editor-common": "^107.31.0",
42
+ "@atlaskit/editor-common": "^108.0.0",
47
43
  "react": "^18.2.0"
48
44
  },
49
45
  "devDependencies": {