@atlaskit/editor-extension-googledrive 10.0.2 → 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.
package/CHANGELOG.md CHANGED
@@ -1,11 +1,37 @@
1
1
  # @atlaskit/editor-extension-googledrive
2
2
 
3
+ ## 10.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`3170ae750c486`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3170ae750c486) -
8
+ Updating repository URL to the correct URL
9
+ - Updated dependencies
10
+
11
+ ## 10.1.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
16
+ Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
17
+ reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
18
+
19
+ The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
20
+ bumped the renamed package itself, so dependent packages were never republished and their
21
+ published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
22
+ available in the public npm registry. This minor bump republishes all affected packages with the
23
+ corrected dependency.
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+
3
29
  ## 10.0.2
4
30
 
5
31
  ### Patch Changes
6
32
 
7
33
  - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
8
- Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
34
+ Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
9
35
  gating.
10
36
  - Updated dependencies
11
37
 
package/compass.yml ADDED
@@ -0,0 +1,38 @@
1
+ configVersion: 1
2
+ id: ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/f75066c2-c80a-4a51-bf29-63515c412f61
3
+ name: '@atlaskit/editor-extension-googledrive'
4
+ ownerId: ari:cloud:identity::team/c2e2d352-c745-4620-8284-0ac2a577d1db # Trello Platform: Frontend
5
+ labels:
6
+ - platform-code
7
+ - platform-afm
8
+ typeId: OTHER
9
+ fields:
10
+ tier: 4
11
+ lifecycle: Active
12
+ isMonorepoProject: true
13
+ links:
14
+ - name: Root Repository
15
+ type: REPOSITORY
16
+ url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
17
+ - name: Slack Channel
18
+ type: CHAT_CHANNEL
19
+ url: https://atlassian.enterprise.slack.com/archives/CFDHUQHA4 # #ecosystem-trello
20
+ - name: Extension Googledrive
21
+ type: REPOSITORY
22
+ url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/editor/extension-googledrive
23
+ customFields:
24
+ - name: Department
25
+ type: text
26
+ value: Eng - Trello Core - Platform & Infrastructure - Platform
27
+ - name: Technical Owner
28
+ type: user
29
+ value: ari:cloud:identity::user/5afc6b41f2f8f0082b7777e1 # David Bernal
30
+ - name: Required Reviewers Opt In
31
+ type: boolean
32
+ value: true
33
+ - name: Reviewer Selection Mechanism
34
+ type: text
35
+ value: random(2)
36
+ - name: Required Reviewer Approvals
37
+ type: number
38
+ value: 1
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-extension-googledrive",
3
- "version": "10.0.2",
3
+ "version": "10.1.1",
4
4
  "description": "An Atlassian editor extension to add a native Google Drive picker",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
7
7
  },
8
8
  "repository": {
9
- "url": "https://bitbucket.org/atlassian/atlassian-frontend.git"
9
+ "url": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo"
10
10
  },
11
11
  "author": "Atlassian",
12
12
  "license": "Apache-2.0",
@@ -22,23 +22,23 @@
22
22
  "react-compiler": {
23
23
  "enabled": true,
24
24
  "gating": {
25
- "source": "@atlassian/react-compiler-gating",
25
+ "source": "@atlaskit/react-compiler-gating",
26
26
  "importSpecifierName": "isReactCompilerActivePlatform"
27
27
  }
28
28
  },
29
29
  "team": "trello-ecosystem"
30
30
  },
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^56.0.0",
33
- "@atlaskit/adf-utils": "^20.0.0",
34
- "@atlaskit/tokens": "^15.0.0",
35
- "@atlassian/react-compiler-gating": "^0.2.0",
32
+ "@atlaskit/adf-schema": "^56.1.0",
33
+ "@atlaskit/adf-utils": "^20.3.0",
34
+ "@atlaskit/react-compiler-gating": "^0.2.0",
35
+ "@atlaskit/tokens": "^15.8.0",
36
36
  "@babel/runtime": "^7.0.0",
37
37
  "@compiled/react": "^0.20.0",
38
38
  "@types/gapi": "0.0.44"
39
39
  },
40
40
  "peerDependencies": {
41
- "@atlaskit/editor-common": "^116.11.0",
41
+ "@atlaskit/editor-common": "^116.31.0",
42
42
  "react": "^18.2.0",
43
43
  "react-dom": "^18.2.0"
44
44
  },