@atlaskit/heading 4.0.2 → 4.1.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
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/heading
|
|
2
2
|
|
|
3
|
+
## 4.1.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
|
## 4.0.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* heading.partial.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* heading.partial.tsx generated by @compiled/babel-plugin v0.36.0 */
|
|
2
2
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
3
|
import "./heading.partial.compiled.css";
|
|
4
4
|
import * as React from 'react';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/heading",
|
|
3
|
-
"version": "4.0
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"description": "A heading is a typography component used to display text in different sizes and formats.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"codegen": "ts-node ./scripts/codegen.tsx"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@atlaskit/css": "^0.
|
|
35
|
-
"@atlaskit/primitives": "^13.
|
|
36
|
-
"@atlaskit/tokens": "^3.
|
|
34
|
+
"@atlaskit/css": "^0.8.0",
|
|
35
|
+
"@atlaskit/primitives": "^13.4.0",
|
|
36
|
+
"@atlaskit/tokens": "^3.3.0",
|
|
37
37
|
"@babel/runtime": "^7.0.0",
|
|
38
38
|
"@compiled/react": "^0.18.1",
|
|
39
39
|
"@emotion/react": "^11.7.1"
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
"@af/formatting": "*",
|
|
47
47
|
"@af/integration-testing": "*",
|
|
48
48
|
"@af/visual-regression": "*",
|
|
49
|
-
"@atlaskit/button": "^20.
|
|
50
|
-
"@atlaskit/ds-lib": "^3.
|
|
49
|
+
"@atlaskit/button": "^20.4.0",
|
|
50
|
+
"@atlaskit/ds-lib": "^3.5.0",
|
|
51
51
|
"@atlaskit/ssr": "*",
|
|
52
52
|
"@atlassian/codegen": "^0.1.0",
|
|
53
|
-
"@testing-library/react": "^
|
|
53
|
+
"@testing-library/react": "^13.4.0",
|
|
54
54
|
"jscodeshift": "^0.13.0",
|
|
55
|
-
"react-dom": "^
|
|
55
|
+
"react-dom": "^18.2.0",
|
|
56
56
|
"ts-node": "^10.9.1",
|
|
57
57
|
"typescript": "~5.4.2"
|
|
58
58
|
},
|