@atlaskit/teams-public 2.0.0 → 2.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 +16 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/teams-public
|
|
2
2
|
|
|
3
|
+
## 2.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`f4abaa54b4859`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f4abaa54b4859) -
|
|
8
|
+
Update i18n NPM package versions for people-and-teams,identity (Group 8)
|
|
9
|
+
|
|
10
|
+
## 2.0.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [`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
|
|
16
|
+
gating.
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 2.0.0
|
|
4
20
|
|
|
5
21
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
],
|
|
24
24
|
"atlaskit:src": "src/index.ts",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@atlaskit/afm-i18n-platform-people-and-teams-teams-public": "2.
|
|
26
|
+
"@atlaskit/afm-i18n-platform-people-and-teams-teams-public": "2.166.0",
|
|
27
27
|
"@atlaskit/analytics-next": "^12.0.0",
|
|
28
28
|
"@atlaskit/avatar": "^26.0.0",
|
|
29
|
-
"@atlaskit/button": "^24.
|
|
29
|
+
"@atlaskit/button": "^24.1.0",
|
|
30
30
|
"@atlaskit/css": "^1.0.0",
|
|
31
31
|
"@atlaskit/dropdown-menu": "^17.0.0",
|
|
32
32
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
@@ -39,13 +39,14 @@
|
|
|
39
39
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
40
40
|
"@atlaskit/primitives": "^20.0.0",
|
|
41
41
|
"@atlaskit/skeleton": "^3.0.0",
|
|
42
|
-
"@atlaskit/teams-app-internal-analytics": "^2.
|
|
42
|
+
"@atlaskit/teams-app-internal-analytics": "^2.1.0",
|
|
43
43
|
"@atlaskit/teams-app-internal-navigation": "^2.0.0",
|
|
44
44
|
"@atlaskit/teams-app-internal-product-permissions": "^2.0.0",
|
|
45
45
|
"@atlaskit/teams-client": "^5.0.0",
|
|
46
46
|
"@atlaskit/tile": "^2.0.0",
|
|
47
|
-
"@atlaskit/tokens": "^
|
|
47
|
+
"@atlaskit/tokens": "^15.0.0",
|
|
48
48
|
"@atlaskit/tooltip": "^23.0.0",
|
|
49
|
+
"@atlassian/react-compiler-gating": "^0.2.0",
|
|
49
50
|
"@babel/runtime": "^7.0.0",
|
|
50
51
|
"@compiled/react": "^0.20.0",
|
|
51
52
|
"@types/string-hash": "^1.1.3",
|
|
@@ -64,17 +65,16 @@
|
|
|
64
65
|
"@af/integration-testing": "workspace:^",
|
|
65
66
|
"@af/visual-regression": "workspace:^",
|
|
66
67
|
"@atlaskit/ssr": "workspace:^",
|
|
67
|
-
"@atlassian/a11y-jest-testing": "^0.
|
|
68
|
+
"@atlassian/a11y-jest-testing": "^0.13.0",
|
|
68
69
|
"@atlassian/feature-flags-test-utils": "^1.1.0",
|
|
69
70
|
"@atlassian/ptc-test-utils": "^0.13.0",
|
|
70
|
-
"@atlassian/react-compiler-gating": "workspace:^",
|
|
71
71
|
"@atlassian/teams-app-internal-playground": "^2.6.0",
|
|
72
72
|
"@atlassian/testing-library": "^0.6.0",
|
|
73
73
|
"@testing-library/react": "^16.3.0",
|
|
74
74
|
"@testing-library/user-event": "^14.4.3",
|
|
75
75
|
"react": "^18.2.0",
|
|
76
76
|
"react-dom": "^18.2.0",
|
|
77
|
-
"react-intl": "^
|
|
77
|
+
"react-intl": "^7.0.0"
|
|
78
78
|
},
|
|
79
79
|
"techstack": {
|
|
80
80
|
"@atlassian/frontend": {
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
113
|
"name": "@atlaskit/teams-public",
|
|
114
|
-
"version": "2.
|
|
114
|
+
"version": "2.1.0",
|
|
115
115
|
"description": "Public components related to teams",
|
|
116
116
|
"author": "Atlassian Pty Ltd",
|
|
117
117
|
"license": "Apache-2.0",
|