@atlaskit/page-header 10.8.1 → 10.9.1

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 +25 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @atlaskit/page-header
2
2
 
3
+ ## 10.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#129411](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/129411)
8
+ [`300b0a472d9ce`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/300b0a472d9ce) -
9
+ Removes deprecated usage of ak/theme mixin functions and replaces them with their direct outputs
10
+ - Updated dependencies
11
+
12
+ ## 10.9.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
17
+ [`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
18
+ Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
19
+ to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
20
+
21
+ This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
22
+ dependency range for `react` and `react-dom` for `/platform` packages.
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+
3
28
  ## 10.8.1
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page-header",
3
- "version": "10.8.1",
3
+ "version": "10.9.1",
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/"
@@ -29,23 +29,23 @@
29
29
  "dependencies": {
30
30
  "@atlaskit/platform-feature-flags": "^0.3.0",
31
31
  "@atlaskit/primitives": "^12.0.0",
32
- "@atlaskit/theme": "^12.11.0",
33
- "@atlaskit/tokens": "^1.57.0",
32
+ "@atlaskit/theme": "^13.0.0",
33
+ "@atlaskit/tokens": "^1.58.0",
34
34
  "@babel/runtime": "^7.0.0",
35
35
  "@emotion/react": "^11.7.1"
36
36
  },
37
37
  "peerDependencies": {
38
- "react": "^16.8.0 || ^17.0.0 || ~18.2.0",
39
- "react-dom": "^16.8.0 || ^17.0.0 || ~18.2.0"
38
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
39
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@af/accessibility-testing": "*",
43
43
  "@af/visual-regression": "*",
44
- "@atlaskit/breadcrumbs": "^12.4.0",
45
- "@atlaskit/ds-lib": "^2.3.0",
46
- "@atlaskit/page": "^12.5.0",
44
+ "@atlaskit/breadcrumbs": "^12.5.0",
45
+ "@atlaskit/ds-lib": "^2.4.0",
46
+ "@atlaskit/page": "^12.6.0",
47
47
  "@atlaskit/ssr": "*",
48
- "@atlaskit/textfield": "^6.4.0",
48
+ "@atlaskit/textfield": "^6.5.0",
49
49
  "@atlaskit/visual-regression": "*",
50
50
  "@testing-library/react": "^12.1.5",
51
51
  "react-dom": "^16.8.0",