diff --git a/.changeset/cyan-pans-sit.md b/.changeset/cyan-pans-sit.md deleted file mode 100644 index c08939c1f05..00000000000 --- a/.changeset/cyan-pans-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/ds-components": patch ---- - -New Button component added to design system diff --git a/.changeset/fiery-tigers-kick.md b/.changeset/fiery-tigers-kick.md deleted file mode 100644 index 399a20d064e..00000000000 --- a/.changeset/fiery-tigers-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/ds-components": patch ---- - -Add tooltip component to DS diff --git a/.changeset/fresh-metrics-shine.md b/.changeset/fresh-metrics-shine.md deleted file mode 100644 index 92328ff2e54..00000000000 --- a/.changeset/fresh-metrics-shine.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/petrinaut": patch ---- - -Add Metrics: user-authored functions over simulation state that produce a single number per frame, plotted via a new metric picker in the simulation timeline header diff --git a/.changeset/humble-vans-make.md b/.changeset/humble-vans-make.md deleted file mode 100644 index 3668f7a1f15..00000000000 --- a/.changeset/humble-vans-make.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hashintel/ds-components": minor -"@hashintel/ds-helpers": minor ---- - -Expose preset-owned `tokens` and `semanticTokens` from `@hashintel/ds-components/tokens` in place of the old `./theme` export, and add generated `@hashintel/ds-helpers/recipes` exports for recipe consumers. diff --git a/.changeset/warm-falcons-wonder.md b/.changeset/warm-falcons-wonder.md deleted file mode 100644 index 88c85665683..00000000000 --- a/.changeset/warm-falcons-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/ds-components": patch ---- - -Adds the Icon component diff --git a/libs/@hashintel/ds-components/CHANGELOG.md b/libs/@hashintel/ds-components/CHANGELOG.md index 78899d89c69..c021a854dd2 100644 --- a/libs/@hashintel/ds-components/CHANGELOG.md +++ b/libs/@hashintel/ds-components/CHANGELOG.md @@ -1,5 +1,22 @@ # @hashintel/ds-components +## 0.2.0 + +### Minor Changes + +- [#8670](https://github.com/hashintel/hash/pull/8670) [`891f36f`](https://github.com/hashintel/hash/commit/891f36f602ba628d66140dd53130a688addb98fa) Thanks [@lunelson](https://github.com/lunelson)! - Expose preset-owned `tokens` and `semanticTokens` from `@hashintel/ds-components/tokens` in place of the old `./theme` export, and add generated `@hashintel/ds-helpers/recipes` exports for recipe consumers. + +### Patch Changes + +- [#8687](https://github.com/hashintel/hash/pull/8687) [`926f9fa`](https://github.com/hashintel/hash/commit/926f9fa3b844a9dd4ca26cdbe6dd69ceed87dcb5) Thanks [@alex-e-leon](https://github.com/alex-e-leon)! - New Button component added to design system + +- [#8699](https://github.com/hashintel/hash/pull/8699) [`ab0a035`](https://github.com/hashintel/hash/commit/ab0a0353baa0f1611ceba7ca29cd8adb575392f5) Thanks [@alex-e-leon](https://github.com/alex-e-leon)! - Add tooltip component to DS + +- [#8661](https://github.com/hashintel/hash/pull/8661) [`79eda1e`](https://github.com/hashintel/hash/commit/79eda1e27e9a6b2959a68e59f9a25791639f5770) Thanks [@alex-e-leon](https://github.com/alex-e-leon)! - Adds the Icon component + +- Updated dependencies [[`891f36f`](https://github.com/hashintel/hash/commit/891f36f602ba628d66140dd53130a688addb98fa)]: + - @hashintel/ds-helpers@0.2.0 + ## 0.1.2 ### Patch Changes diff --git a/libs/@hashintel/ds-components/package.json b/libs/@hashintel/ds-components/package.json index 1728d09dc33..e6b448a754c 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.1.2", + "version": "0.2.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 510d4f2d15d..bb1f38b7c26 100644 --- a/libs/@hashintel/ds-helpers/CHANGELOG.md +++ b/libs/@hashintel/ds-helpers/CHANGELOG.md @@ -1,5 +1,11 @@ # @hashintel/ds-helpers +## 0.2.0 + +### Minor Changes + +- [#8670](https://github.com/hashintel/hash/pull/8670) [`891f36f`](https://github.com/hashintel/hash/commit/891f36f602ba628d66140dd53130a688addb98fa) Thanks [@lunelson](https://github.com/lunelson)! - Expose preset-owned `tokens` and `semanticTokens` from `@hashintel/ds-components/tokens` in place of the old `./theme` export, and add generated `@hashintel/ds-helpers/recipes` exports for recipe consumers. + ## 0.1.2 ### Patch Changes diff --git a/libs/@hashintel/ds-helpers/package.json b/libs/@hashintel/ds-helpers/package.json index 5e0e90cdedc..3ae996144c5 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.1.2", + "version": "0.2.0", "description": "HASH PandaCSS Styled System", "license": "(MIT OR Apache-2.0)", "repository": { diff --git a/libs/@hashintel/petrinaut/CHANGELOG.md b/libs/@hashintel/petrinaut/CHANGELOG.md index 41f47642a8f..2b34b9b12b6 100644 --- a/libs/@hashintel/petrinaut/CHANGELOG.md +++ b/libs/@hashintel/petrinaut/CHANGELOG.md @@ -1,5 +1,15 @@ # @hashintel/petrinaut +## 0.0.14 + +### Patch Changes + +- [#8633](https://github.com/hashintel/hash/pull/8633) [`fe08932`](https://github.com/hashintel/hash/commit/fe0893270534885d81ea909b871d4185d6aa0c2e) Thanks [@kube](https://github.com/kube)! - Add Metrics: user-authored functions over simulation state that produce a single number per frame, plotted via a new metric picker in the simulation timeline header + +- Updated dependencies [[`926f9fa`](https://github.com/hashintel/hash/commit/926f9fa3b844a9dd4ca26cdbe6dd69ceed87dcb5), [`ab0a035`](https://github.com/hashintel/hash/commit/ab0a0353baa0f1611ceba7ca29cd8adb575392f5), [`891f36f`](https://github.com/hashintel/hash/commit/891f36f602ba628d66140dd53130a688addb98fa), [`79eda1e`](https://github.com/hashintel/hash/commit/79eda1e27e9a6b2959a68e59f9a25791639f5770)]: + - @hashintel/ds-components@0.2.0 + - @hashintel/ds-helpers@0.2.0 + ## 0.0.13 ### Patch Changes diff --git a/libs/@hashintel/petrinaut/package.json b/libs/@hashintel/petrinaut/package.json index 4c4f7c548a3..58b12f408c0 100644 --- a/libs/@hashintel/petrinaut/package.json +++ b/libs/@hashintel/petrinaut/package.json @@ -1,6 +1,6 @@ { "name": "@hashintel/petrinaut", - "version": "0.0.13", + "version": "0.0.14", "description": "A visual editor for Petri nets", "license": "(MIT OR Apache-2.0)", "repository": {