@atlaskit/editor-extension-dropbox 10.0.9 → 10.1.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,29 @@
1
1
  # @atlaskit/editor-extension-dropbox
2
2
 
3
+ ## 10.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
8
+ Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
9
+ reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
10
+
11
+ The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
12
+ bumped the renamed package itself, so dependent packages were never republished and their
13
+ published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
14
+ available in the public npm registry. This minor bump republishes all affected packages with the
15
+ corrected dependency.
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
21
+ ## 10.0.10
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+
3
27
  ## 10.0.9
4
28
 
5
29
  ### Patch Changes
@@ -23,7 +47,7 @@
23
47
  ### Patch Changes
24
48
 
25
49
  - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
26
- Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
50
+ Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
27
51
  gating.
28
52
  - Updated dependencies
29
53
 
@@ -41,13 +41,13 @@
41
41
  "path": "../../../design-system/primitives/afm-cc/tsconfig.json"
42
42
  },
43
43
  {
44
- "path": "../../tmp-editor-statsig/afm-cc/tsconfig.json"
44
+ "path": "../../../react-compiler/react-compiler-gating/afm-cc/tsconfig.json"
45
45
  },
46
46
  {
47
- "path": "../../../design-system/tokens/afm-cc/tsconfig.json"
47
+ "path": "../../tmp-editor-statsig/afm-cc/tsconfig.json"
48
48
  },
49
49
  {
50
- "path": "../../../react-compiler/react-compiler-gating/afm-cc/tsconfig.json"
50
+ "path": "../../../design-system/tokens/afm-cc/tsconfig.json"
51
51
  },
52
52
  {
53
53
  "path": "../../editor-common/afm-cc/tsconfig.json"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-extension-dropbox",
3
- "version": "10.0.9",
3
+ "version": "10.1.0",
4
4
  "description": "A an atlassian editor extension to add a native dropbox picker",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -20,7 +20,7 @@
20
20
  "react-compiler": {
21
21
  "enabled": true,
22
22
  "gating": {
23
- "source": "@atlassian/react-compiler-gating",
23
+ "source": "@atlaskit/react-compiler-gating",
24
24
  "importSpecifierName": "isReactCompilerActivePlatform"
25
25
  }
26
26
  },
@@ -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.2.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",
39
- "@atlaskit/tmp-editor-statsig": "^113.0.0",
40
- "@atlaskit/tokens": "^15.0.0",
41
- "@atlassian/react-compiler-gating": "^0.2.0",
38
+ "@atlaskit/primitives": "^20.1.0",
39
+ "@atlaskit/react-compiler-gating": "^0.2.0",
40
+ "@atlaskit/tmp-editor-statsig": "^114.0.0",
41
+ "@atlaskit/tokens": "^15.1.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.12.0",
47
+ "@atlaskit/editor-common": "^116.15.0",
48
48
  "react": "^18.2.0",
49
49
  "react-dom": "^18.2.0"
50
50
  },