@atlaskit/teams-public 0.70.1 → 0.70.3
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 +14 -0
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/teams-public
|
|
2
2
|
|
|
3
|
+
## 0.70.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`acb61d1d6efd9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/acb61d1d6efd9) -
|
|
8
|
+
Add dependency for a11y testing.
|
|
9
|
+
|
|
10
|
+
## 0.70.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [`6d87d08be8526`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6d87d08be8526) -
|
|
15
|
+
Add dependency for a11y testing.
|
|
16
|
+
|
|
3
17
|
## 0.70.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@atlaskit/avatar": "^25.8.0",
|
|
31
31
|
"@atlaskit/button": "^23.9.0",
|
|
32
32
|
"@atlaskit/css": "^0.19.0",
|
|
33
|
-
"@atlaskit/dropdown-menu": "^16.
|
|
33
|
+
"@atlaskit/dropdown-menu": "^16.5.0",
|
|
34
34
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
35
35
|
"@atlaskit/flag": "^17.8.0",
|
|
36
36
|
"@atlaskit/frontend-utilities": "^3.2.0",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
44
44
|
"@atlaskit/primitives": "^18.0.0",
|
|
45
45
|
"@atlaskit/skeleton": "^2.1.0",
|
|
46
|
-
"@atlaskit/teams-app-internal-analytics": "^1.
|
|
46
|
+
"@atlaskit/teams-app-internal-analytics": "^1.26.0",
|
|
47
47
|
"@atlaskit/teams-app-internal-product-permissions": "^1.2.0",
|
|
48
48
|
"@atlaskit/teams-client": "^4.30.0",
|
|
49
49
|
"@atlaskit/theme": "^21.0.0",
|
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
"@af/integration-testing": "workspace:^",
|
|
68
68
|
"@af/visual-regression": "workspace:^",
|
|
69
69
|
"@atlaskit/ssr": "workspace:^",
|
|
70
|
+
"@atlassian/a11y-jest-testing": "^0.10.0",
|
|
70
71
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
71
72
|
"@atlassian/ptc-test-utils": "^0.12.0",
|
|
72
73
|
"@atlassian/testing-library": "^0.4.0",
|
|
@@ -110,7 +111,7 @@
|
|
|
110
111
|
}
|
|
111
112
|
},
|
|
112
113
|
"name": "@atlaskit/teams-public",
|
|
113
|
-
"version": "0.70.
|
|
114
|
+
"version": "0.70.3",
|
|
114
115
|
"description": "Public components related to teams",
|
|
115
116
|
"author": "Atlassian Pty Ltd",
|
|
116
117
|
"license": "Apache-2.0",
|