diff --git a/.changeset/cool-carrots-tease.md b/.changeset/cool-carrots-tease.md deleted file mode 100644 index 67126a33f93..00000000000 --- a/.changeset/cool-carrots-tease.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hashintel/ds-helpers": patch -"@hashintel/ds-theme": patch ---- - -Refinements to figma-variable-to-token transformation logic, to skip WIP/hidden properties from the Figma diff --git a/.changeset/cuddly-files-reflect.md b/.changeset/cuddly-files-reflect.md deleted file mode 100644 index dc46144ad2f..00000000000 --- a/.changeset/cuddly-files-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/petrinaut": patch ---- - -add TikZ export format diff --git a/.changeset/design-token-revamp.md b/.changeset/design-token-revamp.md deleted file mode 100644 index 5b43a455fae..00000000000 --- a/.changeset/design-token-revamp.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@hashintel/ds-theme": minor -"@hashintel/ds-helpers": minor -"@hashintel/ds-components": minor -"@hashintel/petrinaut": patch ---- - -Revamp design token system: Radix-based color generation with semantic bg/fg/bd token structure, expanded 00–120 color scales with OKLCH interpolation, runtime-scalable spacing/radii/line-height via CSS variable factors, and extended conditions. Migrate all consumers to new token naming conventions. diff --git a/.changeset/fix-readonly-tooltips.md b/.changeset/fix-readonly-tooltips.md deleted file mode 100644 index b84fd5e33d0..00000000000 --- a/.changeset/fix-readonly-tooltips.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/petrinaut": patch ---- - -Fix read-only tooltips to always show during simulation mode diff --git a/.changeset/soft-frames-play.md b/.changeset/soft-frames-play.md deleted file mode 100644 index a2588ee2133..00000000000 --- a/.changeset/soft-frames-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/petrinaut": patch ---- - -Add configurable simulation playback speed and maximum run time diff --git a/.changeset/sour-rockets-grab.md b/.changeset/sour-rockets-grab.md deleted file mode 100644 index 427890c17f9..00000000000 --- a/.changeset/sour-rockets-grab.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hashintel/ds-helpers": patch -"@hashintel/ds-theme": patch ---- - -Restructure semantic color tokens: fix text legibility, add bgSolid opaque surface scale, add .fg contrast sub-tokens to all background categories via threshold-based flip logic, and enable palette-aware focus rings. diff --git a/libs/@hashintel/ds-components/CHANGELOG.md b/libs/@hashintel/ds-components/CHANGELOG.md index 9246a5915e3..5f5f296abf9 100644 --- a/libs/@hashintel/ds-components/CHANGELOG.md +++ b/libs/@hashintel/ds-components/CHANGELOG.md @@ -1,5 +1,16 @@ # @hashintel/ds-components +## 1.0.0 + +### Minor Changes + +- [#8360](https://github.com/hashintel/hash/pull/8360) [`76aed29`](https://github.com/hashintel/hash/commit/76aed2967634fd5b15de428b053c4cdad92c1102) Thanks [@lunelson](https://github.com/lunelson)! - Revamp design token system: Radix-based color generation with semantic bg/fg/bd token structure, expanded 00–120 color scales with OKLCH interpolation, runtime-scalable spacing/radii/line-height via CSS variable factors, and extended conditions. Migrate all consumers to new token naming conventions. + +### Patch Changes + +- Updated dependencies [[`6fa6625`](https://github.com/hashintel/hash/commit/6fa662581e74a0aa8b6577a10258b2d3a81bcc30), [`76aed29`](https://github.com/hashintel/hash/commit/76aed2967634fd5b15de428b053c4cdad92c1102), [`7ddaecb`](https://github.com/hashintel/hash/commit/7ddaecbc0f2b3ea1daff6ea584a3d9f418a3da53)]: + - @hashintel/ds-helpers@0.1.0 + ## 0.0.4 ### Patch Changes diff --git a/libs/@hashintel/ds-components/package.json b/libs/@hashintel/ds-components/package.json index 503b3bba0df..aced693cd84 100644 --- a/libs/@hashintel/ds-components/package.json +++ b/libs/@hashintel/ds-components/package.json @@ -1,6 +1,6 @@ { "name": "@hashintel/ds-components", - "version": "0.0.4", + "version": "1.0.0", "description": "HASH Component Library built with React, Ark UI, and PandaCSS", "license": "(MIT OR Apache-2.0)", "repository": { diff --git a/libs/@hashintel/ds-helpers/CHANGELOG.md b/libs/@hashintel/ds-helpers/CHANGELOG.md index 3037bf7742b..4824741b87f 100644 --- a/libs/@hashintel/ds-helpers/CHANGELOG.md +++ b/libs/@hashintel/ds-helpers/CHANGELOG.md @@ -1,5 +1,17 @@ # @hashintel/ds-helpers +## 0.1.0 + +### Minor Changes + +- [#8360](https://github.com/hashintel/hash/pull/8360) [`76aed29`](https://github.com/hashintel/hash/commit/76aed2967634fd5b15de428b053c4cdad92c1102) Thanks [@lunelson](https://github.com/lunelson)! - Revamp design token system: Radix-based color generation with semantic bg/fg/bd token structure, expanded 00–120 color scales with OKLCH interpolation, runtime-scalable spacing/radii/line-height via CSS variable factors, and extended conditions. Migrate all consumers to new token naming conventions. + +### Patch Changes + +- [#8351](https://github.com/hashintel/hash/pull/8351) [`6fa6625`](https://github.com/hashintel/hash/commit/6fa662581e74a0aa8b6577a10258b2d3a81bcc30) Thanks [@lunelson](https://github.com/lunelson)! - Refinements to figma-variable-to-token transformation logic, to skip WIP/hidden properties from the Figma + +- [#8430](https://github.com/hashintel/hash/pull/8430) [`7ddaecb`](https://github.com/hashintel/hash/commit/7ddaecbc0f2b3ea1daff6ea584a3d9f418a3da53) Thanks [@lunelson](https://github.com/lunelson)! - Restructure semantic color tokens: fix text legibility, add bgSolid opaque surface scale, add .fg contrast sub-tokens to all background categories via threshold-based flip logic, and enable palette-aware focus rings. + ## 0.0.4 ## 0.0.3 diff --git a/libs/@hashintel/ds-helpers/package.json b/libs/@hashintel/ds-helpers/package.json index 6806c91dbc4..319b12e8747 100644 --- a/libs/@hashintel/ds-helpers/package.json +++ b/libs/@hashintel/ds-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@hashintel/ds-helpers", - "version": "0.0.4", + "version": "0.1.0", "description": "HASH PandaCSS Styled System", "license": "(MIT OR Apache-2.0)", "repository": { diff --git a/libs/@hashintel/ds-theme/CHANGELOG.md b/libs/@hashintel/ds-theme/CHANGELOG.md index a30c2b4bfa9..89ec806bb7b 100644 --- a/libs/@hashintel/ds-theme/CHANGELOG.md +++ b/libs/@hashintel/ds-theme/CHANGELOG.md @@ -1,5 +1,17 @@ # @hashintel/ds-theme +## 0.1.0 + +### Minor Changes + +- [#8360](https://github.com/hashintel/hash/pull/8360) [`76aed29`](https://github.com/hashintel/hash/commit/76aed2967634fd5b15de428b053c4cdad92c1102) Thanks [@lunelson](https://github.com/lunelson)! - Revamp design token system: Radix-based color generation with semantic bg/fg/bd token structure, expanded 00–120 color scales with OKLCH interpolation, runtime-scalable spacing/radii/line-height via CSS variable factors, and extended conditions. Migrate all consumers to new token naming conventions. + +### Patch Changes + +- [#8351](https://github.com/hashintel/hash/pull/8351) [`6fa6625`](https://github.com/hashintel/hash/commit/6fa662581e74a0aa8b6577a10258b2d3a81bcc30) Thanks [@lunelson](https://github.com/lunelson)! - Refinements to figma-variable-to-token transformation logic, to skip WIP/hidden properties from the Figma + +- [#8430](https://github.com/hashintel/hash/pull/8430) [`7ddaecb`](https://github.com/hashintel/hash/commit/7ddaecbc0f2b3ea1daff6ea584a3d9f418a3da53) Thanks [@lunelson](https://github.com/lunelson)! - Restructure semantic color tokens: fix text legibility, add bgSolid opaque surface scale, add .fg contrast sub-tokens to all background categories via threshold-based flip logic, and enable palette-aware focus rings. + ## 0.0.3 ### Patch Changes diff --git a/libs/@hashintel/ds-theme/package.json b/libs/@hashintel/ds-theme/package.json index ba69b9a3c05..817ea6c57c3 100644 --- a/libs/@hashintel/ds-theme/package.json +++ b/libs/@hashintel/ds-theme/package.json @@ -1,6 +1,6 @@ { "name": "@hashintel/ds-theme", - "version": "0.0.3", + "version": "0.1.0", "description": "HASH PandaCSS Preset", "license": "(MIT OR Apache-2.0)", "repository": { diff --git a/libs/@hashintel/petrinaut/CHANGELOG.md b/libs/@hashintel/petrinaut/CHANGELOG.md index 289aa360391..46f23da1b3e 100644 --- a/libs/@hashintel/petrinaut/CHANGELOG.md +++ b/libs/@hashintel/petrinaut/CHANGELOG.md @@ -1,5 +1,21 @@ # @hashintel/petrinaut +## 1.0.0 + +### Patch Changes + +- [#8439](https://github.com/hashintel/hash/pull/8439) [`9741121`](https://github.com/hashintel/hash/commit/9741121865f41557780d3bab873690a8074cad7f) Thanks [@CiaranMn](https://github.com/CiaranMn)! - add TikZ export format + +- [#8360](https://github.com/hashintel/hash/pull/8360) [`76aed29`](https://github.com/hashintel/hash/commit/76aed2967634fd5b15de428b053c4cdad92c1102) Thanks [@lunelson](https://github.com/lunelson)! - Revamp design token system: Radix-based color generation with semantic bg/fg/bd token structure, expanded 00–120 color scales with OKLCH interpolation, runtime-scalable spacing/radii/line-height via CSS variable factors, and extended conditions. Migrate all consumers to new token naming conventions. + +- [#8285](https://github.com/hashintel/hash/pull/8285) [`673ece2`](https://github.com/hashintel/hash/commit/673ece205d7622936980bf744574654026aad1c3) Thanks [@kube](https://github.com/kube)! - Fix read-only tooltips to always show during simulation mode + +- [#8295](https://github.com/hashintel/hash/pull/8295) [`4b22f76`](https://github.com/hashintel/hash/commit/4b22f7608491fe10a8b90753fe0cc47f99dbd296) Thanks [@kube](https://github.com/kube)! - Add configurable simulation playback speed and maximum run time + +- Updated dependencies [[`6fa6625`](https://github.com/hashintel/hash/commit/6fa662581e74a0aa8b6577a10258b2d3a81bcc30), [`76aed29`](https://github.com/hashintel/hash/commit/76aed2967634fd5b15de428b053c4cdad92c1102), [`7ddaecb`](https://github.com/hashintel/hash/commit/7ddaecbc0f2b3ea1daff6ea584a3d9f418a3da53)]: + - @hashintel/ds-helpers@0.1.0 + - @hashintel/ds-components@1.0.0 + ## 0.0.8 ### Patch Changes diff --git a/libs/@hashintel/petrinaut/package.json b/libs/@hashintel/petrinaut/package.json index c07cdbc5008..8c4d88a850f 100644 --- a/libs/@hashintel/petrinaut/package.json +++ b/libs/@hashintel/petrinaut/package.json @@ -1,6 +1,6 @@ { "name": "@hashintel/petrinaut", - "version": "0.0.8", + "version": "1.0.0", "description": "A visual editor for Petri nets", "license": "(MIT OR Apache-2.0)", "repository": {