@atlaskit/ds-explorations 3.4.0 → 3.5.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 +6 -0
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/ds-explorations
2
2
 
3
+ ## 3.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#91140](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91140) [`2afd28c5e0b2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2afd28c5e0b2) - Add support for React 18.
8
+
3
9
  ## 3.4.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/ds-explorations",
3
- "version": "3.4.0",
3
+ "version": "3.5.0",
4
4
  "description": "An experimental package for exploration and validation of spacing / typography foundations.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -17,7 +17,8 @@
17
17
  "atlassian": {
18
18
  "team": "Design System Team",
19
19
  "inPublicMirror": false,
20
- "releaseModel": "continuous"
20
+ "releaseModel": "continuous",
21
+ "runReact18": true
21
22
  },
22
23
  "scripts": {
23
24
  "ak-postbuild": "cd ../../../ && yarn build @atlassian/codegen -d cjs,esm,es2019 && yarn build @atlaskit/tokens && cd packages/design-system/ds-explorations && yarn codegen-styles",
@@ -31,11 +32,11 @@
31
32
  "tiny-invariant": "^1.2.0"
32
33
  },
33
34
  "peerDependencies": {
34
- "react": "^16.8.0"
35
+ "react": "^16.8.0 || ^17.0.0 || ~18.2.0"
35
36
  },
36
37
  "devDependencies": {
37
38
  "@atlaskit/ds-lib": "*",
38
- "@atlaskit/primitives": "^5.4.0",
39
+ "@atlaskit/primitives": "^5.5.0",
39
40
  "@atlaskit/visual-regression": "*",
40
41
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
41
42
  "@atlassian/codegen": "^0.1.0",