Skip to content

Commit cd91cdb

Browse files
Version Packages
1 parent 1752c85 commit cd91cdb

12 files changed

Lines changed: 55 additions & 40 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.

.changeset/soft-frames-play.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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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+
- [#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
10+
11+
- Updated dependencies [[`6fa6625`](https://github.com/hashintel/hash/commit/6fa662581e74a0aa8b6577a10258b2d3a81bcc30)]:
12+
- @hashintel/ds-helpers@0.0.5
13+
- @hashintel/ds-components@0.0.5
14+
315
## 0.0.8
416

517
### Patch Changes

0 commit comments

Comments
 (0)