@atlaskit/page-header 10.4.2 → 10.4.3

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,11 @@
1
1
  # @atlaskit/page-header
2
2
 
3
+ ## 10.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
8
+
3
9
  ## 10.4.2
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/page-header",
3
- "version": "10.4.2",
3
+ "version": "10.4.3",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/page-header",
3
- "version": "10.4.2",
3
+ "version": "10.4.3",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/page-header",
3
- "version": "10.4.2",
3
+ "version": "10.4.3",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page-header",
3
- "version": "10.4.2",
3
+ "version": "10.4.3",
4
4
  "description": "A page header defines the top of a page. It contains a title and can be optionally combined with breadcrumbs buttons, search, and filters.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -52,9 +52,9 @@
52
52
  "@atlaskit/inline-edit": "^12.3.0",
53
53
  "@atlaskit/page": "^12.3.0",
54
54
  "@atlaskit/section-message": "^6.4.0",
55
- "@atlaskit/select": "^16.2.0",
55
+ "@atlaskit/select": "^16.4.0",
56
56
  "@atlaskit/ssr": "*",
57
- "@atlaskit/textfield": "^5.4.0",
57
+ "@atlaskit/textfield": "^5.5.0",
58
58
  "@atlaskit/visual-regression": "*",
59
59
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
60
60
  "@testing-library/react": "^12.1.5",
@@ -75,7 +75,8 @@
75
75
  "dom-events": "use-bind-event-listener",
76
76
  "analytics": "analytics-next",
77
77
  "design-tokens": [
78
- "color"
78
+ "color",
79
+ "spacing"
79
80
  ],
80
81
  "theming": [
81
82
  "react-context"