@atlaskit/teams-public 2.3.1 → 2.4.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 +11 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/teams-public
|
|
2
2
|
|
|
3
|
+
## 2.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`2f56c78f969b8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2f56c78f969b8) -
|
|
8
|
+
Update i18n NPM package versions for teamwork-graph (Group 16)
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 2.3.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -28,22 +28,22 @@
|
|
|
28
28
|
"@atlaskit/css": "^1.0.0",
|
|
29
29
|
"@atlaskit/dropdown-menu": "^17.1.0",
|
|
30
30
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
31
|
-
"@atlaskit/heading": "^6.
|
|
31
|
+
"@atlaskit/heading": "^6.2.0",
|
|
32
32
|
"@atlaskit/icon": "^36.2.0",
|
|
33
33
|
"@atlaskit/image": "^4.1.0",
|
|
34
34
|
"@atlaskit/link": "^4.1.0",
|
|
35
35
|
"@atlaskit/modal-dialog": "^16.1.0",
|
|
36
36
|
"@atlaskit/people-teams-ui-public": "^5.1.0",
|
|
37
37
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
38
|
-
"@atlaskit/primitives": "^20.
|
|
38
|
+
"@atlaskit/primitives": "^20.5.0",
|
|
39
39
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
40
|
-
"@atlaskit/skeleton": "^4.
|
|
40
|
+
"@atlaskit/skeleton": "^4.1.0",
|
|
41
41
|
"@atlaskit/teams-app-internal-analytics": "^2.2.0",
|
|
42
42
|
"@atlaskit/teams-app-internal-navigation": "^2.1.0",
|
|
43
43
|
"@atlaskit/teams-app-internal-product-permissions": "^2.1.0",
|
|
44
44
|
"@atlaskit/teams-client": "^5.1.0",
|
|
45
|
-
"@atlaskit/tile": "^2.
|
|
46
|
-
"@atlaskit/tokens": "^15.
|
|
45
|
+
"@atlaskit/tile": "^2.2.0",
|
|
46
|
+
"@atlaskit/tokens": "^15.5.0",
|
|
47
47
|
"@atlaskit/tooltip": "^23.1.0",
|
|
48
48
|
"@babel/runtime": "^7.0.0",
|
|
49
49
|
"@compiled/react": "^0.20.0",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
92
|
"name": "@atlaskit/teams-public",
|
|
93
|
-
"version": "2.
|
|
93
|
+
"version": "2.4.0",
|
|
94
94
|
"description": "Public components related to teams",
|
|
95
95
|
"author": "Atlassian Pty Ltd",
|
|
96
96
|
"license": "Apache-2.0",
|