@atlaskit/editor-plugin-floating-toolbar 10.0.24 → 10.0.26

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 +16 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/editor-plugin-floating-toolbar
2
2
 
3
+ ## 10.0.26
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 10.0.25
10
+
11
+ ### Patch Changes
12
+
13
+ - [`36aa4e6236ba8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/36aa4e6236ba8) -
14
+ Migrate @atlaskit/onboarding to @atlaskit/spotlight, gate pulse removal behind
15
+ platform_editor_spotlight_migration experiment. Remove dead spotlight config code from floating
16
+ toolbar.
17
+ - Updated dependencies
18
+
3
19
  ## 10.0.24
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-floating-toolbar",
3
- "version": "10.0.24",
3
+ "version": "10.0.26",
4
4
  "description": "Floating toolbar plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -22,7 +22,7 @@
22
22
  "atlaskit:src": "src/index.ts",
23
23
  "dependencies": {
24
24
  "@atlaskit/adf-utils": "^19.27.0",
25
- "@atlaskit/button": "^23.10.0",
25
+ "@atlaskit/button": "^23.11.0",
26
26
  "@atlaskit/checkbox": "^17.3.0",
27
27
  "@atlaskit/editor-palette": "^2.1.0",
28
28
  "@atlaskit/editor-plugin-analytics": "^8.0.0",
@@ -43,7 +43,7 @@
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
44
  "@atlaskit/primitives": "^18.1.0",
45
45
  "@atlaskit/select": "^21.10.0",
46
- "@atlaskit/tmp-editor-statsig": "^54.3.0",
46
+ "@atlaskit/tmp-editor-statsig": "^55.0.0",
47
47
  "@atlaskit/tokens": "^11.4.0",
48
48
  "@atlaskit/tooltip": "^21.1.0",
49
49
  "@babel/runtime": "^7.0.0",
@@ -55,7 +55,7 @@
55
55
  "react-loadable": "^5.1.0"
56
56
  },
57
57
  "peerDependencies": {
58
- "@atlaskit/editor-common": "^112.17.0",
58
+ "@atlaskit/editor-common": "^112.18.0",
59
59
  "react": "^18.2.0",
60
60
  "react-dom": "^18.2.0"
61
61
  },