@atlaskit/progress-bar 3.2.0 → 4.0.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 +26 -0
  2. package/package.json +7 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @atlaskit/progress-bar
2
2
 
3
+ ## 4.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#119549](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/119549)
8
+ [`5064e4be0bc02`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5064e4be0bc02) -
9
+ Update dependencies.
10
+
11
+ ## 4.0.0
12
+
13
+ ### Major Changes
14
+
15
+ - [#117363](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117363)
16
+ [`10a0f7f6c2027`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10a0f7f6c2027) -
17
+ This package's `peerDependencies` have been adjusted for `react` and/or `react-dom` to reflect the
18
+ status of only supporting React 18 going forward. No explicit breaking change to React support has
19
+ been made in this release, but this is to signify going forward, breaking changes for React 16 or
20
+ React 17 may come via non-major semver releases.
21
+
22
+ Please refer this community post for more details:
23
+ https://community.developer.atlassian.com/t/rfc-78-dropping-support-for-react-16-and-rendering-in-a-react-18-concurrent-root-in-jira-and-confluence/87026
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+
3
29
  ## 3.2.0
4
30
 
5
31
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-bar",
3
- "version": "3.2.0",
3
+ "version": "4.0.1",
4
4
  "description": "A progress bar communicates the status of a system process.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -29,19 +29,21 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@atlaskit/theme": "^16.0.0",
33
- "@atlaskit/tokens": "^3.3.0",
32
+ "@atlaskit/theme": "^17.0.0",
33
+ "@atlaskit/tokens": "^4.2.0",
34
34
  "@babel/runtime": "^7.0.0",
35
35
  "@compiled/react": "^0.18.2"
36
36
  },
37
37
  "peerDependencies": {
38
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
38
+ "react": "^18.2.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@af/accessibility-testing": "*",
42
42
  "@af/integration-testing": "*",
43
43
  "@af/visual-regression": "*",
44
- "@atlaskit/visual-regression": "*",
44
+ "@atlaskit/docs": "*",
45
+ "@atlaskit/link": "*",
46
+ "@atlaskit/section-message": "*",
45
47
  "@testing-library/react": "^13.4.0",
46
48
  "react-dom": "^18.2.0",
47
49
  "typescript": "~5.4.2"