@atlaskit/tokens 3.3.2 → 4.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @atlaskit/tokens
2
2
 
3
+ ## 4.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#118006](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/118006)
8
+ [`54cb7c190dfd5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/54cb7c190dfd5) -
9
+ Upgraded package recharts to version 2.15.1, please read changelogs here for major
10
+ changehttps://github.com/recharts/recharts/blob/v2.0.0/CHANGELOG.md
11
+
12
+ ## 4.0.0
13
+
14
+ ### Major Changes
15
+
16
+ - [#117363](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117363)
17
+ [`10a0f7f6c2027`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10a0f7f6c2027) -
18
+ This package's `peerDependencies` have been adjusted for `react` and/or `react-dom` to reflect the
19
+ status of only supporting React 18 going forward. No explicit breaking change to React support has
20
+ been made in this release, but this is to signify going forward, breaking changes for React 16 or
21
+ React 17 may come via non-major semver releases.
22
+
23
+ Please refer this community post for more details:
24
+ 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
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+
3
30
  ## 3.3.2
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "3.3.2",
3
+ "version": "4.1.0",
4
4
  "description": "Design tokens are the single source of truth to name and store design decisions.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -31,7 +31,7 @@
31
31
  "codegen-tokens": "run-ts ./scripts/style-dictionary/build.tsx && cd $(npx repo-root)/packages/design-system/primitives && yarn codegen-styles && cd $(npx repo-root)/packages/design-system/ds-explorations && yarn codegen-styles && cd $(npx repo-root)/packages/design-system/heading && yarn codegen"
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/ds-lib": "^3.5.0",
34
+ "@atlaskit/ds-lib": "^4.0.0",
35
35
  "@atlaskit/platform-feature-flags": "^1.1.0",
36
36
  "@babel/runtime": "^7.0.0",
37
37
  "@babel/traverse": "^7.23.2",
@@ -39,17 +39,17 @@
39
39
  "bind-event-listener": "^3.0.0"
40
40
  },
41
41
  "peerDependencies": {
42
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
42
+ "react": "^18.2.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@af/accessibility-testing": "*",
46
46
  "@af/formatting": "*",
47
- "@atlaskit/button": "^20.5.0",
48
- "@atlaskit/calendar": "^16.3.0",
49
- "@atlaskit/checkbox": "^15.3.0",
50
- "@atlaskit/radio": "^7.2.0",
51
- "@atlaskit/textfield": "^7.0.0",
52
- "@atlaskit/tooltip": "^19.1.0",
47
+ "@atlaskit/button": "^21.1.0",
48
+ "@atlaskit/calendar": "^17.0.0",
49
+ "@atlaskit/checkbox": "^16.0.0",
50
+ "@atlaskit/radio": "^8.0.0",
51
+ "@atlaskit/textfield": "^8.0.0",
52
+ "@atlaskit/tooltip": "^20.0.0",
53
53
  "@atlaskit/visual-regression": "*",
54
54
  "@atlassian/codegen": "^0.1.0",
55
55
  "@atlassian/feature-flags-test-utils": "*",
@@ -75,7 +75,7 @@
75
75
  "react": "^18.2.0",
76
76
  "react-use-clipboard": "^1.0.0",
77
77
  "react-window": "^1.8.8",
78
- "recharts": "^1.8.5",
78
+ "recharts": "^2.15.1",
79
79
  "style-dictionary": "^3.8.0",
80
80
  "typescript": "~5.4.2"
81
81
  },