diff --git a/.changeset/site-kit-footer-link-size.md b/.changeset/site-kit-footer-link-size.md deleted file mode 100644 index 99c9cdc..0000000 --- a/.changeset/site-kit-footer-link-size.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@devslab/site-kit": patch ---- - -`.site-footer__links` gets the body-2 size. The kit gave the row layout and colour but no size, so the footer inherited the 16px body and read a step larger than the same row on a sibling product's page; every consumer that noticed had added the rule locally, which is the drift the footer release exists to end. - -`.site-footer__links`에 body-2 크기 지정. kit이 이 행에 레이아웃과 색만 주고 크기를 안 줘서 푸터가 16px 본문 크기를 물려받아 형제 제품의 같은 행보다 한 단계 크게 읽혔습니다. 알아챈 소비자마다 로컬로 규칙을 넣어 뒀는데, 그 드리프트가 바로 이 푸터 릴리스가 끝내려는 것입니다. diff --git a/packages/dds-css/CHANGELOG.md b/packages/dds-css/CHANGELOG.md index 6145501..79dddc5 100644 --- a/packages/dds-css/CHANGELOG.md +++ b/packages/dds-css/CHANGELOG.md @@ -1,5 +1,7 @@ # @devslab/dds-css +## 0.8.1 + ## 0.8.0 ## 0.7.0 diff --git a/packages/dds-css/package.json b/packages/dds-css/package.json index fc2fdff..b24695a 100644 --- a/packages/dds-css/package.json +++ b/packages/dds-css/package.json @@ -1,6 +1,6 @@ { "name": "@devslab/dds-css", - "version": "0.8.0", + "version": "0.8.1", "description": "DDS CSS component layer — class-based, framework-neutral, semantic-token-only (spec §4.3 v1 inventory, 20 components)", "type": "module", "license": "SEE LICENSE IN LICENSE", diff --git a/packages/dds-icons/CHANGELOG.md b/packages/dds-icons/CHANGELOG.md index 8db86c8..069c0af 100644 --- a/packages/dds-icons/CHANGELOG.md +++ b/packages/dds-icons/CHANGELOG.md @@ -1,5 +1,7 @@ # @devslab/dds-icons +## 0.8.1 + ## 0.8.0 ## 0.7.0 diff --git a/packages/dds-icons/package.json b/packages/dds-icons/package.json index 3980d65..d0123a6 100644 --- a/packages/dds-icons/package.json +++ b/packages/dds-icons/package.json @@ -1,6 +1,6 @@ { "name": "@devslab/dds-icons", - "version": "0.8.0", + "version": "0.8.1", "description": "DDS icon set — one SVG source (24 grid, currentColor), shipped as files, a sprite and a path-data map", "type": "module", "license": "SEE LICENSE IN LICENSE", diff --git a/packages/dds-solid/CHANGELOG.md b/packages/dds-solid/CHANGELOG.md index fc9aee8..a268c48 100644 --- a/packages/dds-solid/CHANGELOG.md +++ b/packages/dds-solid/CHANGELOG.md @@ -1,5 +1,13 @@ # @devslab/dds-solid +## 0.8.1 + +### Patch Changes + +- @devslab/dds-tokens@0.8.1 +- @devslab/dds-css@0.8.1 +- @devslab/dds-icons@0.8.1 + ## 0.8.0 ### Patch Changes diff --git a/packages/dds-solid/package.json b/packages/dds-solid/package.json index 1f2b069..df56ac5 100644 --- a/packages/dds-solid/package.json +++ b/packages/dds-solid/package.json @@ -1,6 +1,6 @@ { "name": "@devslab/dds-solid", - "version": "0.8.0", + "version": "0.8.1", "description": "Accessible SolidJS primitives for the DevsLab Design System", "type": "module", "license": "SEE LICENSE IN LICENSE", @@ -43,9 +43,9 @@ "test:a11y": "vitest run --config vitest.config.ts src/__tests__/a11y.test.tsx" }, "dependencies": { - "@devslab/dds-css": "workspace:0.8.0", - "@devslab/dds-icons": "workspace:0.8.0", - "@devslab/dds-tokens": "workspace:0.8.0" + "@devslab/dds-css": "workspace:0.8.1", + "@devslab/dds-icons": "workspace:0.8.1", + "@devslab/dds-tokens": "workspace:0.8.1" }, "peerDependencies": { "solid-js": "1.9.15" diff --git a/packages/dds-tokens/CHANGELOG.md b/packages/dds-tokens/CHANGELOG.md index a92252a..aae2e59 100644 --- a/packages/dds-tokens/CHANGELOG.md +++ b/packages/dds-tokens/CHANGELOG.md @@ -1,5 +1,7 @@ # @devslab/dds-tokens +## 0.8.1 + ## 0.8.0 ## 0.7.0 diff --git a/packages/dds-tokens/package.json b/packages/dds-tokens/package.json index 4043b49..88aa523 100644 --- a/packages/dds-tokens/package.json +++ b/packages/dds-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@devslab/dds-tokens", - "version": "0.8.0", + "version": "0.8.1", "description": "DDS (DevsLab Design System) design tokens — one JSON source, built for CSS, Tailwind, TypeScript/RN and Ionic", "type": "module", "license": "SEE LICENSE IN LICENSE", diff --git a/packages/site-kit/CHANGELOG.md b/packages/site-kit/CHANGELOG.md index 3dd4868..c072329 100644 --- a/packages/site-kit/CHANGELOG.md +++ b/packages/site-kit/CHANGELOG.md @@ -1,5 +1,14 @@ # @devslab/site-kit +## 0.8.1 + +### Patch Changes + +- 86a80d4: `.site-footer__links` gets the body-2 size. The kit gave the row layout and colour but no size, so the footer inherited the 16px body and read a step larger than the same row on a sibling product's page; every consumer that noticed had added the rule locally, which is the drift the footer release exists to end. + + `.site-footer__links`에 body-2 크기 지정. kit이 이 행에 레이아웃과 색만 주고 크기를 안 줘서 푸터가 16px 본문 크기를 물려받아 형제 제품의 같은 행보다 한 단계 크게 읽혔습니다. 알아챈 소비자마다 로컬로 규칙을 넣어 뒀는데, 그 드리프트가 바로 이 푸터 릴리스가 끝내려는 것입니다. + - @devslab/dds-solid@0.8.1 + ## 0.8.0 ### Minor Changes diff --git a/packages/site-kit/package.json b/packages/site-kit/package.json index 191f315..a131c2a 100644 --- a/packages/site-kit/package.json +++ b/packages/site-kit/package.json @@ -1,6 +1,6 @@ { "name": "@devslab/site-kit", - "version": "0.8.0", + "version": "0.8.1", "description": "Strict i18n, SEO/GEO, and Solid public-site shells for DevsLab products", "type": "module", "license": "SEE LICENSE IN LICENSE", @@ -67,7 +67,7 @@ "test:worker": "wrangler deploy --dry-run --config fixtures/worker/wrangler.jsonc --outdir dist-worker" }, "dependencies": { - "@devslab/dds-solid": "workspace:0.8.0" + "@devslab/dds-solid": "workspace:0.8.1" }, "peerDependencies": { "@tanstack/solid-router": "1.170.30", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f3c7356..73b3f29 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -74,13 +74,13 @@ importers: packages/dds-solid: dependencies: '@devslab/dds-css': - specifier: workspace:0.8.0 + specifier: workspace:0.8.1 version: link:../dds-css '@devslab/dds-icons': - specifier: workspace:0.8.0 + specifier: workspace:0.8.1 version: link:../dds-icons '@devslab/dds-tokens': - specifier: workspace:0.8.0 + specifier: workspace:0.8.1 version: link:../dds-tokens devDependencies: '@testing-library/jest-dom': @@ -120,7 +120,7 @@ importers: packages/site-kit: dependencies: '@devslab/dds-solid': - specifier: workspace:0.8.0 + specifier: workspace:0.8.1 version: link:../dds-solid devDependencies: '@tanstack/solid-router':