Skip to content
Merged
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
7 changes: 0 additions & 7 deletions .changeset/site-kit-brand-icon-links.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/compatibility-canary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"verify:dependencies": "node scripts/verify-install.mjs && node scripts/verify-dependencies.mjs"
},
"dependencies": {
"@devslab/dds-table": "workspace:0.11.1",
"@devslab/dds-table": "workspace:0.12.0",
"@tanstack/solid-query": "5.102.8",
"@tanstack/solid-router": "1.170.30",
"@tanstack/solid-start": "1.168.47",
Expand Down
2 changes: 2 additions & 0 deletions packages/dds-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @devslab/dds-css

## 0.12.0

## 0.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dds-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devslab/dds-css",
"version": "0.11.1",
"version": "0.12.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",
Expand Down
2 changes: 2 additions & 0 deletions packages/dds-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @devslab/dds-icons

## 0.12.0

## 0.11.1

## 0.11.0
Expand Down
2 changes: 1 addition & 1 deletion packages/dds-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devslab/dds-icons",
"version": "0.11.1",
"version": "0.12.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",
Expand Down
8 changes: 8 additions & 0 deletions packages/dds-solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @devslab/dds-solid

## 0.12.0

### Patch Changes

- @devslab/dds-tokens@0.12.0
- @devslab/dds-css@0.12.0
- @devslab/dds-icons@0.12.0

## 0.11.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/dds-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devslab/dds-solid",
"version": "0.11.1",
"version": "0.12.0",
"description": "Accessible SolidJS primitives for the DevsLab Design System",
"type": "module",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -43,9 +43,9 @@
"test:a11y": "vitest run --config vitest.config.ts src/__tests__/a11y.test.tsx"
},
"dependencies": {
"@devslab/dds-css": "workspace:0.11.1",
"@devslab/dds-icons": "workspace:0.11.1",
"@devslab/dds-tokens": "workspace:0.11.1"
"@devslab/dds-css": "workspace:0.12.0",
"@devslab/dds-icons": "workspace:0.12.0",
"@devslab/dds-tokens": "workspace:0.12.0"
},
"peerDependencies": {
"solid-js": "1.9.15"
Expand Down
7 changes: 7 additions & 0 deletions packages/dds-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @devslab/dds-table

## 0.12.0

### Patch Changes

- @devslab/dds-tokens@0.12.0
- @devslab/dds-css@0.12.0

## 0.11.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/dds-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devslab/dds-table",
"version": "0.11.1",
"version": "0.12.0",
"description": "Declarative data table for the DevsLab Design System",
"type": "module",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -38,8 +38,8 @@
"test:a11y": "vitest run --config vitest.config.ts src/__tests__/a11y.test.tsx"
},
"dependencies": {
"@devslab/dds-css": "workspace:0.11.1",
"@devslab/dds-tokens": "workspace:0.11.1",
"@devslab/dds-css": "workspace:0.12.0",
"@devslab/dds-tokens": "workspace:0.12.0",
"@tanstack/solid-table": "9.2.4"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/dds-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @devslab/dds-tokens

## 0.12.0

## 0.11.1

## 0.11.0
Expand Down
2 changes: 1 addition & 1 deletion packages/dds-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devslab/dds-tokens",
"version": "0.11.1",
"version": "0.12.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",
Expand Down
12 changes: 12 additions & 0 deletions packages/site-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @devslab/site-kit

## 0.12.0

### Minor Changes

- ee2bee6: `brandIconLinks()` and `BRAND_ICON_FILES`: one place that says which `@devslab/linq-brand` icon files a page head links, and in what order — SVG first, a 48px PNG so search engines have a declared square of the size they ask for, the 16/32/48 ICO for the bare-URL convention, the 180px apple-touch icon. `toTanStackHead(metadata, { icons })` appends them (`true` for the `/brand` default, or `{ basePath }`); omitted, nothing changes. Before this, the four family sites each linked a different subset, and one linked none — its search result kept showing the icon from before the mark changed.

`brandIconLinks()`와 `BRAND_ICON_FILES`: 페이지 head가 `@devslab/linq-brand`의 어떤 아이콘 파일을 어떤 순서로 링크하는지 정하는 한 자리 — SVG 먼저, 검색엔진이 요구하는 크기의 선언된 정사각형으로 48px PNG, 주소만으로 요청되는 관례용 16/32/48 ICO, 180px 애플 터치 아이콘. `toTanStackHead(metadata, { icons })`가 이를 덧붙인다(`true`면 `/brand` 기본값, 또는 `{ basePath }`). 생략하면 아무것도 바뀌지 않는다. 이전에는 가족 사이트 넷이 각자 다른 부분집합을 링크했고, 하나는 아무것도 링크하지 않아 마크가 바뀐 뒤에도 검색 결과가 옛 아이콘을 계속 보여줬다.

### Patch Changes

- @devslab/dds-solid@0.12.0

## 0.11.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/site-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devslab/site-kit",
"version": "0.11.1",
"version": "0.12.0",
"description": "Strict i18n, SEO/GEO, and Solid public-site shells for DevsLab products",
"type": "module",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -67,7 +67,7 @@
"test:worker": "wrangler deploy --dry-run --config fixtures/worker/wrangler.jsonc --outdir dist-worker"
},
"dependencies": {
"@devslab/dds-solid": "workspace:0.11.1"
"@devslab/dds-solid": "workspace:0.12.0"
},
"peerDependencies": {
"@tanstack/solid-router": "1.170.30",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.