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
16 changes: 0 additions & 16 deletions .changeset/dependency-upgrades.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/field-group-targeted-selectors.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/playground-design-system-blocks.md

This file was deleted.

12 changes: 12 additions & 0 deletions apps/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@styleframe/playground",
"private": true,
"version": "0.1.5",
"version": "0.1.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions config/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/typescript/package.json
Original file line number Diff line number Diff line change
@@ -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 <alex@styleframe.dev>",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions config/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/vite/package.json
Original file line number Diff line number Diff line change
@@ -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 <alex@styleframe.dev>",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions engine/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions engine/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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:",
Expand Down
6 changes: 6 additions & 0 deletions engine/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions engine/loader/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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:",
Expand Down
6 changes: 6 additions & 0 deletions engine/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions engine/runtime/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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:",
Expand Down
6 changes: 6 additions & 0 deletions engine/scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions engine/scanner/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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:",
Expand Down
9 changes: 9 additions & 0 deletions engine/styleframe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
16 changes: 8 additions & 8 deletions engine/styleframe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "styleframe",
"version": "3.9.0",
"version": "3.9.1",
"bin": {
"styleframe": "./dist/cli.js"
},
Expand Down Expand Up @@ -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": {
Expand All @@ -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:",
Expand Down
6 changes: 6 additions & 0 deletions engine/transpiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions engine/transpiler/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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:",
Expand Down
Loading
Loading