@atlaskit/teams-avatar 2.6.0 → 2.6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +10 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/teams-avatar
2
2
 
3
+ ## 2.6.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
+
3
11
  ## 2.6.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/teams-avatar",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "description": "A team avatar is a visual representation of a team.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -8,6 +8,13 @@
8
8
  "registry": "https://registry.npmjs.org/"
9
9
  },
10
10
  "atlassian": {
11
+ "react-compiler": {
12
+ "enabled": true,
13
+ "gating": {
14
+ "source": "@atlassian/react-compiler-gating",
15
+ "importSpecifierName": "isReactCompilerActivePlatform"
16
+ }
17
+ },
11
18
  "team": "People and Teams Collective",
12
19
  "website": {
13
20
  "name": "TeamsAvatar",
@@ -50,7 +57,8 @@
50
57
  "@af/integration-testing": "workspace:^",
51
58
  "@af/visual-regression": "workspace:^",
52
59
  "@atlaskit/ssr": "workspace:^",
53
- "@atlassian/teams-app-internal-playground": "^2.0.0",
60
+ "@atlassian/react-compiler-gating": "workspace:^",
61
+ "@atlassian/teams-app-internal-playground": "^2.1.0",
54
62
  "@testing-library/react": "^16.3.0",
55
63
  "react-dom": "^18.2.0",
56
64
  "wait-for-expect": "^1.2.0"