@atlaskit/ds-explorations
Advanced tools
Comparing version
# @atlaskit/ds-explorations | ||
## 4.3.5 | ||
### Patch Changes | ||
- [#105744](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105744) | ||
[`bc9ed5e4ee94d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bc9ed5e4ee94d) - | ||
Updated 'ak-postbuild' script to also build '@atlaskit/platform-feature-flags' | ||
- Updated dependencies | ||
## 4.3.4 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@atlaskit/ds-explorations", | ||
"version": "4.3.4", | ||
"version": "4.3.5", | ||
"description": "DEPRECATED. Use @atlaskit/primitives. An experimental package for exploration and validation of spacing / typography foundations.", | ||
@@ -24,3 +24,3 @@ "publishConfig": { | ||
"scripts": { | ||
"ak-postbuild": "cd ../../../ && yarn build @atlassian/codegen -d cjs,esm,es2019 && yarn build @atlaskit/tokens && cd packages/design-system/ds-explorations && yarn codegen-styles", | ||
"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", | ||
"codegen-styles": "ts-node --project ../../../tsconfig.node.json ./scripts/codegen-styles", | ||
@@ -30,3 +30,3 @@ "prepare": "yarn ak-postbuild" | ||
"dependencies": { | ||
"@atlaskit/tokens": "^3.1.0", | ||
"@atlaskit/tokens": "^3.2.0", | ||
"@babel/runtime": "^7.0.0", | ||
@@ -33,0 +33,0 @@ "@emotion/react": "^11.7.1" |
197498
0.21%Updated