diff --git a/.changeset/dry-mirrors-wonder.md b/.changeset/dry-mirrors-wonder.md deleted file mode 100644 index a56aa475..00000000 --- a/.changeset/dry-mirrors-wonder.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@watching/clips-preact': patch -'@watching/clips-react': patch ---- - -Fix missing slots on React and Preact wrapper components diff --git a/.changeset/smooth-donkeys-sleep.md b/.changeset/smooth-donkeys-sleep.md deleted file mode 100644 index c1a48c88..00000000 --- a/.changeset/smooth-donkeys-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@watching/clips-svelte': patch ---- - -Update Svelte peer dependencies diff --git a/.changeset/swift-kangaroos-argue.md b/.changeset/swift-kangaroos-argue.md deleted file mode 100644 index b80f2efd..00000000 --- a/.changeset/swift-kangaroos-argue.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@watching/clips-preact': patch -'@watching/clips-react': patch -'@watching/clips': patch ---- - -Fix some more element definition issues diff --git a/.changeset/wet-readers-remember.md b/.changeset/wet-readers-remember.md deleted file mode 100644 index 16b63231..00000000 --- a/.changeset/wet-readers-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@watching/clips': patch ---- - -Fix `Stack.spacing` and `Grid.spacing` properties incorrectly mapping to `padding` diff --git a/packages/cli/package.json b/packages/cli/package.json index d865f989..058f1f41 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -81,7 +81,7 @@ "@watching/clips-svelte": "workspace:*" }, "peerDependencies": { - "@watching/clips": "^0.6.0" + "@watching/clips": "^0.6.1" }, "peerDependenciesMeta": { "@watching/clips": { diff --git a/packages/clips-preact/CHANGELOG.md b/packages/clips-preact/CHANGELOG.md index 5a0cde1a..2e55d299 100644 --- a/packages/clips-preact/CHANGELOG.md +++ b/packages/clips-preact/CHANGELOG.md @@ -1,5 +1,16 @@ # @watching/clips-preact +## 0.3.1 + +### Patch Changes + +- [`26d3ecaa`](https://github.com/lemonmade/watch/commit/26d3ecaa5dd0b735bcae082bceb209a35f8febc2) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix missing slots on React and Preact wrapper components + +- [`ba5df0ce`](https://github.com/lemonmade/watch/commit/ba5df0ce4d9ac0cfa6c966817c1620642b9c350d) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix some more element definition issues + +- Updated dependencies [[`ba5df0ce`](https://github.com/lemonmade/watch/commit/ba5df0ce4d9ac0cfa6c966817c1620642b9c350d), [`3f8d4c40`](https://github.com/lemonmade/watch/commit/3f8d4c406e69267ad231196595847102bc723741)]: + - @watching/clips@0.6.1 + ## 0.3.0 ### Minor Changes diff --git a/packages/clips-preact/package.json b/packages/clips-preact/package.json index d74f10d2..8f147929 100644 --- a/packages/clips-preact/package.json +++ b/packages/clips-preact/package.json @@ -1,6 +1,6 @@ { "name": "@watching/clips-preact", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "type": "module", "publishConfig": { diff --git a/packages/clips-react/CHANGELOG.md b/packages/clips-react/CHANGELOG.md index bf141754..c2931d64 100644 --- a/packages/clips-react/CHANGELOG.md +++ b/packages/clips-react/CHANGELOG.md @@ -1,5 +1,16 @@ # @watching/clips-react +## 0.5.1 + +### Patch Changes + +- [`26d3ecaa`](https://github.com/lemonmade/watch/commit/26d3ecaa5dd0b735bcae082bceb209a35f8febc2) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix missing slots on React and Preact wrapper components + +- [`ba5df0ce`](https://github.com/lemonmade/watch/commit/ba5df0ce4d9ac0cfa6c966817c1620642b9c350d) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix some more element definition issues + +- Updated dependencies [[`ba5df0ce`](https://github.com/lemonmade/watch/commit/ba5df0ce4d9ac0cfa6c966817c1620642b9c350d), [`3f8d4c40`](https://github.com/lemonmade/watch/commit/3f8d4c406e69267ad231196595847102bc723741)]: + - @watching/clips@0.6.1 + ## 0.5.0 ### Minor Changes diff --git a/packages/clips-react/package.json b/packages/clips-react/package.json index 3b544efd..90a50ea7 100644 --- a/packages/clips-react/package.json +++ b/packages/clips-react/package.json @@ -1,6 +1,6 @@ { "name": "@watching/clips-react", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "type": "module", "publishConfig": { diff --git a/packages/clips-svelte/CHANGELOG.md b/packages/clips-svelte/CHANGELOG.md index b22045f7..126cb386 100644 --- a/packages/clips-svelte/CHANGELOG.md +++ b/packages/clips-svelte/CHANGELOG.md @@ -1,5 +1,14 @@ # @watching/clips-svelte +## 0.3.1 + +### Patch Changes + +- [`b4005bd6`](https://github.com/lemonmade/watch/commit/b4005bd6c248406924167e5682006de22a1fbef6) Thanks [@lemonmade](https://github.com/lemonmade)! - Update Svelte peer dependencies + +- Updated dependencies [[`ba5df0ce`](https://github.com/lemonmade/watch/commit/ba5df0ce4d9ac0cfa6c966817c1620642b9c350d), [`3f8d4c40`](https://github.com/lemonmade/watch/commit/3f8d4c406e69267ad231196595847102bc723741)]: + - @watching/clips@0.6.1 + ## 0.3.0 ### Minor Changes diff --git a/packages/clips-svelte/package.json b/packages/clips-svelte/package.json index 5f8714bb..89286432 100644 --- a/packages/clips-svelte/package.json +++ b/packages/clips-svelte/package.json @@ -6,7 +6,7 @@ "access": "public", "@watching/registry": "https://registry.npmjs.org" }, - "version": "0.3.0", + "version": "0.3.1", "engines": { "node": ">=18.0.0" }, diff --git a/packages/clips/CHANGELOG.md b/packages/clips/CHANGELOG.md index 3a154e5e..4e079137 100644 --- a/packages/clips/CHANGELOG.md +++ b/packages/clips/CHANGELOG.md @@ -1,5 +1,13 @@ # @watching/clips +## 0.6.1 + +### Patch Changes + +- [`ba5df0ce`](https://github.com/lemonmade/watch/commit/ba5df0ce4d9ac0cfa6c966817c1620642b9c350d) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix some more element definition issues + +- [`3f8d4c40`](https://github.com/lemonmade/watch/commit/3f8d4c406e69267ad231196595847102bc723741) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix `Stack.spacing` and `Grid.spacing` properties incorrectly mapping to `padding` + ## 0.6.0 ### Minor Changes diff --git a/packages/clips/package.json b/packages/clips/package.json index 3e664f50..4b5e778f 100644 --- a/packages/clips/package.json +++ b/packages/clips/package.json @@ -1,6 +1,6 @@ { "name": "@watching/clips", - "version": "0.6.0", + "version": "0.6.1", "license": "MIT", "type": "module", "publishConfig": { diff --git a/packages/tools/package.json b/packages/tools/package.json index ada32464..769c84d3 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -76,7 +76,7 @@ "zod": "^3.21.4" }, "peerDependencies": { - "@watching/clips": "^0.6.0" + "@watching/clips": "^0.6.1" }, "peerDependenciesMeta": { "@watching/clips": { diff --git a/packages/zest/CHANGELOG.md b/packages/zest/CHANGELOG.md index d96aa7be..3dfaa02d 100644 --- a/packages/zest/CHANGELOG.md +++ b/packages/zest/CHANGELOG.md @@ -1,5 +1,12 @@ # @lemon/zest +## 0.1.32 + +### Patch Changes + +- Updated dependencies [[`ba5df0ce`](https://github.com/lemonmade/watch/commit/ba5df0ce4d9ac0cfa6c966817c1620642b9c350d), [`3f8d4c40`](https://github.com/lemonmade/watch/commit/3f8d4c406e69267ad231196595847102bc723741)]: + - @watching/clips@0.6.1 + ## 0.1.31 ### Patch Changes diff --git a/packages/zest/package.json b/packages/zest/package.json index 011856e7..60d2c0e1 100644 --- a/packages/zest/package.json +++ b/packages/zest/package.json @@ -1,6 +1,6 @@ { "name": "@lemon/zest", - "version": "0.1.31", + "version": "0.1.32", "type": "module", "license": "MIT", "private": true,