diff --git a/.changeset/site-kit-sections.md b/.changeset/site-kit-sections.md deleted file mode 100644 index cbdb8f9..0000000 --- a/.changeset/site-kit-sections.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@devslab/site-kit": minor -"@devslab/dds-icons": minor ---- - -Section primitives (`SectionBlock`, `SectionHead`, `HeroSplit`, `StepFlow`, `FeatureRows`, `PricingNote`) extracted from VisionLinq's landing, with `site-sections.css` inside `styles.css`. `StepFlow` numbers steps with ring numerals — a different glyph system from the section index. `defineLocaleRegistry({ only })` for products that sell in a subset of the family languages. `globe` joins the core icon set. - -섹션 원시 여섯 개(VisionLinq 랜딩에서 추출), `StepFlow`는 원형 숫자로 단계를 셈(섹션 인덱스와 다른 글리프 체계), `defineLocaleRegistry({ only })` 부분집합 레지스트리, `globe` 아이콘 추가. diff --git a/packages/dds-css/CHANGELOG.md b/packages/dds-css/CHANGELOG.md index 8488b4c..5a7137a 100644 --- a/packages/dds-css/CHANGELOG.md +++ b/packages/dds-css/CHANGELOG.md @@ -1,5 +1,7 @@ # @devslab/dds-css +## 0.6.0 + ## 0.5.2 ### Patch Changes diff --git a/packages/dds-css/package.json b/packages/dds-css/package.json index c55ef12..5f68e64 100644 --- a/packages/dds-css/package.json +++ b/packages/dds-css/package.json @@ -1,6 +1,6 @@ { "name": "@devslab/dds-css", - "version": "0.5.2", + "version": "0.6.0", "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 ad2e0b1..59a5042 100644 --- a/packages/dds-icons/CHANGELOG.md +++ b/packages/dds-icons/CHANGELOG.md @@ -1,5 +1,13 @@ # @devslab/dds-icons +## 0.6.0 + +### Minor Changes + +- fc15c3f: Section primitives (`SectionBlock`, `SectionHead`, `HeroSplit`, `StepFlow`, `FeatureRows`, `PricingNote`) extracted from VisionLinq's landing, with `site-sections.css` inside `styles.css`. `StepFlow` numbers steps with ring numerals — a different glyph system from the section index. `defineLocaleRegistry({ only })` for products that sell in a subset of the family languages. `globe` joins the core icon set. + + 섹션 원시 여섯 개(VisionLinq 랜딩에서 추출), `StepFlow`는 원형 숫자로 단계를 셈(섹션 인덱스와 다른 글리프 체계), `defineLocaleRegistry({ only })` 부분집합 레지스트리, `globe` 아이콘 추가. + ## 0.5.2 ## 0.5.1 diff --git a/packages/dds-icons/package.json b/packages/dds-icons/package.json index 0e8c411..2adcef4 100644 --- a/packages/dds-icons/package.json +++ b/packages/dds-icons/package.json @@ -1,6 +1,6 @@ { "name": "@devslab/dds-icons", - "version": "0.5.2", + "version": "0.6.0", "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 3b97ea9..5b64ce1 100644 --- a/packages/dds-solid/CHANGELOG.md +++ b/packages/dds-solid/CHANGELOG.md @@ -1,5 +1,14 @@ # @devslab/dds-solid +## 0.6.0 + +### Patch Changes + +- Updated dependencies [fc15c3f] + - @devslab/dds-icons@0.6.0 + - @devslab/dds-tokens@0.6.0 + - @devslab/dds-css@0.6.0 + ## 0.5.2 ### Patch Changes diff --git a/packages/dds-solid/package.json b/packages/dds-solid/package.json index 1acbb20..15accea 100644 --- a/packages/dds-solid/package.json +++ b/packages/dds-solid/package.json @@ -1,6 +1,6 @@ { "name": "@devslab/dds-solid", - "version": "0.5.2", + "version": "0.6.0", "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.5.2", - "@devslab/dds-icons": "workspace:0.5.2", - "@devslab/dds-tokens": "workspace:0.5.2" + "@devslab/dds-css": "workspace:0.6.0", + "@devslab/dds-icons": "workspace:0.6.0", + "@devslab/dds-tokens": "workspace:0.6.0" }, "peerDependencies": { "solid-js": "1.9.15" diff --git a/packages/dds-tokens/CHANGELOG.md b/packages/dds-tokens/CHANGELOG.md index 68a959b..925ce51 100644 --- a/packages/dds-tokens/CHANGELOG.md +++ b/packages/dds-tokens/CHANGELOG.md @@ -1,5 +1,7 @@ # @devslab/dds-tokens +## 0.6.0 + ## 0.5.2 ## 0.5.1 diff --git a/packages/dds-tokens/package.json b/packages/dds-tokens/package.json index f3a5660..13f7dce 100644 --- a/packages/dds-tokens/package.json +++ b/packages/dds-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@devslab/dds-tokens", - "version": "0.5.2", + "version": "0.6.0", "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 f00efb4..86b6958 100644 --- a/packages/site-kit/CHANGELOG.md +++ b/packages/site-kit/CHANGELOG.md @@ -1,5 +1,17 @@ # @devslab/site-kit +## 0.6.0 + +### Minor Changes + +- fc15c3f: Section primitives (`SectionBlock`, `SectionHead`, `HeroSplit`, `StepFlow`, `FeatureRows`, `PricingNote`) extracted from VisionLinq's landing, with `site-sections.css` inside `styles.css`. `StepFlow` numbers steps with ring numerals — a different glyph system from the section index. `defineLocaleRegistry({ only })` for products that sell in a subset of the family languages. `globe` joins the core icon set. + + 섹션 원시 여섯 개(VisionLinq 랜딩에서 추출), `StepFlow`는 원형 숫자로 단계를 셈(섹션 인덱스와 다른 글리프 체계), `defineLocaleRegistry({ only })` 부분집합 레지스트리, `globe` 아이콘 추가. + +### Patch Changes + +- @devslab/dds-solid@0.6.0 + ## 0.5.2 ### Patch Changes diff --git a/packages/site-kit/package.json b/packages/site-kit/package.json index 1b979dd..5603295 100644 --- a/packages/site-kit/package.json +++ b/packages/site-kit/package.json @@ -1,6 +1,6 @@ { "name": "@devslab/site-kit", - "version": "0.5.2", + "version": "0.6.0", "description": "Strict i18n, SEO/GEO, and Solid public-site shells for DevsLab products", "type": "module", "license": "SEE LICENSE IN LICENSE", @@ -63,7 +63,7 @@ "test:worker": "wrangler deploy --dry-run --config fixtures/worker/wrangler.jsonc --outdir dist-worker" }, "dependencies": { - "@devslab/dds-solid": "workspace:0.5.2" + "@devslab/dds-solid": "workspace:0.6.0" }, "peerDependencies": { "@tanstack/solid-router": "1.170.30", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 815c18b..4f58b81 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -74,13 +74,13 @@ importers: packages/dds-solid: dependencies: '@devslab/dds-css': - specifier: workspace:0.5.2 + specifier: workspace:0.6.0 version: link:../dds-css '@devslab/dds-icons': - specifier: workspace:0.5.2 + specifier: workspace:0.6.0 version: link:../dds-icons '@devslab/dds-tokens': - specifier: workspace:0.5.2 + specifier: workspace:0.6.0 version: link:../dds-tokens devDependencies: '@testing-library/jest-dom': @@ -120,7 +120,7 @@ importers: packages/site-kit: dependencies: '@devslab/dds-solid': - specifier: workspace:0.5.2 + specifier: workspace:0.6.0 version: link:../dds-solid devDependencies: '@tanstack/solid-router':