Skip to content
Open
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
6 changes: 0 additions & 6 deletions .changeset/cool-carrots-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-readonly-tooltips.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-frames-play.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.0.5

### Patch Changes

- Updated dependencies [[`6fa6625`](https://github.com/hashintel/hash/commit/6fa662581e74a0aa8b6577a10258b2d3a81bcc30)]:
- @hashintel/ds-helpers@0.0.5

## 0.0.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions 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.0.4",
"version": "0.0.5",
"description": "HASH Component Library built with React, Ark UI, and PandaCSS",
"license": "(MIT OR Apache-2.0)",
"repository": {
Expand Down Expand Up @@ -51,14 +51,14 @@
},
"dependencies": {
"@ark-ui/react": "5.26.2",
"@hashintel/ds-helpers": "0.0.4",
"@hashintel/ds-helpers": "0.0.5",
"@hashintel/refractive": "0.0.2",
"canvas": "3.2.0",
"motion": "12.23.24"
},
"devDependencies": {
"@figma/code-connect": "1.3.11",
"@hashintel/ds-theme": "0.0.3",
"@hashintel/ds-theme": "0.0.4",
"@local/eslint": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@pandacss/dev": "1.4.3",
Expand Down Expand Up @@ -87,7 +87,7 @@
},
"peerDependencies": {
"@ark-ui/react": "^5.26.2",
"@hashintel/ds-helpers": "0.0.4",
"@hashintel/ds-helpers": "0.0.5",
"@hashintel/refractive": "0.0.2",
"react": "^19.2.0",
"react-dom": "^19.2.0"
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.0.5

### Patch Changes

- [#8351](https://github.com/hashintel/hash/pull/8351) [`6fa6625`](https://github.com/hashintel/hash/commit/6fa662581e74a0aa8b6577a10258b2d3a81bcc30) Thanks [@lunelson](https://github.com/lunelson)! - Refinements to figma-variable-to-token transformation logic, to skip WIP/hidden properties from the Figma

## 0.0.4

## 0.0.3
Expand Down
4 changes: 2 additions & 2 deletions 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.0.4",
"version": "0.0.5",
"description": "HASH PandaCSS Styled System",
"license": "(MIT OR Apache-2.0)",
"repository": {
Expand Down Expand Up @@ -63,7 +63,7 @@
"test:update": "ladle build && playwright test --update-snapshots"
},
"devDependencies": {
"@hashintel/ds-theme": "0.0.3",
"@hashintel/ds-theme": "0.0.4",
"@ladle/react": "5.1.1",
"@mantine/hooks": "8.3.5",
"@pandacss/dev": "1.4.3",
Expand Down
6 changes: 6 additions & 0 deletions libs/@hashintel/ds-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hashintel/ds-theme

## 0.0.4

### Patch Changes

- [#8351](https://github.com/hashintel/hash/pull/8351) [`6fa6625`](https://github.com/hashintel/hash/commit/6fa662581e74a0aa8b6577a10258b2d3a81bcc30) Thanks [@lunelson](https://github.com/lunelson)! - Refinements to figma-variable-to-token transformation logic, to skip WIP/hidden properties from the Figma

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/@hashintel/ds-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashintel/ds-theme",
"version": "0.0.3",
"version": "0.0.4",
"description": "HASH PandaCSS Preset",
"license": "(MIT OR Apache-2.0)",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions libs/@hashintel/petrinaut/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @hashintel/petrinaut

## 0.0.9

### Patch Changes

- [#8285](https://github.com/hashintel/hash/pull/8285) [`673ece2`](https://github.com/hashintel/hash/commit/673ece205d7622936980bf744574654026aad1c3) Thanks [@kube](https://github.com/kube)! - Fix read-only tooltips to always show during simulation mode

- [#8295](https://github.com/hashintel/hash/pull/8295) [`4b22f76`](https://github.com/hashintel/hash/commit/4b22f7608491fe10a8b90753fe0cc47f99dbd296) Thanks [@kube](https://github.com/kube)! - Add configurable simulation playback speed and maximum run time

- Updated dependencies [[`6fa6625`](https://github.com/hashintel/hash/commit/6fa662581e74a0aa8b6577a10258b2d3a81bcc30)]:
- @hashintel/ds-helpers@0.0.5
- @hashintel/ds-components@0.0.5

## 0.0.8

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions 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.8",
"version": "0.0.9",
"description": "A visual editor for Petri nets",
"license": "(MIT OR Apache-2.0)",
"repository": {
Expand Down Expand Up @@ -42,8 +42,8 @@
"@dnd-kit/core": "6.3.1",
"@dnd-kit/sortable": "10.0.0",
"@dnd-kit/utilities": "3.2.2",
"@hashintel/ds-components": "0.0.4",
"@hashintel/ds-helpers": "0.0.4",
"@hashintel/ds-components": "0.0.5",
"@hashintel/ds-helpers": "0.0.5",
"@hashintel/refractive": "0.0.2",
"@mantine/hooks": "8.3.5",
"@monaco-editor/react": "4.8.0-rc.3",
Expand All @@ -59,7 +59,7 @@
"web-worker": "1.4.1"
},
"devDependencies": {
"@hashintel/ds-helpers": "0.0.4",
"@hashintel/ds-helpers": "0.0.5",
"@local/eslint": "0.0.0-private",
"@pandacss/dev": "1.4.3",
"@sentry/react": "10.22.0",
Expand All @@ -83,8 +83,8 @@
"vitest": "4.0.16"
},
"peerDependencies": {
"@hashintel/ds-components": "0.0.4",
"@hashintel/ds-helpers": "0.0.4",
"@hashintel/ds-components": "0.0.5",
"@hashintel/ds-helpers": "0.0.5",
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8202,14 +8202,14 @@ __metadata:
languageName: unknown
linkType: soft

"@hashintel/ds-components@npm:0.0.4, @hashintel/ds-components@workspace:libs/@hashintel/ds-components":
"@hashintel/ds-components@npm:0.0.5, @hashintel/ds-components@workspace:libs/@hashintel/ds-components":
version: 0.0.0-use.local
resolution: "@hashintel/ds-components@workspace:libs/@hashintel/ds-components"
dependencies:
"@ark-ui/react": "npm:5.26.2"
"@figma/code-connect": "npm:1.3.11"
"@hashintel/ds-helpers": "npm:0.0.4"
"@hashintel/ds-theme": "npm:0.0.3"
"@hashintel/ds-helpers": "npm:0.0.5"
"@hashintel/ds-theme": "npm:0.0.4"
"@hashintel/refractive": "npm:0.0.2"
"@local/eslint": "npm:0.0.0-private"
"@local/tsconfig": "npm:0.0.0-private"
Expand Down Expand Up @@ -8240,18 +8240,18 @@ __metadata:
vitest-browser-react: "npm:^2.0.2"
peerDependencies:
"@ark-ui/react": ^5.26.2
"@hashintel/ds-helpers": 0.0.4
"@hashintel/ds-helpers": 0.0.5
"@hashintel/refractive": 0.0.2
react: ^19.2.0
react-dom: ^19.2.0
languageName: unknown
linkType: soft

"@hashintel/ds-helpers@npm:0.0.4, @hashintel/ds-helpers@workspace:libs/@hashintel/ds-helpers":
"@hashintel/ds-helpers@npm:0.0.5, @hashintel/ds-helpers@workspace:libs/@hashintel/ds-helpers":
version: 0.0.0-use.local
resolution: "@hashintel/ds-helpers@workspace:libs/@hashintel/ds-helpers"
dependencies:
"@hashintel/ds-theme": "npm:0.0.3"
"@hashintel/ds-theme": "npm:0.0.4"
"@ladle/react": "npm:5.1.1"
"@mantine/hooks": "npm:8.3.5"
"@pandacss/dev": "npm:1.4.3"
Expand All @@ -8275,7 +8275,7 @@ __metadata:
languageName: unknown
linkType: soft

"@hashintel/ds-theme@npm:0.0.3, @hashintel/ds-theme@workspace:libs/@hashintel/ds-theme":
"@hashintel/ds-theme@npm:0.0.4, @hashintel/ds-theme@workspace:libs/@hashintel/ds-theme":
version: 0.0.0-use.local
resolution: "@hashintel/ds-theme@workspace:libs/@hashintel/ds-theme"
dependencies:
Expand Down Expand Up @@ -8336,8 +8336,8 @@ __metadata:
"@dnd-kit/core": "npm:6.3.1"
"@dnd-kit/sortable": "npm:10.0.0"
"@dnd-kit/utilities": "npm:3.2.2"
"@hashintel/ds-components": "npm:0.0.4"
"@hashintel/ds-helpers": "npm:0.0.4"
"@hashintel/ds-components": "npm:0.0.5"
"@hashintel/ds-helpers": "npm:0.0.5"
"@hashintel/refractive": "npm:0.0.2"
"@local/eslint": "npm:0.0.0-private"
"@mantine/hooks": "npm:8.3.5"
Expand Down Expand Up @@ -8372,8 +8372,8 @@ __metadata:
vitest: "npm:4.0.16"
web-worker: "npm:1.4.1"
peerDependencies:
"@hashintel/ds-components": 0.0.4
"@hashintel/ds-helpers": 0.0.4
"@hashintel/ds-components": 0.0.5
"@hashintel/ds-helpers": 0.0.5
react: ^19.0.0
react-dom: ^19.0.0
languageName: unknown
Expand Down
Loading