@atlaskit/page-header 10.3.6 → 10.4.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/page-header
2
2
 
3
+ ## 10.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
8
+
9
+ ## 10.4.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
3
19
  ## 10.3.6
4
20
 
5
21
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/page-header",
3
- "version": "10.3.6",
3
+ "version": "10.4.1",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/page-header",
3
- "version": "10.3.6",
3
+ "version": "10.4.1",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/page-header",
3
- "version": "10.3.6",
3
+ "version": "10.4.1",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  import { ReactElement, ReactNode } from 'react';
2
- export declare type PageHeaderProps = {
2
+ export type PageHeaderProps = {
3
3
  /**
4
4
  * Contents of the action bar to be rendered next to the page title.
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page-header",
3
- "version": "10.3.6",
3
+ "version": "10.4.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/"
@@ -12,6 +12,14 @@
12
12
  "module": "dist/esm/index.js",
13
13
  "module:es2019": "dist/es2019/index.js",
14
14
  "types": "dist/types/index.d.ts",
15
+ "typesVersions": {
16
+ ">=4.5 <4.9": {
17
+ "*": [
18
+ "dist/types-ts4.5/*",
19
+ "dist/types-ts4.5/index.d.ts"
20
+ ]
21
+ }
22
+ },
15
23
  "sideEffects": false,
16
24
  "atlaskit:src": "src/index.tsx",
17
25
  "homepage": "https://atlassian.design/components/page-header",
@@ -27,8 +35,8 @@
27
35
  }
28
36
  },
29
37
  "dependencies": {
30
- "@atlaskit/theme": "^12.4.0",
31
- "@atlaskit/tokens": "^1.2.5",
38
+ "@atlaskit/theme": "^12.5.0",
39
+ "@atlaskit/tokens": "^1.4.0",
32
40
  "@babel/runtime": "^7.0.0",
33
41
  "@emotion/react": "^11.7.1"
34
42
  },
@@ -37,22 +45,22 @@
37
45
  "react-dom": "^16.8.0"
38
46
  },
39
47
  "devDependencies": {
40
- "@atlaskit/breadcrumbs": "^11.8.0",
41
- "@atlaskit/button": "^16.6.0",
48
+ "@atlaskit/breadcrumbs": "^11.10.0",
49
+ "@atlaskit/button": "^16.7.0",
42
50
  "@atlaskit/docs": "*",
43
- "@atlaskit/ds-lib": "^2.0.1",
44
- "@atlaskit/inline-edit": "^12.2.0",
45
- "@atlaskit/page": "^12.2.0",
46
- "@atlaskit/section-message": "^6.3.0",
47
- "@atlaskit/select": "^16.1.0",
51
+ "@atlaskit/ds-lib": "^2.2.0",
52
+ "@atlaskit/inline-edit": "^12.3.0",
53
+ "@atlaskit/page": "^12.3.0",
54
+ "@atlaskit/section-message": "^6.4.0",
55
+ "@atlaskit/select": "^16.2.0",
48
56
  "@atlaskit/ssr": "*",
49
- "@atlaskit/textfield": "^5.3.0",
57
+ "@atlaskit/textfield": "^5.4.0",
50
58
  "@atlaskit/visual-regression": "*",
51
59
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
52
60
  "@testing-library/react": "^12.1.5",
53
61
  "react-dom": "^16.8.0",
54
62
  "react-test-renderer": "^16.8.0",
55
- "typescript": "4.5.5"
63
+ "typescript": "~4.9.5"
56
64
  },
57
65
  "keywords": [
58
66
  "atlaskit",