@atlaskit/progress-tracker 8.4.10 → 8.5.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/progress-tracker
2
2
 
3
+ ## 8.5.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
+ ## 8.5.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
  ## 8.4.10
4
20
 
5
21
  ### Patch Changes
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/constants.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/constants.d.ts"
11
+ "../dist/types-ts4.5/constants.d.ts"
12
12
  ]
13
13
  }
14
14
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-tracker",
3
- "version": "8.4.10",
3
+ "version": "8.5.1",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-tracker",
3
- "version": "8.4.10",
3
+ "version": "8.5.1",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-tracker",
3
- "version": "8.4.10",
3
+ "version": "8.5.1",
4
4
  "sideEffects": false
5
5
  }
@@ -6,4 +6,4 @@ export declare const spacing: {
6
6
  readonly cosy: "var(--ds-space-200)";
7
7
  readonly compact: "var(--ds-space-050)";
8
8
  };
9
- export declare type Spacing = keyof typeof spacing;
9
+ export type Spacing = keyof typeof spacing;
@@ -3,11 +3,11 @@
3
3
  * Ideally these are exported by @atlaskit/page
4
4
  */
5
5
  export type { Spacing } from './constants';
6
- export declare type Status = 'unvisited' | 'visited' | 'current' | 'disabled';
6
+ export type Status = 'unvisited' | 'visited' | 'current' | 'disabled';
7
7
  /**
8
8
  * @deprecated
9
9
  */
10
- export declare type StatusType = Status;
10
+ export type StatusType = Status;
11
11
  export interface Stage {
12
12
  id: string;
13
13
  label: string;
@@ -17,7 +17,7 @@ export interface Stage {
17
17
  href?: string;
18
18
  onClick?: () => void;
19
19
  }
20
- export declare type Stages = Stage[];
20
+ export type Stages = Stage[];
21
21
  export interface LinkComponentProps {
22
22
  item: Stage;
23
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-tracker",
3
- "version": "8.4.10",
3
+ "version": "8.5.1",
4
4
  "description": "A progress tracker displays the steps and progress through a journey.",
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
  "atlassian": {
@@ -23,9 +31,9 @@
23
31
  }
24
32
  },
25
33
  "dependencies": {
26
- "@atlaskit/ds-explorations": "^2.0.0",
27
- "@atlaskit/theme": "^12.4.0",
28
- "@atlaskit/tokens": "^1.2.0",
34
+ "@atlaskit/ds-explorations": "^2.1.0",
35
+ "@atlaskit/theme": "^12.5.0",
36
+ "@atlaskit/tokens": "^1.4.0",
29
37
  "@babel/runtime": "^7.0.0",
30
38
  "@emotion/react": "^11.7.1",
31
39
  "react-transition-group": "^4.4.1"
@@ -34,12 +42,12 @@
34
42
  "react": "^16.8.0"
35
43
  },
36
44
  "devDependencies": {
37
- "@atlaskit/button": "^16.6.0",
45
+ "@atlaskit/button": "^16.7.0",
38
46
  "@atlaskit/docs": "*",
39
- "@atlaskit/ds-lib": "^2.0.1",
40
- "@atlaskit/icon": "^21.11.0",
41
- "@atlaskit/primitives": "^0.8.0",
42
- "@atlaskit/section-message": "^6.3.0",
47
+ "@atlaskit/ds-lib": "^2.2.0",
48
+ "@atlaskit/icon": "^21.12.0",
49
+ "@atlaskit/primitives": "^0.9.0",
50
+ "@atlaskit/section-message": "^6.4.0",
43
51
  "@atlaskit/ssr": "*",
44
52
  "@atlaskit/visual-regression": "*",
45
53
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
@@ -48,7 +56,7 @@
48
56
  "react-dom": "^16.8.0",
49
57
  "react-router-dom": "^4.2.2",
50
58
  "react-test-renderer": "^16.8.0",
51
- "typescript": "4.5.5"
59
+ "typescript": "~4.9.5"
52
60
  },
53
61
  "techstack": {
54
62
  "@atlassian/frontend": {
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/types.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/types.d.ts"
11
+ "../dist/types-ts4.5/types.d.ts"
12
12
  ]
13
13
  }
14
14
  }