Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/clean-pumas-help.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/extract-petrinaut-core.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/refractive-ssr-filter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-lizards-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-streets-wave.md

This file was deleted.

9 changes: 9 additions & 0 deletions libs/@hashintel/ds-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/@hashintel/ds-components/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions libs/@hashintel/ds-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/@hashintel/ds-helpers/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions libs/@hashintel/petrinaut-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion libs/@hashintel/petrinaut-core/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
14 changes: 14 additions & 0 deletions libs/@hashintel/petrinaut/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/@hashintel/petrinaut/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions libs/@hashintel/refractive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/@hashintel/refractive/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading