@atlaskit/editor-plugin-loom 8.0.8 → 8.0.9

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 +6 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-loom
2
2
 
3
+ ## 8.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 8.0.8
4
10
 
5
11
  ### Patch Changes
@@ -229,7 +235,6 @@
229
235
  shared context or singletons.
230
236
 
231
237
  **HOW TO ADJUST:**
232
-
233
238
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
234
239
  any of these editor plugins.
235
240
  - Ensure the version you install matches the version required by the plugins.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-loom",
3
- "version": "8.0.8",
3
+ "version": "8.0.9",
4
4
  "description": "Loom plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -38,21 +38,21 @@
38
38
  "@atlaskit/editor-plugin-hyperlink": "^8.0.0",
39
39
  "@atlaskit/editor-plugin-primary-toolbar": "^7.0.0",
40
40
  "@atlaskit/editor-plugin-quick-insert": "^6.0.0",
41
- "@atlaskit/editor-plugin-toolbar": "^3.2.0",
41
+ "@atlaskit/editor-plugin-toolbar": "^3.3.0",
42
42
  "@atlaskit/editor-plugin-width": "^7.0.0",
43
43
  "@atlaskit/editor-prosemirror": "7.0.0",
44
44
  "@atlaskit/editor-toolbar": "^0.15.0",
45
45
  "@atlaskit/icon": "^28.5.0",
46
46
  "@atlaskit/platform-feature-flags": "^1.1.0",
47
47
  "@atlaskit/platform-feature-flags-react": "^0.3.0",
48
- "@atlaskit/tmp-editor-statsig": "^13.10.0",
49
- "@atlaskit/tokens": "^6.4.0",
48
+ "@atlaskit/tmp-editor-statsig": "^13.13.0",
49
+ "@atlaskit/tokens": "^7.0.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@emotion/react": "^11.7.1",
52
52
  "@loomhq/record-sdk": "^4.3.3"
53
53
  },
54
54
  "peerDependencies": {
55
- "@atlaskit/editor-common": "^110.10.0",
55
+ "@atlaskit/editor-common": "^110.13.0",
56
56
  "react": "^18.2.0",
57
57
  "react-dom": "^18.2.0",
58
58
  "react-intl-next": "npm:react-intl@^5.18.1"