@atlaskit/logo 21.1.0 → 21.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 +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/logo
|
|
2
2
|
|
|
3
|
+
## 21.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
|
|
8
|
+
Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
|
|
9
|
+
gating.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 21.1.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/logo",
|
|
3
|
-
"version": "21.1.
|
|
3
|
+
"version": "21.1.1",
|
|
4
4
|
"description": "A logo is a visual representation of a brand or app. It can be a word, an image, or a combination of both.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -39,7 +39,8 @@
|
|
|
39
39
|
"@atlaskit/ds-lib": "^8.0.0",
|
|
40
40
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
41
41
|
"@atlaskit/theme": "^26.0.0",
|
|
42
|
-
"@atlaskit/tokens": "^
|
|
42
|
+
"@atlaskit/tokens": "^15.0.0",
|
|
43
|
+
"@atlassian/react-compiler-gating": "^0.2.0",
|
|
43
44
|
"@babel/runtime": "^7.0.0",
|
|
44
45
|
"@compiled/react": "^0.20.0"
|
|
45
46
|
},
|
|
@@ -56,12 +57,11 @@
|
|
|
56
57
|
"@atlaskit/image": "^4.0.0",
|
|
57
58
|
"@atlaskit/link": "^4.0.0",
|
|
58
59
|
"@atlaskit/primitives": "^20.0.0",
|
|
59
|
-
"@atlaskit/section-message": "^9.
|
|
60
|
-
"@atlaskit/select": "^22.
|
|
60
|
+
"@atlaskit/section-message": "^9.1.0",
|
|
61
|
+
"@atlaskit/select": "^22.1.0",
|
|
61
62
|
"@atlaskit/table": "^1.0.0",
|
|
62
63
|
"@atlaskit/toggle": "^17.0.0",
|
|
63
64
|
"@atlassian/codegen": "^0.2.0",
|
|
64
|
-
"@atlassian/react-compiler-gating": "workspace:^",
|
|
65
65
|
"@atlassian/ssr-tests": "workspace:^",
|
|
66
66
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
67
67
|
"@atlassian/testing-library": "^0.6.0",
|