diff --git a/.changeset/fluffy-masks-visit.md b/.changeset/fluffy-masks-visit.md deleted file mode 100644 index cd47772c5b3..00000000000 --- a/.changeset/fluffy-masks-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/ds-components": patch ---- - -add arrow-right-arrow-left icon diff --git a/.changeset/loud-donkeys-swim.md b/.changeset/loud-donkeys-swim.md deleted file mode 100644 index cdd6858b90e..00000000000 --- a/.changeset/loud-donkeys-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/ds-components": patch ---- - -Adds Form.Field component diff --git a/.changeset/polite-snakes-send.md b/.changeset/polite-snakes-send.md deleted file mode 100644 index af8a771d9b8..00000000000 --- a/.changeset/polite-snakes-send.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/petrinaut-core": patch ---- - -improve and expand instance action schemas diff --git a/.changeset/young-kids-laugh.md b/.changeset/young-kids-laugh.md deleted file mode 100644 index b822924d16a..00000000000 --- a/.changeset/young-kids-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/petrinaut": patch ---- - -add AI assistant diff --git a/libs/@hashintel/ds-components/CHANGELOG.md b/libs/@hashintel/ds-components/CHANGELOG.md index dbe489d54d9..61d9dcfc7d3 100644 --- a/libs/@hashintel/ds-components/CHANGELOG.md +++ b/libs/@hashintel/ds-components/CHANGELOG.md @@ -1,5 +1,13 @@ # @hashintel/ds-components +## 0.2.2 + +### Patch Changes + +- [#8750](https://github.com/hashintel/hash/pull/8750) [`f9d6417`](https://github.com/hashintel/hash/commit/f9d64178b4a20c04efb0ad85fcf8dbfcff20327a) Thanks [@CiaranMn](https://github.com/CiaranMn)! - add arrow-right-arrow-left icon + +- [#8777](https://github.com/hashintel/hash/pull/8777) [`919cbc5`](https://github.com/hashintel/hash/commit/919cbc57b9e3f60b9ea3bde7e42aabc14a235370) Thanks [@alex-e-leon](https://github.com/alex-e-leon)! - Adds Form.Field component + ## 0.2.1 ### Patch Changes diff --git a/libs/@hashintel/ds-components/package.json b/libs/@hashintel/ds-components/package.json index 48ae1b991e3..e9c66636870 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.2.1", + "version": "0.2.2", "description": "HASH Component Library built with React, Ark UI, and PandaCSS", "license": "(MIT OR Apache-2.0)", "repository": { diff --git a/libs/@hashintel/petrinaut-core/CHANGELOG.md b/libs/@hashintel/petrinaut-core/CHANGELOG.md index 52598788004..3f0108db86e 100644 --- a/libs/@hashintel/petrinaut-core/CHANGELOG.md +++ b/libs/@hashintel/petrinaut-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @hashintel/petrinaut-core +## 0.0.2 + +### Patch Changes + +- [#8750](https://github.com/hashintel/hash/pull/8750) [`f9d6417`](https://github.com/hashintel/hash/commit/f9d64178b4a20c04efb0ad85fcf8dbfcff20327a) Thanks [@CiaranMn](https://github.com/CiaranMn)! - improve and expand instance action schemas + ## 0.0.1 ### Patch Changes diff --git a/libs/@hashintel/petrinaut-core/package.json b/libs/@hashintel/petrinaut-core/package.json index 634a0aa4c9d..123bff48a2f 100644 --- a/libs/@hashintel/petrinaut-core/package.json +++ b/libs/@hashintel/petrinaut-core/package.json @@ -1,6 +1,6 @@ { "name": "@hashintel/petrinaut-core", - "version": "0.0.1", + "version": "0.0.2", "description": "Headless Petrinaut core APIs", "license": "(MIT OR Apache-2.0)", "repository": { diff --git a/libs/@hashintel/petrinaut/CHANGELOG.md b/libs/@hashintel/petrinaut/CHANGELOG.md index 97d276a4600..5ba08be674a 100644 --- a/libs/@hashintel/petrinaut/CHANGELOG.md +++ b/libs/@hashintel/petrinaut/CHANGELOG.md @@ -1,5 +1,15 @@ # @hashintel/petrinaut +## 0.0.16 + +### Patch Changes + +- [#8750](https://github.com/hashintel/hash/pull/8750) [`f9d6417`](https://github.com/hashintel/hash/commit/f9d64178b4a20c04efb0ad85fcf8dbfcff20327a) Thanks [@CiaranMn](https://github.com/CiaranMn)! - add AI assistant + +- Updated dependencies [[`f9d6417`](https://github.com/hashintel/hash/commit/f9d64178b4a20c04efb0ad85fcf8dbfcff20327a), [`919cbc5`](https://github.com/hashintel/hash/commit/919cbc57b9e3f60b9ea3bde7e42aabc14a235370), [`f9d6417`](https://github.com/hashintel/hash/commit/f9d64178b4a20c04efb0ad85fcf8dbfcff20327a)]: + - @hashintel/ds-components@0.2.2 + - @hashintel/petrinaut-core@0.0.2 + ## 0.0.15 ### Patch Changes diff --git a/libs/@hashintel/petrinaut/package.json b/libs/@hashintel/petrinaut/package.json index 9cab80ec499..2da4c059b89 100644 --- a/libs/@hashintel/petrinaut/package.json +++ b/libs/@hashintel/petrinaut/package.json @@ -1,6 +1,6 @@ { "name": "@hashintel/petrinaut", - "version": "0.0.15", + "version": "0.0.16", "description": "A visual editor for Petri nets", "license": "(MIT OR Apache-2.0)", "repository": {