@atlaskit/progress-bar 0.6.3 → 1.0.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 +13 -0
- package/package.json +13 -14
- package/dist/cjs/version.json +0 -5
- package/dist/es2019/version.json +0 -5
- package/dist/esm/version.json +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/progress-bar
|
|
2
2
|
|
|
3
|
+
## 1.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`b175ec37c65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b175ec37c65) - Cuts the first major release of this package. It is now considered stable and ready for general adoption.
|
|
8
|
+
This version contains no code changes.
|
|
9
|
+
|
|
10
|
+
## 0.6.4
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility testing.
|
|
15
|
+
|
|
3
16
|
## 0.6.3
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/progress-bar",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "A progress bar communicates the status of a system process.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -12,17 +12,8 @@
|
|
|
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
|
-
},
|
|
23
15
|
"sideEffects": false,
|
|
24
16
|
"atlaskit:src": "src/index.tsx",
|
|
25
|
-
"homepage": "https://atlassian.design/components/progress-bar/",
|
|
26
17
|
"atlassian": {
|
|
27
18
|
"team": "Design System Team",
|
|
28
19
|
"deprecatedAutoEntryPoints": true,
|
|
@@ -35,7 +26,7 @@
|
|
|
35
26
|
"dependencies": {
|
|
36
27
|
"@atlaskit/ds-lib": "^2.2.0",
|
|
37
28
|
"@atlaskit/theme": "^12.5.0",
|
|
38
|
-
"@atlaskit/tokens": "^1.
|
|
29
|
+
"@atlaskit/tokens": "^1.15.0",
|
|
39
30
|
"@babel/runtime": "^7.0.0",
|
|
40
31
|
"@emotion/react": "^11.7.1"
|
|
41
32
|
},
|
|
@@ -43,12 +34,11 @@
|
|
|
43
34
|
"react": "^16.8.0"
|
|
44
35
|
},
|
|
45
36
|
"devDependencies": {
|
|
46
|
-
"@
|
|
47
|
-
"@
|
|
37
|
+
"@af/accessibility-testing": "*",
|
|
38
|
+
"@af/visual-regression": "*",
|
|
48
39
|
"@atlaskit/visual-regression": "*",
|
|
49
40
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
50
41
|
"@testing-library/react": "^12.1.5",
|
|
51
|
-
"jest-axe": "^4.0.0",
|
|
52
42
|
"react-dom": "^16.8.0",
|
|
53
43
|
"typescript": "~4.9.5"
|
|
54
44
|
},
|
|
@@ -75,5 +65,14 @@
|
|
|
75
65
|
]
|
|
76
66
|
}
|
|
77
67
|
},
|
|
68
|
+
"typesVersions": {
|
|
69
|
+
">=4.5 <4.9": {
|
|
70
|
+
"*": [
|
|
71
|
+
"dist/types-ts4.5/*",
|
|
72
|
+
"dist/types-ts4.5/index.d.ts"
|
|
73
|
+
]
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"homepage": "https://atlassian.design/components/progress-bar/",
|
|
78
77
|
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
|
|
79
78
|
}
|
package/dist/cjs/version.json
DELETED
package/dist/es2019/version.json
DELETED