@atlaskit/heading 5.2.9 → 5.2.11

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 +12 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/heading
2
2
 
3
+ ## 5.2.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.2.10
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 5.2.9
4
16
 
5
17
  ### Patch Changes
@@ -617,7 +629,6 @@
617
629
  production. The major is to simplify consumption and versioning in product.
618
630
 
619
631
  Other changes:
620
-
621
632
  - Introduction of a `HeadingContext` provider to aid with creating the right semantic structure
622
633
  for headings.
623
634
  - 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.9",
3
+ "version": "5.2.11",
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/"
@@ -28,10 +28,10 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@atlaskit/css": "^0.15.0",
31
- "@atlaskit/primitives": "^15.0.0",
32
- "@atlaskit/tokens": "^6.5.0",
31
+ "@atlaskit/primitives": "^16.0.0",
32
+ "@atlaskit/tokens": "^7.0.0",
33
33
  "@babel/runtime": "^7.0.0",
34
- "@compiled/react": "^0.18.3"
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.1.0",
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",