@atlaskit/editor-extension-dropbox 10.0.10 → 10.1.1

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 +24 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @atlaskit/editor-extension-dropbox
2
2
 
3
+ ## 10.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 10.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
14
+ Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
15
+ reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
16
+
17
+ The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
18
+ bumped the renamed package itself, so dependent packages were never republished and their
19
+ published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
20
+ available in the public npm registry. This minor bump republishes all affected packages with the
21
+ corrected dependency.
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+
3
27
  ## 10.0.10
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-extension-dropbox",
3
- "version": "10.0.10",
3
+ "version": "10.1.1",
4
4
  "description": "A an atlassian editor extension to add a native dropbox picker",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -31,20 +31,20 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@atlaskit/adf-utils": "^20.0.0",
34
- "@atlaskit/button": "^24.1.0",
35
- "@atlaskit/heading": "^6.0.0",
36
- "@atlaskit/modal-dialog": "^16.0.0",
34
+ "@atlaskit/button": "^24.3.0",
35
+ "@atlaskit/heading": "^6.1.0",
36
+ "@atlaskit/modal-dialog": "^16.1.0",
37
37
  "@atlaskit/platform-feature-flags": "^2.0.0",
38
- "@atlaskit/primitives": "^20.0.0",
38
+ "@atlaskit/primitives": "^20.2.0",
39
39
  "@atlaskit/react-compiler-gating": "^0.2.0",
40
- "@atlaskit/tmp-editor-statsig": "^114.0.0",
41
- "@atlaskit/tokens": "^15.0.0",
40
+ "@atlaskit/tmp-editor-statsig": "^115.0.0",
41
+ "@atlaskit/tokens": "^15.2.0",
42
42
  "@babel/runtime": "^7.0.0",
43
43
  "@compiled/react": "^0.20.0",
44
44
  "@emotion/react": "^11.7.1"
45
45
  },
46
46
  "peerDependencies": {
47
- "@atlaskit/editor-common": "^116.13.0",
47
+ "@atlaskit/editor-common": "^116.17.0",
48
48
  "react": "^18.2.0",
49
49
  "react-dom": "^18.2.0"
50
50
  },