diff --git a/.changeset/bright-metrics-flow.md b/.changeset/bright-metrics-flow.md deleted file mode 100644 index 624adb30ebf..00000000000 --- a/.changeset/bright-metrics-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/petrinaut-core": patch ---- - -Add Monte Carlo experiment metric specs, accumulators, runtime streaming, and worker support. 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/hungry-hounds-happen.md b/.changeset/hungry-hounds-happen.md deleted file mode 100644 index 38f132cdc89..00000000000 --- a/.changeset/hungry-hounds-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/ds-components": patch ---- - -Adds a Dialog component 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/real-things-start.md b/.changeset/real-things-start.md deleted file mode 100644 index 5e29ae91685..00000000000 --- a/.changeset/real-things-start.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/petrinaut": patch ---- - -Adds an optional product walkthrough that consumers can set diff --git a/.changeset/salty-clocks-know.md b/.changeset/salty-clocks-know.md deleted file mode 100644 index 4da394c8b61..00000000000 --- a/.changeset/salty-clocks-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blockprotocol/type-system": patch ---- - -update uuid dependency diff --git a/.changeset/soft-metrics-view.md b/.changeset/soft-metrics-view.md deleted file mode 100644 index 7e2afb6ff1e..00000000000 --- a/.changeset/soft-metrics-view.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/petrinaut": patch ---- - -Add experiment metric creation controls, validation, and scalar/distribution visualizations. 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/@blockprotocol/graph/CHANGELOG.md b/libs/@blockprotocol/graph/CHANGELOG.md index 5907099871c..7fad6bea328 100644 --- a/libs/@blockprotocol/graph/CHANGELOG.md +++ b/libs/@blockprotocol/graph/CHANGELOG.md @@ -1,5 +1,12 @@ # @blockprotocol/graph +## 0.4.3 + +### Patch Changes + +- Updated dependencies [[`0e52504`](https://github.com/hashintel/hash/commit/0e52504315a909befc9fe2c748edd765f183e15a)]: + - @blockprotocol/type-system@0.2.2 + ## 0.4.2 ### Patch Changes diff --git a/libs/@blockprotocol/graph/package.json b/libs/@blockprotocol/graph/package.json index 64ac382dfcf..65a51201512 100644 --- a/libs/@blockprotocol/graph/package.json +++ b/libs/@blockprotocol/graph/package.json @@ -1,6 +1,6 @@ { "name": "@blockprotocol/graph", - "version": "0.4.2", + "version": "0.4.3", "description": "Implementation of the Block Protocol Graph service specification for blocks and embedding applications", "keywords": [ "blockprotocol", diff --git a/libs/@blockprotocol/type-system/typescript/CHANGELOG.md b/libs/@blockprotocol/type-system/typescript/CHANGELOG.md index ad062cf9af2..97557f6bf93 100644 --- a/libs/@blockprotocol/type-system/typescript/CHANGELOG.md +++ b/libs/@blockprotocol/type-system/typescript/CHANGELOG.md @@ -1,5 +1,11 @@ # @blockprotocol/type-system +## 0.2.2 + +### Patch Changes + +- [#8818](https://github.com/hashintel/hash/pull/8818) [`0e52504`](https://github.com/hashintel/hash/commit/0e52504315a909befc9fe2c748edd765f183e15a) Thanks [@CiaranMn](https://github.com/CiaranMn)! - update uuid dependency + ## 0.2.1 ### Patch Changes diff --git a/libs/@blockprotocol/type-system/typescript/package.json b/libs/@blockprotocol/type-system/typescript/package.json index 0a3466d111c..d22589e04aa 100644 --- a/libs/@blockprotocol/type-system/typescript/package.json +++ b/libs/@blockprotocol/type-system/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@blockprotocol/type-system", - "version": "0.2.1", + "version": "0.2.2", "description": "Definitions of types within the Block Protocol Type System", "homepage": "https://blockprotocol.org", "license": "MIT", diff --git a/libs/@hashintel/ds-components/CHANGELOG.md b/libs/@hashintel/ds-components/CHANGELOG.md index dbe489d54d9..5dfb52494b2 100644 --- a/libs/@hashintel/ds-components/CHANGELOG.md +++ b/libs/@hashintel/ds-components/CHANGELOG.md @@ -1,5 +1,15 @@ # @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 + +- [#8802](https://github.com/hashintel/hash/pull/8802) [`c39ede8`](https://github.com/hashintel/hash/commit/c39ede805c753b91eb9551362f0815f77bba5833) Thanks [@alex-e-leon](https://github.com/alex-e-leon)! - Adds a Dialog component + +- [#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..2c945ab2de3 100644 --- a/libs/@hashintel/petrinaut-core/CHANGELOG.md +++ b/libs/@hashintel/petrinaut-core/CHANGELOG.md @@ -1,5 +1,13 @@ # @hashintel/petrinaut-core +## 0.0.2 + +### Patch Changes + +- [#8751](https://github.com/hashintel/hash/pull/8751) [`3b5ff88`](https://github.com/hashintel/hash/commit/3b5ff88eb9d2983d7c63492f3911d70eaa28d331) Thanks [@kube](https://github.com/kube)! - Add Monte Carlo experiment metric specs, accumulators, runtime streaming, and worker support. + +- [#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 93f16192d50..5f3dbe35f76 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..b44c71ed293 100644 --- a/libs/@hashintel/petrinaut/CHANGELOG.md +++ b/libs/@hashintel/petrinaut/CHANGELOG.md @@ -1,5 +1,19 @@ # @hashintel/petrinaut +## 0.0.16 + +### Patch Changes + +- [#8789](https://github.com/hashintel/hash/pull/8789) [`1fff5b0`](https://github.com/hashintel/hash/commit/1fff5b0d79a98a5328f0df6fe4770e2f6f6fcad0) Thanks [@alex-e-leon](https://github.com/alex-e-leon)! - Adds an optional product walkthrough that consumers can set + +- [#8751](https://github.com/hashintel/hash/pull/8751) [`3b5ff88`](https://github.com/hashintel/hash/commit/3b5ff88eb9d2983d7c63492f3911d70eaa28d331) Thanks [@kube](https://github.com/kube)! - Add experiment metric creation controls, validation, and scalar/distribution visualizations. + +- [#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 [[`3b5ff88`](https://github.com/hashintel/hash/commit/3b5ff88eb9d2983d7c63492f3911d70eaa28d331), [`f9d6417`](https://github.com/hashintel/hash/commit/f9d64178b4a20c04efb0ad85fcf8dbfcff20327a), [`c39ede8`](https://github.com/hashintel/hash/commit/c39ede805c753b91eb9551362f0815f77bba5833), [`919cbc5`](https://github.com/hashintel/hash/commit/919cbc57b9e3f60b9ea3bde7e42aabc14a235370), [`f9d6417`](https://github.com/hashintel/hash/commit/f9d64178b4a20c04efb0ad85fcf8dbfcff20327a)]: + - @hashintel/petrinaut-core@0.0.2 + - @hashintel/ds-components@0.2.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": {