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
8 changes: 7 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["@apps/*", "@local/*", "@rust/*", "@tests/*"],
"ignore": [
"@apps/*",
"@local/*",
"@rust/*",
"@tests/*",
"@hashintel/petrinaut-old"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ‘

],
"snapshot": {
"useCalculatedVersion": true
},
Expand Down
2 changes: 1 addition & 1 deletion .changeset/empty-forks-flow.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@hashintel/petrinaut": minor
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for this. Indeed better to keep patches only for now.

"@hashintel/petrinaut": patch
---

Add Diagnostics Panel using TypeScript Language Service.
4 changes: 2 additions & 2 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.1-c",
"version": "0.0.1",
"description": "HASH Component Library built with React, Ark UI, and PandaCSS",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@ark-ui/react": "5.26.2",
"@hashintel/ds-helpers": "0.0.1-b",
"@hashintel/ds-helpers": "0.0.1",
"@hashintel/refractive": "0.0.0",
"canvas": "3.2.0",
"motion": "12.23.24"
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.0.1-b",
"version": "0.0.1",
"description": "HASH PandaCSS Styled System",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions libs/@hashintel/petrinaut/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@dnd-kit/core": "6.3.1",
"@dnd-kit/sortable": "10.0.0",
"@dnd-kit/utilities": "3.2.2",
"@hashintel/ds-components": "0.0.1-c",
"@hashintel/ds-components": "0.0.1",
"@hashintel/refractive": "0.0.0",
"@mantine/hooks": "8.3.5",
"@monaco-editor/react": "4.8.0-rc.3",
Expand All @@ -49,7 +49,7 @@
"zustand": "5.0.8"
},
"devDependencies": {
"@hashintel/ds-helpers": "0.0.1-b",
"@hashintel/ds-helpers": "0.0.1",
"@local/eslint": "0.0.0-private",
"@pandacss/dev": "1.4.3",
"@sentry/react": "10.22.0",
Expand All @@ -70,7 +70,7 @@
"vitest": "4.0.16"
},
"peerDependencies": {
"@hashintel/ds-helpers": "0.0.1-b",
"@hashintel/ds-helpers": "0.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8204,13 +8204,13 @@ __metadata:
languageName: unknown
linkType: soft

"@hashintel/ds-components@npm:0.0.1-c, @hashintel/ds-components@workspace:libs/@hashintel/ds-components":
"@hashintel/ds-components@npm:0.0.1, @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.1-b"
"@hashintel/ds-helpers": "npm:0.0.1"
"@hashintel/refractive": "npm:0.0.0"
"@local/eslint": "npm:0.0.0-private"
"@local/tsconfig": "npm:0.0.0-private"
Expand All @@ -8237,7 +8237,7 @@ __metadata:
languageName: unknown
linkType: soft

"@hashintel/ds-helpers@npm:0.0.1-b, @hashintel/ds-helpers@workspace:libs/@hashintel/ds-helpers":
"@hashintel/ds-helpers@npm:0.0.1, @hashintel/ds-helpers@workspace:libs/@hashintel/ds-helpers":
version: 0.0.0-use.local
resolution: "@hashintel/ds-helpers@workspace:libs/@hashintel/ds-helpers"
dependencies:
Expand Down Expand Up @@ -8299,8 +8299,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.1-c"
"@hashintel/ds-helpers": "npm:0.0.1-b"
"@hashintel/ds-components": "npm:0.0.1"
"@hashintel/ds-helpers": "npm:0.0.1"
"@hashintel/refractive": "npm:0.0.0"
"@local/eslint": "npm:0.0.0-private"
"@mantine/hooks": "npm:8.3.5"
Expand Down Expand Up @@ -8333,7 +8333,7 @@ __metadata:
web-worker: "npm:1.4.1"
zustand: "npm:5.0.8"
peerDependencies:
"@hashintel/ds-helpers": 0.0.1-b
"@hashintel/ds-helpers": 0.0.1
react: ^19.0.0
react-dom: ^19.0.0
languageName: unknown
Expand Down
Loading