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/ds-helpers-styled-system-payload.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stochastic-firing-statistics.md

This file was deleted.

7 changes: 7 additions & 0 deletions libs/@hashintel/ds-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hashintel/ds-components

## 0.3.1

### Patch Changes

- Updated dependencies:
- @hashintel/ds-helpers@0.2.2

## 0.3.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.3.0",
"version": "0.3.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.2

### Patch Changes

- Ship the generated `styled-system` files in the package tarball. ([@CiaranMn](https://github.com/CiaranMn), [#9328](https://github.com/hashintel/hash/pull/9328))

## 0.2.1

### Patch 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.1",
"version": "0.2.2",
"description": "HASH PandaCSS Styled System",
"license": "(MIT OR Apache-2.0)",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions libs/@hashintel/petrinaut-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hashintel/petrinaut-core

## 0.0.4

### Patch Changes

- Fix stochastic transition firing statistics: fire with the memoryless per-frame probability `1 - e^(-rate * dt)`, advance the RNG state on every evaluation instead of discarding non-firing draws, and compute the seeded LCG with exact integer arithmetic. Firing counts now match Poisson expectations. Identical seeds produce different sequences than earlier releases. ([@kube](https://github.com/kube), [#9329](https://github.com/hashintel/hash/pull/9329))

## 0.0.3

### Patch Changes
Expand Down
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.3",
"version": "0.0.4",
"description": "Headless Petrinaut core APIs",
"license": "(MIT OR Apache-2.0)",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions libs/@hashintel/petrinaut/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hashintel/petrinaut

## 0.0.19

### Patch Changes

- Updated dependencies:
- @hashintel/ds-helpers@0.2.2
- @hashintel/petrinaut-core@0.0.4
- @hashintel/ds-components@0.3.1

## 0.0.18

### 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.18",
"version": "0.0.19",
"description": "A visual editor for Petri nets",
"license": "(MIT OR Apache-2.0)",
"repository": {
Expand Down
Loading