From 17cb6aca7d0a4f983d6f4a2cd8af70cf051b2557 Mon Sep 17 00:00:00 2001 From: Chris Sauve Date: Sun, 22 Sep 2024 21:22:20 -0400 Subject: [PATCH] =?UTF-8?q?Publish=20packages=20=F0=9F=9A=80=20(#348)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Publish packages Co-authored-by: github-actions[bot] --- .changeset/gentle-seas-jam.md | 9 --------- .changeset/neat-terms-smash.md | 5 ----- .changeset/perfect-pets-sing.md | 6 ------ .changeset/pretty-games-grab.md | 6 ------ packages/cli/CHANGELOG.md | 10 ++++++++++ packages/cli/package.json | 4 ++-- packages/clips-preact/CHANGELOG.md | 9 +++++++++ packages/clips-preact/package.json | 2 +- packages/clips-react/CHANGELOG.md | 9 +++++++++ packages/clips-react/package.json | 2 +- packages/clips-svelte/CHANGELOG.md | 7 +++++++ packages/clips-svelte/package.json | 2 +- packages/clips/CHANGELOG.md | 13 +++++++++++++ packages/clips/package.json | 4 ++-- packages/design/CHANGELOG.md | 8 ++++++++ packages/design/package.json | 2 +- packages/tools/CHANGELOG.md | 11 +++++++++++ packages/tools/package.json | 4 ++-- packages/zest/CHANGELOG.md | 8 ++++++++ packages/zest/package.json | 2 +- pnpm-lock.yaml | 2 +- 21 files changed, 87 insertions(+), 38 deletions(-) delete mode 100644 .changeset/gentle-seas-jam.md delete mode 100644 .changeset/neat-terms-smash.md delete mode 100644 .changeset/perfect-pets-sing.md delete mode 100644 .changeset/pretty-games-grab.md diff --git a/.changeset/gentle-seas-jam.md b/.changeset/gentle-seas-jam.md deleted file mode 100644 index 01f3f8ff..00000000 --- a/.changeset/gentle-seas-jam.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@watching/clips-preact': patch -'@watching/clips-react': patch -'@watching/design': patch -'@watching/clips': patch -'@watching/tools': patch ---- - -Rename `ui-action` to `ui-button` diff --git a/.changeset/neat-terms-smash.md b/.changeset/neat-terms-smash.md deleted file mode 100644 index fcd54564..00000000 --- a/.changeset/neat-terms-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@watching/clips': patch ---- - -Improve clips property setters diff --git a/.changeset/perfect-pets-sing.md b/.changeset/perfect-pets-sing.md deleted file mode 100644 index f134c244..00000000 --- a/.changeset/perfect-pets-sing.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@watching/design': patch -'@watching/clips': patch ---- - -Add basic support for `action` attribute on button diff --git a/.changeset/pretty-games-grab.md b/.changeset/pretty-games-grab.md deleted file mode 100644 index 8ccbf566..00000000 --- a/.changeset/pretty-games-grab.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@watching/tools': patch -'@watching/cli': patch ---- - -Update clip static content uploading diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 62bd5e98..4f1062d1 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # @watching/cli +## 2.2.1 + +### Patch Changes + +- [#346](https://github.com/lemonmade/watch/pull/346) [`65666e40`](https://github.com/lemonmade/watch/commit/65666e409eadeffd4d9538ae73ddf4e0076b850c) Thanks [@lemonmade](https://github.com/lemonmade)! - Update clip static content uploading + +- Updated dependencies [[`9f6aaa12`](https://github.com/lemonmade/watch/commit/9f6aaa125cd7bc465a24e571cf2d5ed7b87dafa7), [`85d3eb15`](https://github.com/lemonmade/watch/commit/85d3eb1570eb4e7be98641c2d13212a36d9c6122), [`65666e40`](https://github.com/lemonmade/watch/commit/65666e409eadeffd4d9538ae73ddf4e0076b850c), [`65666e40`](https://github.com/lemonmade/watch/commit/65666e409eadeffd4d9538ae73ddf4e0076b850c)]: + - @watching/clips@0.6.3 + - @watching/tools@0.3.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index f231ed71..f635c51c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -2,7 +2,7 @@ "name": "@watching/cli", "description": "A CLI to develop apps for watch.lemon.tools", "license": "MIT", - "version": "2.2.0", + "version": "2.2.1", "type": "module", "publishConfig": { "access": "public", @@ -81,7 +81,7 @@ "@watching/clips-svelte": "workspace:*" }, "peerDependencies": { - "@watching/clips": "^0.6.2" + "@watching/clips": "^0.6.3" }, "peerDependenciesMeta": { "@watching/clips": { diff --git a/packages/clips-preact/CHANGELOG.md b/packages/clips-preact/CHANGELOG.md index 6698b71f..8c947998 100644 --- a/packages/clips-preact/CHANGELOG.md +++ b/packages/clips-preact/CHANGELOG.md @@ -1,5 +1,14 @@ # @watching/clips-preact +## 0.3.3 + +### Patch Changes + +- [#347](https://github.com/lemonmade/watch/pull/347) [`9f6aaa12`](https://github.com/lemonmade/watch/commit/9f6aaa125cd7bc465a24e571cf2d5ed7b87dafa7) Thanks [@lemonmade](https://github.com/lemonmade)! - Rename `ui-action` to `ui-button` + +- Updated dependencies [[`9f6aaa12`](https://github.com/lemonmade/watch/commit/9f6aaa125cd7bc465a24e571cf2d5ed7b87dafa7), [`85d3eb15`](https://github.com/lemonmade/watch/commit/85d3eb1570eb4e7be98641c2d13212a36d9c6122), [`65666e40`](https://github.com/lemonmade/watch/commit/65666e409eadeffd4d9538ae73ddf4e0076b850c)]: + - @watching/clips@0.6.3 + ## 0.3.2 ### Patch Changes diff --git a/packages/clips-preact/package.json b/packages/clips-preact/package.json index 4d5e8502..3f1ca361 100644 --- a/packages/clips-preact/package.json +++ b/packages/clips-preact/package.json @@ -1,6 +1,6 @@ { "name": "@watching/clips-preact", - "version": "0.3.2", + "version": "0.3.3", "license": "MIT", "type": "module", "publishConfig": { diff --git a/packages/clips-react/CHANGELOG.md b/packages/clips-react/CHANGELOG.md index ddb3d1d6..537afd6e 100644 --- a/packages/clips-react/CHANGELOG.md +++ b/packages/clips-react/CHANGELOG.md @@ -1,5 +1,14 @@ # @watching/clips-react +## 0.5.4 + +### Patch Changes + +- [#347](https://github.com/lemonmade/watch/pull/347) [`9f6aaa12`](https://github.com/lemonmade/watch/commit/9f6aaa125cd7bc465a24e571cf2d5ed7b87dafa7) Thanks [@lemonmade](https://github.com/lemonmade)! - Rename `ui-action` to `ui-button` + +- Updated dependencies [[`9f6aaa12`](https://github.com/lemonmade/watch/commit/9f6aaa125cd7bc465a24e571cf2d5ed7b87dafa7), [`85d3eb15`](https://github.com/lemonmade/watch/commit/85d3eb1570eb4e7be98641c2d13212a36d9c6122), [`65666e40`](https://github.com/lemonmade/watch/commit/65666e409eadeffd4d9538ae73ddf4e0076b850c)]: + - @watching/clips@0.6.3 + ## 0.5.3 ### Patch Changes diff --git a/packages/clips-react/package.json b/packages/clips-react/package.json index 7f3022bf..5584e6a4 100644 --- a/packages/clips-react/package.json +++ b/packages/clips-react/package.json @@ -1,6 +1,6 @@ { "name": "@watching/clips-react", - "version": "0.5.3", + "version": "0.5.4", "license": "MIT", "type": "module", "publishConfig": { diff --git a/packages/clips-svelte/CHANGELOG.md b/packages/clips-svelte/CHANGELOG.md index e74314d3..c4279285 100644 --- a/packages/clips-svelte/CHANGELOG.md +++ b/packages/clips-svelte/CHANGELOG.md @@ -1,5 +1,12 @@ # @watching/clips-svelte +## 0.3.3 + +### Patch Changes + +- Updated dependencies [[`9f6aaa12`](https://github.com/lemonmade/watch/commit/9f6aaa125cd7bc465a24e571cf2d5ed7b87dafa7), [`85d3eb15`](https://github.com/lemonmade/watch/commit/85d3eb1570eb4e7be98641c2d13212a36d9c6122), [`65666e40`](https://github.com/lemonmade/watch/commit/65666e409eadeffd4d9538ae73ddf4e0076b850c)]: + - @watching/clips@0.6.3 + ## 0.3.2 ### Patch Changes diff --git a/packages/clips-svelte/package.json b/packages/clips-svelte/package.json index 7ff75ff7..0224f2c1 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.2", + "version": "0.3.3", "engines": { "node": ">=18.0.0" }, diff --git a/packages/clips/CHANGELOG.md b/packages/clips/CHANGELOG.md index 5e510433..23e170c8 100644 --- a/packages/clips/CHANGELOG.md +++ b/packages/clips/CHANGELOG.md @@ -1,5 +1,18 @@ # @watching/clips +## 0.6.3 + +### Patch Changes + +- [#347](https://github.com/lemonmade/watch/pull/347) [`9f6aaa12`](https://github.com/lemonmade/watch/commit/9f6aaa125cd7bc465a24e571cf2d5ed7b87dafa7) Thanks [@lemonmade](https://github.com/lemonmade)! - Rename `ui-action` to `ui-button` + +- [`85d3eb15`](https://github.com/lemonmade/watch/commit/85d3eb1570eb4e7be98641c2d13212a36d9c6122) Thanks [@lemonmade](https://github.com/lemonmade)! - Improve clips property setters + +- [#346](https://github.com/lemonmade/watch/pull/346) [`65666e40`](https://github.com/lemonmade/watch/commit/65666e409eadeffd4d9538ae73ddf4e0076b850c) Thanks [@lemonmade](https://github.com/lemonmade)! - Add basic support for `action` attribute on button + +- Updated dependencies [[`9f6aaa12`](https://github.com/lemonmade/watch/commit/9f6aaa125cd7bc465a24e571cf2d5ed7b87dafa7), [`65666e40`](https://github.com/lemonmade/watch/commit/65666e409eadeffd4d9538ae73ddf4e0076b850c)]: + - @watching/design@0.1.1 + ## 0.6.2 ### Patch Changes diff --git a/packages/clips/package.json b/packages/clips/package.json index 1cfe0a3a..14e48a4b 100644 --- a/packages/clips/package.json +++ b/packages/clips/package.json @@ -1,6 +1,6 @@ { "name": "@watching/clips", - "version": "0.6.2", + "version": "0.6.3", "license": "MIT", "type": "module", "publishConfig": { @@ -62,6 +62,6 @@ "@quilted/localize": "^0.2.1", "@quilted/threads": "^3.1.2", "@remote-dom/core": "^1.5.0", - "@watching/design": "workspace:^0.1.0" + "@watching/design": "workspace:^0.1.1" } } diff --git a/packages/design/CHANGELOG.md b/packages/design/CHANGELOG.md index 35e5816b..33434700 100644 --- a/packages/design/CHANGELOG.md +++ b/packages/design/CHANGELOG.md @@ -1,5 +1,13 @@ # @watching/api +## 0.1.1 + +### Patch Changes + +- [#347](https://github.com/lemonmade/watch/pull/347) [`9f6aaa12`](https://github.com/lemonmade/watch/commit/9f6aaa125cd7bc465a24e571cf2d5ed7b87dafa7) Thanks [@lemonmade](https://github.com/lemonmade)! - Rename `ui-action` to `ui-button` + +- [#346](https://github.com/lemonmade/watch/pull/346) [`65666e40`](https://github.com/lemonmade/watch/commit/65666e409eadeffd4d9538ae73ddf4e0076b850c) Thanks [@lemonmade](https://github.com/lemonmade)! - Add basic support for `action` attribute on button + ## 0.1.0 ### Minor Changes diff --git a/packages/design/package.json b/packages/design/package.json index d4e46d59..98cb1dd8 100644 --- a/packages/design/package.json +++ b/packages/design/package.json @@ -1,6 +1,6 @@ { "name": "@watching/design", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "type": "module", "publishConfig": { diff --git a/packages/tools/CHANGELOG.md b/packages/tools/CHANGELOG.md index 85496353..3768cb4a 100644 --- a/packages/tools/CHANGELOG.md +++ b/packages/tools/CHANGELOG.md @@ -1,5 +1,16 @@ # @watching/tools +## 0.3.1 + +### Patch Changes + +- [#347](https://github.com/lemonmade/watch/pull/347) [`9f6aaa12`](https://github.com/lemonmade/watch/commit/9f6aaa125cd7bc465a24e571cf2d5ed7b87dafa7) Thanks [@lemonmade](https://github.com/lemonmade)! - Rename `ui-action` to `ui-button` + +- [#346](https://github.com/lemonmade/watch/pull/346) [`65666e40`](https://github.com/lemonmade/watch/commit/65666e409eadeffd4d9538ae73ddf4e0076b850c) Thanks [@lemonmade](https://github.com/lemonmade)! - Update clip static content uploading + +- Updated dependencies [[`9f6aaa12`](https://github.com/lemonmade/watch/commit/9f6aaa125cd7bc465a24e571cf2d5ed7b87dafa7), [`85d3eb15`](https://github.com/lemonmade/watch/commit/85d3eb1570eb4e7be98641c2d13212a36d9c6122), [`65666e40`](https://github.com/lemonmade/watch/commit/65666e409eadeffd4d9538ae73ddf4e0076b850c)]: + - @watching/clips@0.6.3 + ## 0.3.0 ### Patch Changes diff --git a/packages/tools/package.json b/packages/tools/package.json index 6dd31b29..cc3147ef 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -7,7 +7,7 @@ "access": "public", "@watching/registry": "https://registry.npmjs.org" }, - "version": "0.3.0", + "version": "0.3.1", "engines": { "node": ">=18.0.0" }, @@ -78,7 +78,7 @@ "zod": "^3.21.4" }, "peerDependencies": { - "@watching/clips": "^0.6.2" + "@watching/clips": "^0.6.3" }, "peerDependenciesMeta": { "@watching/clips": { diff --git a/packages/zest/CHANGELOG.md b/packages/zest/CHANGELOG.md index 2cf71ba1..e5731c1c 100644 --- a/packages/zest/CHANGELOG.md +++ b/packages/zest/CHANGELOG.md @@ -1,5 +1,13 @@ # @lemon/zest +## 0.1.34 + +### Patch Changes + +- Updated dependencies [[`9f6aaa12`](https://github.com/lemonmade/watch/commit/9f6aaa125cd7bc465a24e571cf2d5ed7b87dafa7), [`85d3eb15`](https://github.com/lemonmade/watch/commit/85d3eb1570eb4e7be98641c2d13212a36d9c6122), [`65666e40`](https://github.com/lemonmade/watch/commit/65666e409eadeffd4d9538ae73ddf4e0076b850c)]: + - @watching/design@0.1.1 + - @watching/clips@0.6.3 + ## 0.1.33 ### Patch Changes diff --git a/packages/zest/package.json b/packages/zest/package.json index 08505712..f3ea842a 100644 --- a/packages/zest/package.json +++ b/packages/zest/package.json @@ -1,6 +1,6 @@ { "name": "@lemon/zest", - "version": "0.1.33", + "version": "0.1.34", "type": "module", "license": "MIT", "private": true, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ef2bb8d4..d047783b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -435,7 +435,7 @@ importers: specifier: ^1.5.0 version: 1.5.0(@preact/signals-core@1.8.0)(preact@10.23.2) '@watching/design': - specifier: workspace:^0.1.0 + specifier: workspace:^0.1.1 version: link:../design packages/clips-preact: