@atlaskit/teams-public 1.1.0 → 1.1.1
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 +9 -0
- package/package.json +9 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/teams-public
|
|
2
2
|
|
|
3
|
+
## 1.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`7fb5bfbafb83e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7fb5bfbafb83e) -
|
|
8
|
+
Enrol people-and-teams packages into the React Compiler with platform gating via
|
|
9
|
+
isReactCompilerActivePlatform
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 1.1.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"atlassian": {
|
|
3
|
+
"react-compiler": {
|
|
4
|
+
"enabled": true,
|
|
5
|
+
"gating": {
|
|
6
|
+
"source": "@atlassian/react-compiler-gating",
|
|
7
|
+
"importSpecifierName": "isReactCompilerActivePlatform"
|
|
8
|
+
}
|
|
9
|
+
},
|
|
3
10
|
"team": "People and Teams Collective",
|
|
4
11
|
"website": {
|
|
5
12
|
"name": "TeamContainers",
|
|
@@ -68,6 +75,7 @@
|
|
|
68
75
|
"@atlassian/a11y-jest-testing": "^0.11.0",
|
|
69
76
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
70
77
|
"@atlassian/ptc-test-utils": "^0.12.0",
|
|
78
|
+
"@atlassian/react-compiler-gating": "workspace:^",
|
|
71
79
|
"@atlassian/teams-app-internal-playground": "^2.1.0",
|
|
72
80
|
"@atlassian/testing-library": "^0.5.0",
|
|
73
81
|
"@testing-library/react": "^16.3.0",
|
|
@@ -110,7 +118,7 @@
|
|
|
110
118
|
}
|
|
111
119
|
},
|
|
112
120
|
"name": "@atlaskit/teams-public",
|
|
113
|
-
"version": "1.1.
|
|
121
|
+
"version": "1.1.1",
|
|
114
122
|
"description": "Public components related to teams",
|
|
115
123
|
"author": "Atlassian Pty Ltd",
|
|
116
124
|
"license": "Apache-2.0",
|