@atlaskit/teams-public 2.1.0 → 2.2.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 +19 -1
  2. package/package.json +24 -24
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/teams-public
2
2
 
3
+ ## 2.2.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
+
3
21
  ## 2.1.0
4
22
 
5
23
  ### Minor Changes
@@ -12,7 +30,7 @@
12
30
  ### Patch Changes
13
31
 
14
32
  - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
15
- Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
33
+ Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
16
34
  gating.
17
35
  - Updated dependencies
18
36
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "react-compiler": {
4
4
  "enabled": true,
5
5
  "gating": {
6
- "source": "@atlassian/react-compiler-gating",
6
+ "source": "@atlaskit/react-compiler-gating",
7
7
  "importSpecifierName": "isReactCompilerActivePlatform"
8
8
  }
9
9
  },
@@ -24,29 +24,29 @@
24
24
  "atlaskit:src": "src/index.ts",
25
25
  "dependencies": {
26
26
  "@atlaskit/afm-i18n-platform-people-and-teams-teams-public": "2.166.0",
27
- "@atlaskit/analytics-next": "^12.0.0",
28
- "@atlaskit/avatar": "^26.0.0",
29
- "@atlaskit/button": "^24.1.0",
27
+ "@atlaskit/analytics-next": "^12.1.0",
28
+ "@atlaskit/avatar": "^26.1.0",
29
+ "@atlaskit/button": "^24.2.0",
30
30
  "@atlaskit/css": "^1.0.0",
31
- "@atlaskit/dropdown-menu": "^17.0.0",
31
+ "@atlaskit/dropdown-menu": "^17.1.0",
32
32
  "@atlaskit/feature-gate-js-client": "^6.0.0",
33
- "@atlaskit/heading": "^6.0.0",
34
- "@atlaskit/icon": "^36.0.0",
35
- "@atlaskit/image": "^4.0.0",
36
- "@atlaskit/link": "^4.0.0",
37
- "@atlaskit/modal-dialog": "^16.0.0",
38
- "@atlaskit/people-teams-ui-public": "^5.0.0",
33
+ "@atlaskit/heading": "^6.1.0",
34
+ "@atlaskit/icon": "^36.1.0",
35
+ "@atlaskit/image": "^4.1.0",
36
+ "@atlaskit/link": "^4.1.0",
37
+ "@atlaskit/modal-dialog": "^16.1.0",
38
+ "@atlaskit/people-teams-ui-public": "^5.1.0",
39
39
  "@atlaskit/platform-feature-flags": "^2.0.0",
40
- "@atlaskit/primitives": "^20.0.0",
41
- "@atlaskit/skeleton": "^3.0.0",
42
- "@atlaskit/teams-app-internal-analytics": "^2.1.0",
43
- "@atlaskit/teams-app-internal-navigation": "^2.0.0",
44
- "@atlaskit/teams-app-internal-product-permissions": "^2.0.0",
45
- "@atlaskit/teams-client": "^5.0.0",
46
- "@atlaskit/tile": "^2.0.0",
47
- "@atlaskit/tokens": "^15.0.0",
48
- "@atlaskit/tooltip": "^23.0.0",
49
- "@atlassian/react-compiler-gating": "^0.2.0",
40
+ "@atlaskit/primitives": "^20.1.0",
41
+ "@atlaskit/react-compiler-gating": "^0.2.0",
42
+ "@atlaskit/skeleton": "^3.1.0",
43
+ "@atlaskit/teams-app-internal-analytics": "^2.2.0",
44
+ "@atlaskit/teams-app-internal-navigation": "^2.1.0",
45
+ "@atlaskit/teams-app-internal-product-permissions": "^2.1.0",
46
+ "@atlaskit/teams-client": "^5.1.0",
47
+ "@atlaskit/tile": "^2.1.0",
48
+ "@atlaskit/tokens": "^15.1.0",
49
+ "@atlaskit/tooltip": "^23.1.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@compiled/react": "^0.20.0",
52
52
  "@types/string-hash": "^1.1.3",
@@ -68,8 +68,8 @@
68
68
  "@atlassian/a11y-jest-testing": "^0.13.0",
69
69
  "@atlassian/feature-flags-test-utils": "^1.1.0",
70
70
  "@atlassian/ptc-test-utils": "^0.13.0",
71
- "@atlassian/teams-app-internal-playground": "^2.6.0",
72
- "@atlassian/testing-library": "^0.6.0",
71
+ "@atlassian/teams-app-internal-playground": "^2.7.0",
72
+ "@atlassian/testing-library": "^0.7.0",
73
73
  "@testing-library/react": "^16.3.0",
74
74
  "@testing-library/user-event": "^14.4.3",
75
75
  "react": "^18.2.0",
@@ -111,7 +111,7 @@
111
111
  }
112
112
  },
113
113
  "name": "@atlaskit/teams-public",
114
- "version": "2.1.0",
114
+ "version": "2.2.0",
115
115
  "description": "Public components related to teams",
116
116
  "author": "Atlassian Pty Ltd",
117
117
  "license": "Apache-2.0",