@atlaskit/media-card 80.4.5 → 80.4.7

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 +15 -0
  2. package/package.json +16 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atlaskit/media-card
2
2
 
3
+ ## 80.4.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [`2fe9a9909d2ac`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2fe9a9909d2ac) -
8
+ Enrol media packages into the React Compiler with platform gating via
9
+ isReactCompilerActivePlatform
10
+ - Updated dependencies
11
+
12
+ ## 80.4.6
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 80.4.5
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-card",
3
- "version": "80.4.5",
3
+ "version": "80.4.7",
4
4
  "description": "Includes all media card related components, CardView, CardViewSmall, Card...",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,6 +25,13 @@
25
25
  ],
26
26
  "atlaskit:src": "src/index.ts",
27
27
  "atlassian": {
28
+ "react-compiler": {
29
+ "enabled": true,
30
+ "gating": {
31
+ "source": "@atlassian/react-compiler-gating",
32
+ "importSpecifierName": "isReactCompilerActivePlatform"
33
+ }
34
+ },
28
35
  "team": "Media Exif",
29
36
  "website": {
30
37
  "name": "Media Card"
@@ -34,25 +41,25 @@
34
41
  "@atlaskit/analytics-next": "^11.2.0",
35
42
  "@atlaskit/dropdown-menu": "^16.8.0",
36
43
  "@atlaskit/editor-shared-styles": "^3.10.0",
37
- "@atlaskit/icon": "^34.3.0",
44
+ "@atlaskit/icon": "^34.5.0",
38
45
  "@atlaskit/link": "^3.4.0",
39
- "@atlaskit/media-client": "^36.1.0",
46
+ "@atlaskit/media-client": "^36.2.0",
40
47
  "@atlaskit/media-client-react": "^5.1.0",
41
- "@atlaskit/media-common": "^13.2.0",
48
+ "@atlaskit/media-common": "^13.3.0",
42
49
  "@atlaskit/media-file-preview": "^0.17.0",
43
50
  "@atlaskit/media-state": "^2.1.0",
44
51
  "@atlaskit/media-svg": "^2.3.0",
45
52
  "@atlaskit/media-ui": "^29.2.0",
46
- "@atlaskit/media-viewer": "^53.1.0",
53
+ "@atlaskit/media-viewer": "^53.2.0",
47
54
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
55
  "@atlaskit/primitives": "^19.0.0",
49
56
  "@atlaskit/progress-bar": "^4.2.0",
50
57
  "@atlaskit/react-ufo": "^5.19.0",
51
58
  "@atlaskit/spinner": "^19.1.0",
52
59
  "@atlaskit/theme": "^23.2.0",
53
- "@atlaskit/tmp-editor-statsig": "^76.0.0",
60
+ "@atlaskit/tmp-editor-statsig": "^77.3.0",
54
61
  "@atlaskit/tokens": "^13.0.0",
55
- "@atlaskit/tooltip": "^22.0.0",
62
+ "@atlaskit/tooltip": "^22.1.0",
56
63
  "@atlaskit/ufo": "^0.4.0",
57
64
  "@atlaskit/visually-hidden": "^3.1.0",
58
65
  "@babel/runtime": "^7.0.0",
@@ -84,7 +91,8 @@
84
91
  "@atlaskit/ssr": "workspace:^",
85
92
  "@atlaskit/toggle": "^15.6.0",
86
93
  "@atlassian/a11y-jest-testing": "^0.11.0",
87
- "@atlassian/feature-flags-test-utils": "^1.0.0",
94
+ "@atlassian/feature-flags-test-utils": "^1.1.0",
95
+ "@atlassian/react-compiler-gating": "workspace:^",
88
96
  "@atlassian/testing-library": "^0.5.0",
89
97
  "@atlassian/ufo": "^0.7.0",
90
98
  "@testing-library/dom": "^10.1.0",