@atlaskit/logo 15.1.1 → 15.2.0
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 +12 -0
- package/dist/cjs/wrapper.js +1 -1
- package/dist/es2019/wrapper.js +1 -1
- package/dist/esm/wrapper.js +1 -1
- package/package.json +6 -6
- package/__perf__/default.tsx +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/logo
|
|
2
2
|
|
|
3
|
+
## 15.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
|
|
8
|
+
[`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
|
|
9
|
+
Update `React` from v16 to v18
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 15.1.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/cjs/wrapper.js
CHANGED
package/dist/es2019/wrapper.js
CHANGED
package/dist/esm/wrapper.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* wrapper.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* wrapper.tsx generated by @compiled/babel-plugin v0.36.0 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
4
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/logo",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.2.0",
|
|
4
4
|
"description": "A logo is a visual representation of a brand or product. It can be a word or an image, or a combination of both.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"runReact18": true
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@atlaskit/ds-lib": "^3.
|
|
29
|
-
"@atlaskit/theme": "^14.
|
|
30
|
-
"@atlaskit/tokens": "^3.
|
|
28
|
+
"@atlaskit/ds-lib": "^3.5.0",
|
|
29
|
+
"@atlaskit/theme": "^14.1.0",
|
|
30
|
+
"@atlaskit/tokens": "^3.3.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0",
|
|
32
32
|
"@compiled/react": "^0.18.1"
|
|
33
33
|
},
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"@af/integration-testing": "*",
|
|
40
40
|
"@atlaskit/ssr": "*",
|
|
41
41
|
"@atlaskit/visual-regression": "*",
|
|
42
|
-
"@testing-library/react": "^
|
|
42
|
+
"@testing-library/react": "^13.4.0",
|
|
43
43
|
"jscodeshift": "^0.13.0",
|
|
44
|
-
"react-dom": "^
|
|
44
|
+
"react-dom": "^18.2.0",
|
|
45
45
|
"typescript": "~5.4.2"
|
|
46
46
|
},
|
|
47
47
|
"techstack": {
|