@atlaskit/editor-extension-googledrive 4.0.0 → 4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/editor-extension-googledrive
2
2
 
3
+ ## 4.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`5167552fe1a93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5167552fe1a93) -
8
+ [EDITOR-2339] Bump @atlaskit/adf-schema to 51.3.0
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 4.0.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 4.0.0
4
21
 
5
22
  ### Patch Changes
@@ -133,7 +150,6 @@
133
150
  shared context or singletons.
134
151
 
135
152
  **HOW TO ADJUST:**
136
-
137
153
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
138
154
  any of these editor plugins.
139
155
  - 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-extension-googledrive",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
4
4
  "description": "An Atlassian editor extension to add a native Google Drive picker",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -22,16 +22,16 @@
22
22
  "team": "trello-ecosystem"
23
23
  },
24
24
  "dependencies": {
25
- "@atlaskit/adf-schema": "^51.2.0",
26
- "@atlaskit/adf-utils": "^19.24.0",
27
- "@atlaskit/icon": "^28.3.0",
28
- "@atlaskit/tokens": "^6.3.0",
25
+ "@atlaskit/adf-schema": "^51.3.0",
26
+ "@atlaskit/adf-utils": "^19.25.0",
27
+ "@atlaskit/icon": "^28.5.0",
28
+ "@atlaskit/tokens": "^7.0.0",
29
29
  "@babel/runtime": "^7.0.0",
30
- "@compiled/react": "^0.18.3",
30
+ "@compiled/react": "^0.18.6",
31
31
  "@types/gapi": "0.0.44"
32
32
  },
33
33
  "peerDependencies": {
34
- "@atlaskit/editor-common": "^110.0.0",
34
+ "@atlaskit/editor-common": "^110.14.0",
35
35
  "react": "^18.2.0",
36
36
  "react-dom": "^18.2.0"
37
37
  },