diff --git a/.changeset/green-wombats-try.md b/.changeset/green-wombats-try.md new file mode 100644 index 00000000000..b059876e053 --- /dev/null +++ b/.changeset/green-wombats-try.md @@ -0,0 +1,5 @@ +--- +"@hashintel/refractive": patch +--- + +change equation export casing, e.g. LIP -> lip diff --git a/.changeset/yellow-badgers-grin.md b/.changeset/yellow-badgers-grin.md new file mode 100644 index 00000000000..4bc177fdefa --- /dev/null +++ b/.changeset/yellow-badgers-grin.md @@ -0,0 +1,5 @@ +--- +"@hashintel/ds-helpers": patch +--- + +fix publishing process diff --git a/libs/@hashintel/ds-components/package.json b/libs/@hashintel/ds-components/package.json index 0e48ac9dae3..785f19dfe0b 100644 --- a/libs/@hashintel/ds-components/package.json +++ b/libs/@hashintel/ds-components/package.json @@ -45,7 +45,7 @@ "lint": "npm-run-all --continue-on-error \"lint:*\"", "lint:eslint": "eslint --report-unused-disable-directives .", "lint:tsc": "tsc --noEmit", - "prepare": "turbo run build", + "prepublishOnly": "turbo run build", "storybook": "storybook dev -p 6006", "storybook:build": "storybook build" }, diff --git a/libs/@hashintel/ds-helpers/README.md b/libs/@hashintel/ds-helpers/README.md new file mode 100644 index 00000000000..f5a3634fdf2 --- /dev/null +++ b/libs/@hashintel/ds-helpers/README.md @@ -0,0 +1,5 @@ +# @hashintel/ds-helpers + +This packages contains PandaCSS helper functions and utilities for the HASH design system. + +In PandaCSS's terminology, this is the "styled-system" layer of the design system. diff --git a/libs/@hashintel/ds-helpers/package.json b/libs/@hashintel/ds-helpers/package.json index b9fd891bcbf..44f16c41ae5 100644 --- a/libs/@hashintel/ds-helpers/package.json +++ b/libs/@hashintel/ds-helpers/package.json @@ -60,7 +60,7 @@ "lint": "npm-run-all --continue-on-error \"lint:*\"", "lint:tsc": "tsc --noEmit", "preflight:ladle": "ladle build && ladle preview", - "prepare": "turbo run build", + "prepublishOnly": "turbo run build", "test:snapshots": "ladle build && playwright test", "test:update": "ladle build && playwright test --update-snapshots" }, diff --git a/libs/@hashintel/ds-theme/package.json b/libs/@hashintel/ds-theme/package.json index dddc159998f..002e5c39544 100644 --- a/libs/@hashintel/ds-theme/package.json +++ b/libs/@hashintel/ds-theme/package.json @@ -45,7 +45,7 @@ "fix:format": "biome format --write", "lint": "npm-run-all --continue-on-error \"lint:*\"", "lint:tsc": "tsc --noEmit && tsc --noEmit -p scripts/tsconfig.json", - "prepare": "turbo run build", + "prepublishOnly": "turbo run build", "test:unit": "vitest run" }, "devDependencies": {