Skip to content

Commit

Permalink
Publish packages 🚀 (#348)
Browse files Browse the repository at this point in the history
Publish packages

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
lemonmade and github-actions[bot] authored Sep 23, 2024
1 parent 65666e4 commit 17cb6ac
Show file tree
Hide file tree
Showing 21 changed files with 87 additions and 38 deletions.
9 changes: 0 additions & 9 deletions .changeset/gentle-seas-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-terms-smash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/perfect-pets-sing.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pretty-games-grab.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -81,7 +81,7 @@
"@watching/clips-svelte": "workspace:*"
},
"peerDependencies": {
"@watching/clips": "^0.6.2"
"@watching/clips": "^0.6.3"
},
"peerDependenciesMeta": {
"@watching/clips": {
Expand Down
9 changes: 9 additions & 0 deletions packages/clips-preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/clips-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@watching/clips-preact",
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"type": "module",
"publishConfig": {
Expand Down
9 changes: 9 additions & 0 deletions packages/clips-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/clips-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@watching/clips-react",
"version": "0.5.3",
"version": "0.5.4",
"license": "MIT",
"type": "module",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/clips-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/clips-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/clips/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/clips/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@watching/clips",
"version": "0.6.2",
"version": "0.6.3",
"license": "MIT",
"type": "module",
"publishConfig": {
Expand Down Expand Up @@ -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"
}
}
8 changes: 8 additions & 0 deletions packages/design/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/design/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@watching/design",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"type": "module",
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -78,7 +78,7 @@
"zod": "^3.21.4"
},
"peerDependencies": {
"@watching/clips": "^0.6.2"
"@watching/clips": "^0.6.3"
},
"peerDependenciesMeta": {
"@watching/clips": {
Expand Down
8 changes: 8 additions & 0 deletions packages/zest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/zest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lemon/zest",
"version": "0.1.33",
"version": "0.1.34",
"type": "module",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 17cb6ac

Please sign in to comment.