@atlaskit/heading 5.2.9 → 5.2.10
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 +6 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/heading
|
|
2
2
|
|
|
3
|
+
## 5.2.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 5.2.9
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -617,7 +623,6 @@
|
|
|
617
623
|
production. The major is to simplify consumption and versioning in product.
|
|
618
624
|
|
|
619
625
|
Other changes:
|
|
620
|
-
|
|
621
626
|
- Introduction of a `HeadingContext` provider to aid with creating the right semantic structure
|
|
622
627
|
for headings.
|
|
623
628
|
- Migrated internals to use `@compiled/react` from `@emotion/react`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/heading",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.10",
|
|
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/"
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@atlaskit/css": "^0.15.0",
|
|
31
31
|
"@atlaskit/primitives": "^15.0.0",
|
|
32
|
-
"@atlaskit/tokens": "^
|
|
32
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
33
33
|
"@babel/runtime": "^7.0.0",
|
|
34
|
-
"@compiled/react": "^0.18.
|
|
34
|
+
"@compiled/react": "^0.18.6"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"react": "^18.2.0"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@af/integration-testing": "workspace:^",
|
|
43
43
|
"@af/visual-regression": "workspace:^",
|
|
44
44
|
"@atlaskit/button": "^23.5.0",
|
|
45
|
-
"@atlaskit/docs": "^11.
|
|
45
|
+
"@atlaskit/docs": "^11.2.0",
|
|
46
46
|
"@atlaskit/ds-lib": "^5.1.0",
|
|
47
47
|
"@atlaskit/ssr": "workspace:^",
|
|
48
48
|
"@atlassian/codegen": "^0.1.0",
|