diff --git a/.changeset/clean-pumas-help.md b/.changeset/clean-pumas-help.md deleted file mode 100644 index 50ef6fc14b4..00000000000 --- a/.changeset/clean-pumas-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/ds-helpers": patch ---- - -Publish the generated `styled-system` files in the package tarball. diff --git a/.changeset/extract-petrinaut-core.md b/.changeset/extract-petrinaut-core.md deleted file mode 100644 index 1b44f31d7f7..00000000000 --- a/.changeset/extract-petrinaut-core.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hashintel/petrinaut": patch -"@hashintel/petrinaut-core": patch ---- - -Extract the headless Petrinaut core into `@hashintel/petrinaut-core`, expose dedicated core worker entry points, and remove the `@hashintel/petrinaut/core` compatibility entry point. diff --git a/.changeset/refractive-ssr-filter.md b/.changeset/refractive-ssr-filter.md deleted file mode 100644 index e92bd88cd54..00000000000 --- a/.changeset/refractive-ssr-filter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/refractive": patch ---- - -Fix SSR issues by only rendering browser-dependent Refractive filters on the client. diff --git a/.changeset/smooth-lizards-run.md b/.changeset/smooth-lizards-run.md deleted file mode 100644 index 66e8d809ddf..00000000000 --- a/.changeset/smooth-lizards-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/petrinaut": patch ---- - -Add basic MonteCarlo-based experiments diff --git a/.changeset/tall-streets-wave.md b/.changeset/tall-streets-wave.md deleted file mode 100644 index faf7f875c3f..00000000000 --- a/.changeset/tall-streets-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/ds-components": patch ---- - -Add NumberInput component diff --git a/libs/@hashintel/ds-components/CHANGELOG.md b/libs/@hashintel/ds-components/CHANGELOG.md index f142d08d0c2..dbe489d54d9 100644 --- a/libs/@hashintel/ds-components/CHANGELOG.md +++ b/libs/@hashintel/ds-components/CHANGELOG.md @@ -1,5 +1,14 @@ # @hashintel/ds-components +## 0.2.1 + +### Patch Changes + +- [#8727](https://github.com/hashintel/hash/pull/8727) [`834cbee`](https://github.com/hashintel/hash/commit/834cbeeb7d8045f006d7a1fab1e5858b83c437d6) Thanks [@alex-e-leon](https://github.com/alex-e-leon)! - Add NumberInput component + +- Updated dependencies [[`c0c9498`](https://github.com/hashintel/hash/commit/c0c9498dc4f648814a80fc6e8df3598ff8a108ac)]: + - @hashintel/ds-helpers@0.2.1 + ## 0.2.0 ### Minor Changes diff --git a/libs/@hashintel/ds-components/package.json b/libs/@hashintel/ds-components/package.json index 5f30a37b4b3..baa6a667c83 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.0", + "version": "0.2.1", "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 bb1f38b7c26..2fb5a95632c 100644 --- a/libs/@hashintel/ds-helpers/CHANGELOG.md +++ b/libs/@hashintel/ds-helpers/CHANGELOG.md @@ -1,5 +1,11 @@ # @hashintel/ds-helpers +## 0.2.1 + +### Patch Changes + +- [#8732](https://github.com/hashintel/hash/pull/8732) [`c0c9498`](https://github.com/hashintel/hash/commit/c0c9498dc4f648814a80fc6e8df3598ff8a108ac) Thanks [@lunelson](https://github.com/lunelson)! - Publish the generated `styled-system` files in the package tarball. + ## 0.2.0 ### Minor Changes diff --git a/libs/@hashintel/ds-helpers/package.json b/libs/@hashintel/ds-helpers/package.json index 86e26a43195..f80f6e82a5b 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.2.0", + "version": "0.2.1", "description": "HASH PandaCSS Styled System", "license": "(MIT OR Apache-2.0)", "repository": { diff --git a/libs/@hashintel/petrinaut-core/CHANGELOG.md b/libs/@hashintel/petrinaut-core/CHANGELOG.md new file mode 100644 index 00000000000..52598788004 --- /dev/null +++ b/libs/@hashintel/petrinaut-core/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hashintel/petrinaut-core + +## 0.0.1 + +### Patch Changes + +- [#8730](https://github.com/hashintel/hash/pull/8730) [`ed40011`](https://github.com/hashintel/hash/commit/ed40011ba896b77db0dae30c219e1f2066382c28) Thanks [@kube](https://github.com/kube)! - Extract the headless Petrinaut core into `@hashintel/petrinaut-core`, expose dedicated core worker entry points, and remove the `@hashintel/petrinaut/core` compatibility entry point. diff --git a/libs/@hashintel/petrinaut-core/package.json b/libs/@hashintel/petrinaut-core/package.json index b2f1e4b5c7c..956a3329a27 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.0", + "version": "0.0.1", "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 75f6776bd16..97d276a4600 100644 --- a/libs/@hashintel/petrinaut/CHANGELOG.md +++ b/libs/@hashintel/petrinaut/CHANGELOG.md @@ -1,5 +1,19 @@ # @hashintel/petrinaut +## 0.0.15 + +### Patch Changes + +- [#8730](https://github.com/hashintel/hash/pull/8730) [`ed40011`](https://github.com/hashintel/hash/commit/ed40011ba896b77db0dae30c219e1f2066382c28) Thanks [@kube](https://github.com/kube)! - Extract the headless Petrinaut core into `@hashintel/petrinaut-core`, expose dedicated core worker entry points, and remove the `@hashintel/petrinaut/core` compatibility entry point. + +- [#8709](https://github.com/hashintel/hash/pull/8709) [`2c1c977`](https://github.com/hashintel/hash/commit/2c1c977d8d2772706f4edb91dd79a8d28866bff0) Thanks [@kube](https://github.com/kube)! - Add basic MonteCarlo-based experiments + +- Updated dependencies [[`c0c9498`](https://github.com/hashintel/hash/commit/c0c9498dc4f648814a80fc6e8df3598ff8a108ac), [`ed40011`](https://github.com/hashintel/hash/commit/ed40011ba896b77db0dae30c219e1f2066382c28), [`d3ac60c`](https://github.com/hashintel/hash/commit/d3ac60c5509bd2d5a478f2e5a56433c59d353f7b), [`834cbee`](https://github.com/hashintel/hash/commit/834cbeeb7d8045f006d7a1fab1e5858b83c437d6)]: + - @hashintel/ds-helpers@0.2.1 + - @hashintel/petrinaut-core@0.0.1 + - @hashintel/refractive@0.0.4 + - @hashintel/ds-components@0.2.1 + ## 0.0.14 ### Patch Changes diff --git a/libs/@hashintel/petrinaut/package.json b/libs/@hashintel/petrinaut/package.json index 88b478ec7d7..0515d975727 100644 --- a/libs/@hashintel/petrinaut/package.json +++ b/libs/@hashintel/petrinaut/package.json @@ -1,6 +1,6 @@ { "name": "@hashintel/petrinaut", - "version": "0.0.14", + "version": "0.0.15", "description": "A visual editor for Petri nets", "license": "(MIT OR Apache-2.0)", "repository": { diff --git a/libs/@hashintel/refractive/CHANGELOG.md b/libs/@hashintel/refractive/CHANGELOG.md index ca8f26bd598..c8e1863566f 100644 --- a/libs/@hashintel/refractive/CHANGELOG.md +++ b/libs/@hashintel/refractive/CHANGELOG.md @@ -1,5 +1,11 @@ # @hashintel/refractive +## 0.0.4 + +### Patch Changes + +- [#8724](https://github.com/hashintel/hash/pull/8724) [`d3ac60c`](https://github.com/hashintel/hash/commit/d3ac60c5509bd2d5a478f2e5a56433c59d353f7b) Thanks [@kube](https://github.com/kube)! - Fix SSR issues by only rendering browser-dependent Refractive filters on the client. + ## 0.0.3 ### Patch Changes diff --git a/libs/@hashintel/refractive/package.json b/libs/@hashintel/refractive/package.json index 8b448740432..72f6e5ad7e6 100644 --- a/libs/@hashintel/refractive/package.json +++ b/libs/@hashintel/refractive/package.json @@ -1,6 +1,6 @@ { "name": "@hashintel/refractive", - "version": "0.0.3", + "version": "0.0.4", "description": "HASH Refractive Filter Components", "license": "(MIT OR Apache-2.0)", "repository": {