@atlaskit/teams-public 0.69.1 → 0.70.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 +13 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/teams-public
|
|
2
2
|
|
|
3
|
+
## 0.70.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`92f68aebd9135`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/92f68aebd9135) -
|
|
8
|
+
Update i18n NPM package versions for people-and-teams,identity (Group 8)
|
|
9
|
+
|
|
10
|
+
## 0.69.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 0.69.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
],
|
|
25
25
|
"atlaskit:src": "src/index.ts",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@atlaskit/afm-i18n-platform-people-and-teams-teams-public": "2.
|
|
27
|
+
"@atlaskit/afm-i18n-platform-people-and-teams-teams-public": "2.39.0",
|
|
28
28
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
29
29
|
"@atlaskit/atlassian-context": "^0.6.0",
|
|
30
30
|
"@atlaskit/avatar": "^25.7.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@atlaskit/flag": "^17.8.0",
|
|
36
36
|
"@atlaskit/frontend-utilities": "^3.2.0",
|
|
37
37
|
"@atlaskit/heading": "^5.3.0",
|
|
38
|
-
"@atlaskit/icon": "^
|
|
38
|
+
"@atlaskit/icon": "^31.0.0",
|
|
39
39
|
"@atlaskit/image": "^3.0.0",
|
|
40
40
|
"@atlaskit/link": "^3.3.0",
|
|
41
41
|
"@atlaskit/modal-dialog": "^14.10.0",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"@af/visual-regression": "workspace:^",
|
|
69
69
|
"@atlaskit/ssr": "workspace:^",
|
|
70
70
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
71
|
-
"@atlassian/ptc-test-utils": "^0.
|
|
71
|
+
"@atlassian/ptc-test-utils": "^0.12.0",
|
|
72
72
|
"@atlassian/testing-library": "^0.4.0",
|
|
73
73
|
"@testing-library/react": "^16.3.0",
|
|
74
74
|
"@testing-library/user-event": "^14.4.3",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
112
|
"name": "@atlaskit/teams-public",
|
|
113
|
-
"version": "0.
|
|
113
|
+
"version": "0.70.0",
|
|
114
114
|
"description": "Public components related to teams",
|
|
115
115
|
"author": "Atlassian Pty Ltd",
|
|
116
116
|
"license": "Apache-2.0",
|