@atlaskit/ds-explorations 4.3.4 → 4.4.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 +21 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @atlaskit/ds-explorations
2
2
 
3
+ ## 4.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
8
+ [`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
9
+ Update `React` from v16 to v18
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 4.3.5
16
+
17
+ ### Patch Changes
18
+
19
+ - [#105744](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105744)
20
+ [`bc9ed5e4ee94d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bc9ed5e4ee94d) -
21
+ Updated 'ak-postbuild' script to also build '@atlaskit/platform-feature-flags'
22
+ - Updated dependencies
23
+
3
24
  ## 4.3.4
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/ds-explorations",
3
- "version": "4.3.4",
3
+ "version": "4.4.0",
4
4
  "description": "DEPRECATED. Use @atlaskit/primitives. An experimental package for exploration and validation of spacing / typography foundations.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -21,12 +21,12 @@
21
21
  "runReact18": true
22
22
  },
23
23
  "scripts": {
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",
24
+ "ak-postbuild": "cd ../../../ && yarn build @atlassian/codegen -d cjs,esm,es2019 && yarn build @atlaskit/platform-feature-flags && yarn build @atlaskit/tokens && cd packages/design-system/ds-explorations && yarn codegen-styles",
25
25
  "codegen-styles": "ts-node --project ../../../tsconfig.node.json ./scripts/codegen-styles",
26
26
  "prepare": "yarn ak-postbuild"
27
27
  },
28
28
  "dependencies": {
29
- "@atlaskit/tokens": "^3.1.0",
29
+ "@atlaskit/tokens": "^3.3.0",
30
30
  "@babel/runtime": "^7.0.0",
31
31
  "@emotion/react": "^11.7.1"
32
32
  },
@@ -36,13 +36,13 @@
36
36
  "devDependencies": {
37
37
  "@af/formatting": "*",
38
38
  "@atlaskit/ds-lib": "*",
39
- "@atlaskit/primitives": "^13.3.0",
40
- "@atlaskit/textfield": "^6.7.0",
39
+ "@atlaskit/primitives": "^13.4.0",
40
+ "@atlaskit/textfield": "^6.8.0",
41
41
  "@atlaskit/visual-regression": "*",
42
42
  "@atlassian/codegen": "^0.1.0",
43
- "@testing-library/react": "^12.1.5",
43
+ "@testing-library/react": "^13.4.0",
44
44
  "fs-extra": "^4.0.2",
45
- "react-dom": "^16.8.0",
45
+ "react-dom": "^18.2.0",
46
46
  "ts-node": "^10.9.1",
47
47
  "typescript": "~5.4.2"
48
48
  },