@atlaskit/page-header 10.7.3 → 10.8.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,18 @@
|
|
|
1
1
|
# @atlaskit/page-header
|
|
2
2
|
|
|
3
|
+
## 10.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`8b8090800a35d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8b8090800a35d) -
|
|
8
|
+
Bump peer dependency for react-dom to include version 17 and 18.
|
|
9
|
+
|
|
10
|
+
## 10.7.4
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 10.7.3
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -18,8 +18,8 @@ var _typography = require("@atlaskit/theme/typography");
|
|
|
18
18
|
/* eslint-disable @repo/internal/react/boolean-prop-naming-convention */
|
|
19
19
|
/**
|
|
20
20
|
* @jsxRuntime classic
|
|
21
|
+
* @jsx jsx
|
|
21
22
|
*/
|
|
22
|
-
/** @jsx jsx */
|
|
23
23
|
|
|
24
24
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
25
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/page-header",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.8.0",
|
|
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/"
|
|
@@ -28,20 +28,20 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
31
|
-
"@atlaskit/primitives": "^
|
|
31
|
+
"@atlaskit/primitives": "^11.1.0",
|
|
32
32
|
"@atlaskit/theme": "^12.11.0",
|
|
33
|
-
"@atlaskit/tokens": "^1.
|
|
33
|
+
"@atlaskit/tokens": "^1.57.0",
|
|
34
34
|
"@babel/runtime": "^7.0.0",
|
|
35
35
|
"@emotion/react": "^11.7.1"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"react": "^16.8.0 || ^17.0.0 || ~18.2.0",
|
|
39
|
-
"react-dom": "^16.8.0"
|
|
39
|
+
"react-dom": "^16.8.0 || ^17.0.0 || ~18.2.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@af/accessibility-testing": "*",
|
|
43
43
|
"@af/visual-regression": "*",
|
|
44
|
-
"@atlaskit/breadcrumbs": "^12.
|
|
44
|
+
"@atlaskit/breadcrumbs": "^12.3.0",
|
|
45
45
|
"@atlaskit/ds-lib": "^2.3.0",
|
|
46
46
|
"@atlaskit/page": "^12.5.0",
|
|
47
47
|
"@atlaskit/ssr": "*",
|