diff --git a/.changeset/dependency-upgrades.md b/.changeset/dependency-upgrades.md deleted file mode 100644 index 1807a288..00000000 --- a/.changeset/dependency-upgrades.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"@styleframe/cli": patch -"@styleframe/config-typescript": patch -"@styleframe/config-vite": patch -"@styleframe/core": patch -"@styleframe/figma": patch -"@styleframe/loader": patch -"@styleframe/plugin": patch -"@styleframe/runtime": patch -"@styleframe/scanner": patch -"@styleframe/theme": patch -"@styleframe/transpiler": patch -"styleframe": patch ---- - -Upgrade runtime and dev dependencies across all packages (jiti, csstype, citty, rollup, vitest, turbo, oxlint, biome, changesets, and Nuxt ecosystem packages). diff --git a/.changeset/field-group-targeted-selectors.md b/.changeset/field-group-targeted-selectors.md deleted file mode 100644 index 73fccef9..00000000 --- a/.changeset/field-group-targeted-selectors.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@styleframe/theme": patch ---- - -Fix field-group horizontal/vertical border joining to target known control classes (`.input`, `.textarea`, `.select`, `.button`, `.dropdown`) instead of all children (`*`), using `:where`/`:is` for correct specificity. diff --git a/.changeset/playground-design-system-blocks.md b/.changeset/playground-design-system-blocks.md deleted file mode 100644 index 05ea8f61..00000000 --- a/.changeset/playground-design-system-blocks.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@styleframe/theme": patch ---- - -Simplify field-group recipe selector: consolidate `.input`, `.select`, `.textarea` flex-grow rules into a single joined selector. diff --git a/apps/playground/CHANGELOG.md b/apps/playground/CHANGELOG.md index 3b81f89d..f9999505 100644 --- a/apps/playground/CHANGELOG.md +++ b/apps/playground/CHANGELOG.md @@ -1,5 +1,17 @@ # @styleframe/playground +## 0.1.6 + +### Patch Changes + +- Updated dependencies [[`778bfc9`](https://github.com/styleframe-dev/styleframe/commit/778bfc96e56fcf4bfb03ea485de0bc716b9b98b8), [`2092696`](https://github.com/styleframe-dev/styleframe/commit/20926963037477f2b4278d3cdf71cec5adab1597), [`414e2fe`](https://github.com/styleframe-dev/styleframe/commit/414e2feb1dc7817e8e8318a7ee02cc5b5b60e833)]: + - @styleframe/core@3.6.2 + - @styleframe/runtime@3.2.2 + - @styleframe/scanner@3.2.2 + - @styleframe/theme@3.8.1 + - @styleframe/transpiler@3.4.2 + - styleframe@3.9.1 + ## 0.1.5 ### Patch Changes diff --git a/apps/playground/package.json b/apps/playground/package.json index c3c2d0ce..7ccb5061 100644 --- a/apps/playground/package.json +++ b/apps/playground/package.json @@ -1,7 +1,7 @@ { "name": "@styleframe/playground", "private": true, - "version": "0.1.5", + "version": "0.1.6", "type": "module", "scripts": { "dev": "vite", diff --git a/config/typescript/CHANGELOG.md b/config/typescript/CHANGELOG.md index ed440583..30ffa62c 100644 --- a/config/typescript/CHANGELOG.md +++ b/config/typescript/CHANGELOG.md @@ -1,5 +1,11 @@ # @styleframe/config-typescript +## 3.0.1 + +### Patch Changes + +- [#268](https://github.com/styleframe-dev/styleframe/pull/268) [`778bfc9`](https://github.com/styleframe-dev/styleframe/commit/778bfc96e56fcf4bfb03ea485de0bc716b9b98b8) Thanks [@alexgrozav](https://github.com/alexgrozav)! - Upgrade runtime and dev dependencies across all packages (jiti, csstype, citty, rollup, vitest, turbo, oxlint, biome, changesets, and Nuxt ecosystem packages). + ## 3.0.0 ### Major Changes diff --git a/config/typescript/package.json b/config/typescript/package.json index 4e4d22e7..9d760813 100644 --- a/config/typescript/package.json +++ b/config/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@styleframe/config-typescript", - "version": "3.0.0", + "version": "3.0.1", "description": "TypeScript configuration for styleframe projects.", "author": "Alex Grozav ", "type": "module", diff --git a/config/vite/CHANGELOG.md b/config/vite/CHANGELOG.md index d1795369..8bf5d110 100644 --- a/config/vite/CHANGELOG.md +++ b/config/vite/CHANGELOG.md @@ -1,5 +1,11 @@ # @styleframe/config-vite +## 3.1.1 + +### Patch Changes + +- [#268](https://github.com/styleframe-dev/styleframe/pull/268) [`778bfc9`](https://github.com/styleframe-dev/styleframe/commit/778bfc96e56fcf4bfb03ea485de0bc716b9b98b8) Thanks [@alexgrozav](https://github.com/alexgrozav)! - Upgrade runtime and dev dependencies across all packages (jiti, csstype, citty, rollup, vitest, turbo, oxlint, biome, changesets, and Nuxt ecosystem packages). + ## 3.1.0 ### Minor Changes diff --git a/config/vite/package.json b/config/vite/package.json index f129cc4f..c5376fbd 100644 --- a/config/vite/package.json +++ b/config/vite/package.json @@ -1,6 +1,6 @@ { "name": "@styleframe/config-vite", - "version": "3.1.0", + "version": "3.1.1", "description": "TypeScript configuration for styleframe projects.", "author": "Alex Grozav ", "type": "module", diff --git a/engine/core/CHANGELOG.md b/engine/core/CHANGELOG.md index 1cc941b6..a83589d4 100644 --- a/engine/core/CHANGELOG.md +++ b/engine/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @styleframe/core +## 3.6.2 + +### Patch Changes + +- [#268](https://github.com/styleframe-dev/styleframe/pull/268) [`778bfc9`](https://github.com/styleframe-dev/styleframe/commit/778bfc96e56fcf4bfb03ea485de0bc716b9b98b8) Thanks [@alexgrozav](https://github.com/alexgrozav)! - Upgrade runtime and dev dependencies across all packages (jiti, csstype, citty, rollup, vitest, turbo, oxlint, biome, changesets, and Nuxt ecosystem packages). + ## 3.6.1 ### Patch Changes diff --git a/engine/core/package.json b/engine/core/package.json index b3ca96fc..bebe9b1a 100644 --- a/engine/core/package.json +++ b/engine/core/package.json @@ -1,6 +1,6 @@ { "name": "@styleframe/core", - "version": "3.6.1", + "version": "3.6.2", "type": "module", "types": "./dist/index.d.ts", "module": "./dist/styleframe.js", @@ -38,8 +38,8 @@ }, "devDependencies": { "@microsoft/api-extractor": "catalog:", - "@styleframe/config-typescript": "workspace:^3.0.0", - "@styleframe/config-vite": "workspace:^3.1.0", + "@styleframe/config-typescript": "workspace:^3.0.1", + "@styleframe/config-vite": "workspace:^3.1.1", "@styleframe/license": "catalog:", "@vitest/coverage-v8": "catalog:", "typescript": "catalog:", diff --git a/engine/loader/CHANGELOG.md b/engine/loader/CHANGELOG.md index 2b95e09b..dbf016b9 100644 --- a/engine/loader/CHANGELOG.md +++ b/engine/loader/CHANGELOG.md @@ -1,5 +1,11 @@ # @styleframe/loader +## 3.0.4 + +### Patch Changes + +- [#268](https://github.com/styleframe-dev/styleframe/pull/268) [`778bfc9`](https://github.com/styleframe-dev/styleframe/commit/778bfc96e56fcf4bfb03ea485de0bc716b9b98b8) Thanks [@alexgrozav](https://github.com/alexgrozav)! - Upgrade runtime and dev dependencies across all packages (jiti, csstype, citty, rollup, vitest, turbo, oxlint, biome, changesets, and Nuxt ecosystem packages). + ## 3.0.3 ### Patch Changes diff --git a/engine/loader/package.json b/engine/loader/package.json index abb70e46..d4176db1 100644 --- a/engine/loader/package.json +++ b/engine/loader/package.json @@ -1,6 +1,6 @@ { "name": "@styleframe/loader", - "version": "3.0.3", + "version": "3.0.4", "type": "module", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -44,11 +44,11 @@ }, "devDependencies": { "@microsoft/api-extractor": "catalog:", - "@styleframe/config-typescript": "workspace:^3.0.0", - "@styleframe/config-vite": "workspace:^3.1.0", - "@styleframe/core": "workspace:^3.6.1", + "@styleframe/config-typescript": "workspace:^3.0.1", + "@styleframe/config-vite": "workspace:^3.1.1", + "@styleframe/core": "workspace:^3.6.2", "@styleframe/license": "catalog:", - "@styleframe/transpiler": "workspace:^3.4.1", + "@styleframe/transpiler": "workspace:^3.4.2", "@vitest/coverage-v8": "catalog:", "tsx": "catalog:", "typescript": "catalog:", diff --git a/engine/runtime/CHANGELOG.md b/engine/runtime/CHANGELOG.md index 2207b725..b1bb2838 100644 --- a/engine/runtime/CHANGELOG.md +++ b/engine/runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # @styleframe/runtime +## 3.2.2 + +### Patch Changes + +- [#268](https://github.com/styleframe-dev/styleframe/pull/268) [`778bfc9`](https://github.com/styleframe-dev/styleframe/commit/778bfc96e56fcf4bfb03ea485de0bc716b9b98b8) Thanks [@alexgrozav](https://github.com/alexgrozav)! - Upgrade runtime and dev dependencies across all packages (jiti, csstype, citty, rollup, vitest, turbo, oxlint, biome, changesets, and Nuxt ecosystem packages). + ## 3.2.1 ### Patch Changes diff --git a/engine/runtime/package.json b/engine/runtime/package.json index 0f7b733d..1bd3f61e 100644 --- a/engine/runtime/package.json +++ b/engine/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@styleframe/runtime", - "version": "3.2.1", + "version": "3.2.2", "type": "module", "types": "./dist/index.d.ts", "module": "./dist/runtime.js", @@ -32,9 +32,9 @@ }, "devDependencies": { "@microsoft/api-extractor": "catalog:", - "@styleframe/config-typescript": "workspace:^3.0.0", - "@styleframe/config-vite": "workspace:^3.1.0", - "@styleframe/core": "workspace:^3.6.1", + "@styleframe/config-typescript": "workspace:^3.0.1", + "@styleframe/config-vite": "workspace:^3.1.1", + "@styleframe/core": "workspace:^3.6.2", "@vitest/coverage-v8": "catalog:", "typescript": "catalog:", "vite": "catalog:", diff --git a/engine/scanner/CHANGELOG.md b/engine/scanner/CHANGELOG.md index ed60bb11..5dc8faa1 100644 --- a/engine/scanner/CHANGELOG.md +++ b/engine/scanner/CHANGELOG.md @@ -1,5 +1,11 @@ # @styleframe/scanner +## 3.2.2 + +### Patch Changes + +- [#268](https://github.com/styleframe-dev/styleframe/pull/268) [`778bfc9`](https://github.com/styleframe-dev/styleframe/commit/778bfc96e56fcf4bfb03ea485de0bc716b9b98b8) Thanks [@alexgrozav](https://github.com/alexgrozav)! - Upgrade runtime and dev dependencies across all packages (jiti, csstype, citty, rollup, vitest, turbo, oxlint, biome, changesets, and Nuxt ecosystem packages). + ## 3.2.1 ### Patch Changes diff --git a/engine/scanner/package.json b/engine/scanner/package.json index 90bd8660..a66da05e 100644 --- a/engine/scanner/package.json +++ b/engine/scanner/package.json @@ -1,6 +1,6 @@ { "name": "@styleframe/scanner", - "version": "3.2.1", + "version": "3.2.2", "type": "module", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -50,9 +50,9 @@ }, "devDependencies": { "@microsoft/api-extractor": "catalog:", - "@styleframe/config-typescript": "workspace:^3.0.0", - "@styleframe/config-vite": "workspace:^3.1.0", - "@styleframe/core": "workspace:^3.6.1", + "@styleframe/config-typescript": "workspace:^3.0.1", + "@styleframe/config-vite": "workspace:^3.1.1", + "@styleframe/core": "workspace:^3.6.2", "@styleframe/license": "catalog:", "@vitest/coverage-v8": "catalog:", "typescript": "catalog:", diff --git a/engine/styleframe/CHANGELOG.md b/engine/styleframe/CHANGELOG.md index 402e9291..6b865d7e 100644 --- a/engine/styleframe/CHANGELOG.md +++ b/engine/styleframe/CHANGELOG.md @@ -1,5 +1,14 @@ # styleframe +## 3.9.1 + +### Patch Changes + +- [#268](https://github.com/styleframe-dev/styleframe/pull/268) [`778bfc9`](https://github.com/styleframe-dev/styleframe/commit/778bfc96e56fcf4bfb03ea485de0bc716b9b98b8) Thanks [@alexgrozav](https://github.com/alexgrozav)! - Upgrade runtime and dev dependencies across all packages (jiti, csstype, citty, rollup, vitest, turbo, oxlint, biome, changesets, and Nuxt ecosystem packages). + +- Updated dependencies [[`778bfc9`](https://github.com/styleframe-dev/styleframe/commit/778bfc96e56fcf4bfb03ea485de0bc716b9b98b8)]: + - @styleframe/cli@4.1.2 + ## 3.9.0 ### Minor Changes diff --git a/engine/styleframe/package.json b/engine/styleframe/package.json index 755648b0..2bf68548 100644 --- a/engine/styleframe/package.json +++ b/engine/styleframe/package.json @@ -1,6 +1,6 @@ { "name": "styleframe", - "version": "3.9.0", + "version": "3.9.1", "bin": { "styleframe": "./dist/cli.js" }, @@ -151,7 +151,7 @@ "release": "bumpp && npm publish" }, "dependencies": { - "@styleframe/cli": "workspace:^4.1.1", + "@styleframe/cli": "workspace:^4.1.2", "@styleframe/license": "catalog:" }, "peerDependencies": { @@ -161,12 +161,12 @@ "@styleframe/transpiler": "workspace:^3.4.1" }, "devDependencies": { - "@styleframe/config-typescript": "workspace:^3.0.0", - "@styleframe/cli": "workspace:^4.1.1", - "@styleframe/plugin": "workspace:^3.4.0", - "@styleframe/core": "workspace:^3.6.1", - "@styleframe/loader": "workspace:^3.0.3", - "@styleframe/transpiler": "workspace:^3.4.1", + "@styleframe/config-typescript": "workspace:^3.0.1", + "@styleframe/cli": "workspace:^4.1.2", + "@styleframe/plugin": "workspace:^3.4.1", + "@styleframe/core": "workspace:^3.6.2", + "@styleframe/loader": "workspace:^3.0.4", + "@styleframe/transpiler": "workspace:^3.4.2", "@types/node": "catalog:", "@vitest/coverage-v8": "catalog:", "bumpp": "catalog:", diff --git a/engine/transpiler/CHANGELOG.md b/engine/transpiler/CHANGELOG.md index ab059664..f238d06b 100644 --- a/engine/transpiler/CHANGELOG.md +++ b/engine/transpiler/CHANGELOG.md @@ -1,5 +1,11 @@ # @styleframe/transpiler +## 3.4.2 + +### Patch Changes + +- [#268](https://github.com/styleframe-dev/styleframe/pull/268) [`778bfc9`](https://github.com/styleframe-dev/styleframe/commit/778bfc96e56fcf4bfb03ea485de0bc716b9b98b8) Thanks [@alexgrozav](https://github.com/alexgrozav)! - Upgrade runtime and dev dependencies across all packages (jiti, csstype, citty, rollup, vitest, turbo, oxlint, biome, changesets, and Nuxt ecosystem packages). + ## 3.4.1 ### Patch Changes diff --git a/engine/transpiler/package.json b/engine/transpiler/package.json index f8000cb0..2ffb1258 100644 --- a/engine/transpiler/package.json +++ b/engine/transpiler/package.json @@ -1,6 +1,6 @@ { "name": "@styleframe/transpiler", - "version": "3.4.1", + "version": "3.4.2", "type": "module", "types": "./dist/index.d.ts", "module": "./dist/transpiler.js", @@ -39,9 +39,9 @@ }, "devDependencies": { "@microsoft/api-extractor": "catalog:", - "@styleframe/config-typescript": "workspace:^3.0.0", - "@styleframe/config-vite": "workspace:^3.1.0", - "@styleframe/core": "workspace:^3.6.1", + "@styleframe/config-typescript": "workspace:^3.0.1", + "@styleframe/config-vite": "workspace:^3.1.1", + "@styleframe/core": "workspace:^3.6.2", "@styleframe/license": "catalog:", "@vitest/coverage-v8": "catalog:", "typescript": "catalog:", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index eace65dd..abb9f5aa 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -787,10 +787,10 @@ importers: specifier: 'catalog:' version: 7.58.9(@types/node@24.10.4) '@styleframe/config-typescript': - specifier: workspace:^3.0.0 + specifier: workspace:^3.0.1 version: link:../../config/typescript '@styleframe/config-vite': - specifier: workspace:^3.1.0 + specifier: workspace:^3.1.1 version: link:../../config/vite '@styleframe/license': specifier: 'catalog:' @@ -824,19 +824,19 @@ importers: specifier: 'catalog:' version: 7.58.9(@types/node@24.10.4) '@styleframe/config-typescript': - specifier: workspace:^3.0.0 + specifier: workspace:^3.0.1 version: link:../../config/typescript '@styleframe/config-vite': - specifier: workspace:^3.1.0 + specifier: workspace:^3.1.1 version: link:../../config/vite '@styleframe/core': - specifier: workspace:^3.6.1 + specifier: workspace:^3.6.2 version: link:../core '@styleframe/license': specifier: 'catalog:' version: 2.0.2 '@styleframe/transpiler': - specifier: workspace:^3.4.1 + specifier: workspace:^3.4.2 version: link:../transpiler '@vitest/coverage-v8': specifier: 'catalog:' @@ -863,13 +863,13 @@ importers: specifier: 'catalog:' version: 7.58.9(@types/node@24.10.4) '@styleframe/config-typescript': - specifier: workspace:^3.0.0 + specifier: workspace:^3.0.1 version: link:../../config/typescript '@styleframe/config-vite': - specifier: workspace:^3.1.0 + specifier: workspace:^3.1.1 version: link:../../config/vite '@styleframe/core': - specifier: workspace:^3.6.1 + specifier: workspace:^3.6.2 version: link:../core '@vitest/coverage-v8': specifier: 'catalog:' @@ -900,13 +900,13 @@ importers: specifier: 'catalog:' version: 7.58.9(@types/node@24.10.4) '@styleframe/config-typescript': - specifier: workspace:^3.0.0 + specifier: workspace:^3.0.1 version: link:../../config/typescript '@styleframe/config-vite': - specifier: workspace:^3.1.0 + specifier: workspace:^3.1.1 version: link:../../config/vite '@styleframe/core': - specifier: workspace:^3.6.1 + specifier: workspace:^3.6.2 version: link:../core '@styleframe/license': specifier: 'catalog:' @@ -930,26 +930,26 @@ importers: engine/styleframe: dependencies: '@styleframe/cli': - specifier: workspace:^4.1.1 + specifier: workspace:^4.1.2 version: link:../../tooling/cli '@styleframe/license': specifier: 'catalog:' version: 2.0.2 devDependencies: '@styleframe/config-typescript': - specifier: workspace:^3.0.0 + specifier: workspace:^3.0.1 version: link:../../config/typescript '@styleframe/core': - specifier: workspace:^3.6.1 + specifier: workspace:^3.6.2 version: link:../core '@styleframe/loader': - specifier: workspace:^3.0.3 + specifier: workspace:^3.0.4 version: link:../loader '@styleframe/plugin': - specifier: workspace:^3.4.0 + specifier: workspace:^3.4.1 version: link:../../tooling/plugin '@styleframe/transpiler': - specifier: workspace:^3.4.1 + specifier: workspace:^3.4.2 version: link:../transpiler '@types/node': specifier: 'catalog:' @@ -980,13 +980,13 @@ importers: specifier: 'catalog:' version: 7.58.9(@types/node@24.10.4) '@styleframe/config-typescript': - specifier: workspace:^3.0.0 + specifier: workspace:^3.0.1 version: link:../../config/typescript '@styleframe/config-vite': - specifier: workspace:^3.1.0 + specifier: workspace:^3.1.1 version: link:../../config/vite '@styleframe/core': - specifier: workspace:^3.6.1 + specifier: workspace:^3.6.2 version: link:../core '@styleframe/license': specifier: 'catalog:' @@ -1071,13 +1071,13 @@ importers: specifier: 'catalog:' version: 1.60.0 '@styleframe/config-typescript': - specifier: workspace:^3.0.0 + specifier: workspace:^3.0.1 version: link:../../config/typescript '@styleframe/config-vite': - specifier: workspace:^3.1.0 + specifier: workspace:^3.1.1 version: link:../../config/vite '@styleframe/theme': - specifier: workspace:^3.8.0 + specifier: workspace:^3.8.1 version: link:../../theme '@types/node': specifier: 'catalog:' @@ -1095,7 +1095,7 @@ importers: specifier: ^0.10.0 version: 0.10.0 styleframe: - specifier: workspace:^3.9.0 + specifier: workspace:^3.9.1 version: link:../../engine/styleframe tsx: specifier: 'catalog:' @@ -1129,16 +1129,16 @@ importers: specifier: 'catalog:' version: 7.58.9(@types/node@24.10.4) '@styleframe/config-typescript': - specifier: workspace:^3.0.0 + specifier: workspace:^3.0.1 version: link:../config/typescript '@styleframe/config-vite': - specifier: workspace:^3.1.0 + specifier: workspace:^3.1.1 version: link:../config/vite '@styleframe/core': - specifier: workspace:^3.6.1 + specifier: workspace:^3.6.2 version: link:../engine/core '@styleframe/transpiler': - specifier: workspace:^3.4.1 + specifier: workspace:^3.4.2 version: link:../engine/transpiler '@vitest/coverage-v8': specifier: 'catalog:' @@ -1178,22 +1178,22 @@ importers: specifier: 'catalog:' version: 7.58.9(@types/node@24.10.4) '@styleframe/config-typescript': - specifier: workspace:^3.0.0 + specifier: workspace:^3.0.1 version: link:../../config/typescript '@styleframe/config-vite': - specifier: workspace:^3.1.0 + specifier: workspace:^3.1.1 version: link:../../config/vite '@styleframe/core': - specifier: workspace:^3.6.1 + specifier: workspace:^3.6.2 version: link:../../engine/core '@styleframe/license': specifier: 'catalog:' version: 2.0.2 '@styleframe/loader': - specifier: workspace:^3.0.3 + specifier: workspace:^3.0.4 version: link:../../engine/loader '@styleframe/theme': - specifier: workspace:^3.8.0 + specifier: workspace:^3.8.1 version: link:../../theme '@vitest/coverage-v8': specifier: 'catalog:' @@ -1361,16 +1361,16 @@ importers: tooling/plugin/playground: devDependencies: '@styleframe/runtime': - specifier: workspace:^3.2.1 + specifier: workspace:^3.2.2 version: link:../../../engine/runtime '@styleframe/theme': - specifier: workspace:^3.8.0 + specifier: workspace:^3.8.1 version: link:../../../theme '@vitejs/plugin-vue': specifier: catalog:nuxt version: 6.0.7(vite@8.0.16(@types/node@24.10.4)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.44.0)(tsx@4.22.4)(yaml@2.9.0))(vue@3.5.38(typescript@6.0.3)) styleframe: - specifier: workspace:^3.9.0 + specifier: workspace:^3.9.1 version: link:../../../engine/styleframe vite: specifier: 'catalog:' diff --git a/testing/integration/package.json b/testing/integration/package.json index 42aa12c5..888c915f 100644 --- a/testing/integration/package.json +++ b/testing/integration/package.json @@ -26,15 +26,15 @@ "devDependencies": { "@microsoft/api-extractor": "catalog:", "@playwright/test": "catalog:", - "@styleframe/config-typescript": "workspace:^3.0.0", - "@styleframe/config-vite": "workspace:^3.1.0", - "@styleframe/theme": "workspace:^3.8.0", + "@styleframe/config-typescript": "workspace:^3.0.1", + "@styleframe/config-vite": "workspace:^3.1.1", + "@styleframe/theme": "workspace:^3.8.1", "@types/node": "catalog:", "@types/shelljs": "^0.10.0", "@vitest/coverage-v8": "catalog:", "playwright": "catalog:", "shelljs": "^0.10.0", - "styleframe": "workspace:^3.9.0", + "styleframe": "workspace:^3.9.1", "tsx": "catalog:", "typescript": "catalog:", "vite": "catalog:", diff --git a/theme/CHANGELOG.md b/theme/CHANGELOG.md index 048779d2..161b7817 100644 --- a/theme/CHANGELOG.md +++ b/theme/CHANGELOG.md @@ -1,5 +1,15 @@ # @styleframe/theme +## 3.8.1 + +### Patch Changes + +- [#268](https://github.com/styleframe-dev/styleframe/pull/268) [`778bfc9`](https://github.com/styleframe-dev/styleframe/commit/778bfc96e56fcf4bfb03ea485de0bc716b9b98b8) Thanks [@alexgrozav](https://github.com/alexgrozav)! - Upgrade runtime and dev dependencies across all packages (jiti, csstype, citty, rollup, vitest, turbo, oxlint, biome, changesets, and Nuxt ecosystem packages). + +- [#274](https://github.com/styleframe-dev/styleframe/pull/274) [`2092696`](https://github.com/styleframe-dev/styleframe/commit/20926963037477f2b4278d3cdf71cec5adab1597) Thanks [@alexgrozav](https://github.com/alexgrozav)! - Fix field-group horizontal/vertical border joining to target known control classes (`.input`, `.textarea`, `.select`, `.button`, `.dropdown`) instead of all children (`*`), using `:where`/`:is` for correct specificity. + +- [#272](https://github.com/styleframe-dev/styleframe/pull/272) [`414e2fe`](https://github.com/styleframe-dev/styleframe/commit/414e2feb1dc7817e8e8318a7ee02cc5b5b60e833) Thanks [@alexgrozav](https://github.com/alexgrozav)! - Simplify field-group recipe selector: consolidate `.input`, `.select`, `.textarea` flex-grow rules into a single joined selector. + ## 3.8.0 ### Minor Changes diff --git a/theme/package.json b/theme/package.json index f2291e4b..9520110b 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,6 +1,6 @@ { "name": "@styleframe/theme", - "version": "3.8.0", + "version": "3.8.1", "type": "module", "types": "./dist/index.d.ts", "module": "./dist/theme.js", @@ -32,10 +32,10 @@ }, "devDependencies": { "@microsoft/api-extractor": "catalog:", - "@styleframe/config-typescript": "workspace:^3.0.0", - "@styleframe/config-vite": "workspace:^3.1.0", - "@styleframe/core": "workspace:^3.6.1", - "@styleframe/transpiler": "workspace:^3.4.1", + "@styleframe/config-typescript": "workspace:^3.0.1", + "@styleframe/config-vite": "workspace:^3.1.1", + "@styleframe/core": "workspace:^3.6.2", + "@styleframe/transpiler": "workspace:^3.4.2", "@vitest/coverage-v8": "catalog:", "typescript": "catalog:", "vite": "catalog:", diff --git a/tooling/cli/CHANGELOG.md b/tooling/cli/CHANGELOG.md index 237e29ad..e30c398f 100644 --- a/tooling/cli/CHANGELOG.md +++ b/tooling/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # @styleframe/cli +## 4.1.2 + +### Patch Changes + +- [#268](https://github.com/styleframe-dev/styleframe/pull/268) [`778bfc9`](https://github.com/styleframe-dev/styleframe/commit/778bfc96e56fcf4bfb03ea485de0bc716b9b98b8) Thanks [@alexgrozav](https://github.com/alexgrozav)! - Upgrade runtime and dev dependencies across all packages (jiti, csstype, citty, rollup, vitest, turbo, oxlint, biome, changesets, and Nuxt ecosystem packages). + +- Updated dependencies [[`778bfc9`](https://github.com/styleframe-dev/styleframe/commit/778bfc96e56fcf4bfb03ea485de0bc716b9b98b8)]: + - @styleframe/figma@2.1.1 + ## 4.1.1 ### Patch Changes diff --git a/tooling/cli/package.json b/tooling/cli/package.json index a17d9453..7ba61edc 100644 --- a/tooling/cli/package.json +++ b/tooling/cli/package.json @@ -1,6 +1,6 @@ { "name": "@styleframe/cli", - "version": "4.1.1", + "version": "4.1.2", "description": "A command-line interface for styleframe.", "type": "module", "types": "./dist/index.d.ts", @@ -45,12 +45,12 @@ }, "devDependencies": { "@microsoft/api-extractor": "catalog:", - "@styleframe/config-typescript": "workspace:^3.0.0", - "@styleframe/config-vite": "workspace:^3.1.0", - "@styleframe/core": "workspace:^3.6.1", + "@styleframe/config-typescript": "workspace:^3.0.1", + "@styleframe/config-vite": "workspace:^3.1.1", + "@styleframe/core": "workspace:^3.6.2", "@styleframe/license": "catalog:", - "@styleframe/theme": "workspace:^3.8.0", - "@styleframe/loader": "workspace:^3.0.3", + "@styleframe/theme": "workspace:^3.8.1", + "@styleframe/loader": "workspace:^3.0.4", "@vitest/coverage-v8": "catalog:", "tsx": "catalog:", "typescript": "catalog:", diff --git a/tooling/figma/CHANGELOG.md b/tooling/figma/CHANGELOG.md index 5a5550f4..9db0b0a4 100644 --- a/tooling/figma/CHANGELOG.md +++ b/tooling/figma/CHANGELOG.md @@ -1,5 +1,14 @@ # @styleframe/figma +## 2.1.1 + +### Patch Changes + +- [#268](https://github.com/styleframe-dev/styleframe/pull/268) [`778bfc9`](https://github.com/styleframe-dev/styleframe/commit/778bfc96e56fcf4bfb03ea485de0bc716b9b98b8) Thanks [@alexgrozav](https://github.com/alexgrozav)! - Upgrade runtime and dev dependencies across all packages (jiti, csstype, citty, rollup, vitest, turbo, oxlint, biome, changesets, and Nuxt ecosystem packages). + +- Updated dependencies [[`778bfc9`](https://github.com/styleframe-dev/styleframe/commit/778bfc96e56fcf4bfb03ea485de0bc716b9b98b8)]: + - @styleframe/core@3.6.2 + ## 2.1.0 ### Minor Changes diff --git a/tooling/figma/package.json b/tooling/figma/package.json index fee8ea57..872bd5a7 100644 --- a/tooling/figma/package.json +++ b/tooling/figma/package.json @@ -1,7 +1,7 @@ { "name": "@styleframe/figma", "type": "module", - "version": "2.1.0", + "version": "2.1.1", "description": "Figma plugin for syncing Styleframe variables with Figma variables", "license": "MIT", "keywords": [ diff --git a/tooling/plugin/CHANGELOG.md b/tooling/plugin/CHANGELOG.md index 1825c052..a25bd705 100644 --- a/tooling/plugin/CHANGELOG.md +++ b/tooling/plugin/CHANGELOG.md @@ -1,5 +1,16 @@ # @styleframe/plugin +## 3.4.1 + +### Patch Changes + +- [#268](https://github.com/styleframe-dev/styleframe/pull/268) [`778bfc9`](https://github.com/styleframe-dev/styleframe/commit/778bfc96e56fcf4bfb03ea485de0bc716b9b98b8) Thanks [@alexgrozav](https://github.com/alexgrozav)! - Upgrade runtime and dev dependencies across all packages (jiti, csstype, citty, rollup, vitest, turbo, oxlint, biome, changesets, and Nuxt ecosystem packages). + +- Updated dependencies [[`778bfc9`](https://github.com/styleframe-dev/styleframe/commit/778bfc96e56fcf4bfb03ea485de0bc716b9b98b8)]: + - @styleframe/loader@3.0.4 + - @styleframe/scanner@3.2.2 + - @styleframe/transpiler@3.4.2 + ## 3.4.0 ### Minor Changes diff --git a/tooling/plugin/package.json b/tooling/plugin/package.json index 336f37e0..59e56d8c 100644 --- a/tooling/plugin/package.json +++ b/tooling/plugin/package.json @@ -1,7 +1,7 @@ { "name": "@styleframe/plugin", "type": "module", - "version": "3.4.0", + "version": "3.4.1", "description": "Unplugin for Styleframe. Use it with Vite, Webpack, Astro, Nuxt, Rollup, Rspack, and more.", "license": "MIT", "keywords": [ diff --git a/tooling/plugin/playground/package.json b/tooling/plugin/playground/package.json index 315e97fa..b0aa47e4 100644 --- a/tooling/plugin/playground/package.json +++ b/tooling/plugin/playground/package.json @@ -8,10 +8,10 @@ "start": "vite" }, "devDependencies": { - "@styleframe/runtime": "workspace:^3.2.1", - "@styleframe/theme": "workspace:^3.8.0", + "@styleframe/runtime": "workspace:^3.2.2", + "@styleframe/theme": "workspace:^3.8.1", "@vitejs/plugin-vue": "catalog:nuxt", - "styleframe": "workspace:^3.9.0", + "styleframe": "workspace:^3.9.1", "vite": "catalog:", "vite-plugin-inspect": "12.0.0-beta.3", "vue": "catalog:nuxt"