@atlaskit/editor-plugin-primary-toolbar 7.0.1 → 7.0.2

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-primary-toolbar
2
2
 
3
+ ## 7.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 7.0.1
4
10
 
5
11
  ### Patch Changes
@@ -106,7 +112,6 @@
106
112
  shared context or singletons.
107
113
 
108
114
  **HOW TO ADJUST:**
109
-
110
115
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
111
116
  any of these editor plugins.
112
117
  - 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-primary-toolbar",
3
- "version": "7.0.1",
3
+ "version": "7.0.2",
4
4
  "description": "Primary toolbar plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,12 +34,12 @@
34
34
  "dependencies": {
35
35
  "@atlaskit/editor-prosemirror": "7.0.0",
36
36
  "@atlaskit/platform-feature-flags": "^1.1.0",
37
- "@atlaskit/tmp-editor-statsig": "^13.0.0",
37
+ "@atlaskit/tmp-editor-statsig": "^14.0.0",
38
38
  "@babel/runtime": "^7.0.0",
39
39
  "@emotion/react": "^11.7.1"
40
40
  },
41
41
  "peerDependencies": {
42
- "@atlaskit/editor-common": "^110.4.0",
42
+ "@atlaskit/editor-common": "^110.36.0",
43
43
  "react": "^18.2.0"
44
44
  },
45
45
  "techstack": {