Skip to content

Commit a5caa86

Browse files
Version Packages
1 parent fd7a414 commit a5caa86

11 files changed

Lines changed: 53 additions & 35 deletions

File tree

.changeset/cool-carrots-tease.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/fix-readonly-tooltips.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

libs/@hashintel/ds-components/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @hashintel/ds-components
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6fa6625`](https://github.com/hashintel/hash/commit/6fa662581e74a0aa8b6577a10258b2d3a81bcc30)]:
8+
- @hashintel/ds-helpers@0.0.5
9+
310
## 0.0.4
411

512
### Patch Changes

libs/@hashintel/ds-components/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashintel/ds-components",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "HASH Component Library built with React, Ark UI, and PandaCSS",
55
"license": "(MIT OR Apache-2.0)",
66
"repository": {
@@ -51,14 +51,14 @@
5151
},
5252
"dependencies": {
5353
"@ark-ui/react": "5.26.2",
54-
"@hashintel/ds-helpers": "0.0.4",
54+
"@hashintel/ds-helpers": "0.0.5",
5555
"@hashintel/refractive": "0.0.2",
5656
"canvas": "3.2.0",
5757
"motion": "12.23.24"
5858
},
5959
"devDependencies": {
6060
"@figma/code-connect": "1.3.11",
61-
"@hashintel/ds-theme": "0.0.3",
61+
"@hashintel/ds-theme": "0.0.4",
6262
"@local/eslint": "0.0.0-private",
6363
"@local/tsconfig": "0.0.0-private",
6464
"@pandacss/dev": "1.4.3",
@@ -87,7 +87,7 @@
8787
},
8888
"peerDependencies": {
8989
"@ark-ui/react": "^5.26.2",
90-
"@hashintel/ds-helpers": "0.0.4",
90+
"@hashintel/ds-helpers": "0.0.5",
9191
"@hashintel/refractive": "0.0.2",
9292
"react": "^19.2.0",
9393
"react-dom": "^19.2.0"

libs/@hashintel/ds-helpers/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hashintel/ds-helpers
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.0.4
410

511
## 0.0.3

libs/@hashintel/ds-helpers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashintel/ds-helpers",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "HASH PandaCSS Styled System",
55
"license": "(MIT OR Apache-2.0)",
66
"repository": {
@@ -63,7 +63,7 @@
6363
"test:update": "ladle build && playwright test --update-snapshots"
6464
},
6565
"devDependencies": {
66-
"@hashintel/ds-theme": "0.0.3",
66+
"@hashintel/ds-theme": "0.0.4",
6767
"@ladle/react": "5.1.1",
6868
"@mantine/hooks": "8.3.5",
6969
"@pandacss/dev": "1.4.3",

libs/@hashintel/ds-theme/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hashintel/ds-theme
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.0.3
410

511
### Patch Changes

libs/@hashintel/ds-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashintel/ds-theme",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "HASH PandaCSS Preset",
55
"license": "(MIT OR Apache-2.0)",
66
"repository": {

libs/@hashintel/petrinaut/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @hashintel/petrinaut
22

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`6fa6625`](https://github.com/hashintel/hash/commit/6fa662581e74a0aa8b6577a10258b2d3a81bcc30)]:
10+
- @hashintel/ds-helpers@0.0.5
11+
- @hashintel/ds-components@0.0.5
12+
313
## 0.0.8
414

515
### Patch Changes

libs/@hashintel/petrinaut/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashintel/petrinaut",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "A visual editor for Petri nets",
55
"license": "(MIT OR Apache-2.0)",
66
"repository": {
@@ -42,8 +42,8 @@
4242
"@dnd-kit/core": "6.3.1",
4343
"@dnd-kit/sortable": "10.0.0",
4444
"@dnd-kit/utilities": "3.2.2",
45-
"@hashintel/ds-components": "0.0.4",
46-
"@hashintel/ds-helpers": "0.0.4",
45+
"@hashintel/ds-components": "0.0.5",
46+
"@hashintel/ds-helpers": "0.0.5",
4747
"@hashintel/refractive": "0.0.2",
4848
"@mantine/hooks": "8.3.5",
4949
"@monaco-editor/react": "4.8.0-rc.3",
@@ -59,7 +59,7 @@
5959
"web-worker": "1.4.1"
6060
},
6161
"devDependencies": {
62-
"@hashintel/ds-helpers": "0.0.4",
62+
"@hashintel/ds-helpers": "0.0.5",
6363
"@local/eslint": "0.0.0-private",
6464
"@pandacss/dev": "1.4.3",
6565
"@sentry/react": "10.22.0",
@@ -80,8 +80,8 @@
8080
"vitest": "4.0.16"
8181
},
8282
"peerDependencies": {
83-
"@hashintel/ds-components": "0.0.4",
84-
"@hashintel/ds-helpers": "0.0.4",
83+
"@hashintel/ds-components": "0.0.5",
84+
"@hashintel/ds-helpers": "0.0.5",
8585
"react": "^19.0.0",
8686
"react-dom": "^19.0.0"
8787
}

0 commit comments

Comments
 (0)