Skip to content

Commit e5bbfca

Browse files
Publish packages
1 parent 85d3eb1 commit e5bbfca

File tree

19 files changed

+79
-26
lines changed

19 files changed

+79
-26
lines changed

.changeset/gentle-seas-jam.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/neat-terms-smash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @watching/cli
22

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9f6aaa12`](https://github.com/lemonmade/watch/commit/9f6aaa125cd7bc465a24e571cf2d5ed7b87dafa7), [`85d3eb15`](https://github.com/lemonmade/watch/commit/85d3eb1570eb4e7be98641c2d13212a36d9c6122)]:
8+
- @watching/clips@0.6.3
9+
- @watching/tools@0.3.1
10+
311
## 2.2.0
412

513
### Minor Changes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@watching/cli",
33
"description": "A CLI to develop apps for watch.lemon.tools",
44
"license": "MIT",
5-
"version": "2.2.0",
5+
"version": "2.2.1",
66
"type": "module",
77
"publishConfig": {
88
"access": "public",
@@ -81,7 +81,7 @@
8181
"@watching/clips-svelte": "workspace:*"
8282
},
8383
"peerDependencies": {
84-
"@watching/clips": "^0.6.2"
84+
"@watching/clips": "^0.6.3"
8585
},
8686
"peerDependenciesMeta": {
8787
"@watching/clips": {

packages/clips-preact/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @watching/clips-preact
22

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- [#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`
8+
9+
- Updated dependencies [[`9f6aaa12`](https://github.com/lemonmade/watch/commit/9f6aaa125cd7bc465a24e571cf2d5ed7b87dafa7), [`85d3eb15`](https://github.com/lemonmade/watch/commit/85d3eb1570eb4e7be98641c2d13212a36d9c6122)]:
10+
- @watching/clips@0.6.3
11+
312
## 0.3.2
413

514
### Patch Changes

packages/clips-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@watching/clips-preact",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"license": "MIT",
55
"type": "module",
66
"publishConfig": {

packages/clips-react/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @watching/clips-react
22

3+
## 0.5.4
4+
5+
### Patch Changes
6+
7+
- [#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`
8+
9+
- Updated dependencies [[`9f6aaa12`](https://github.com/lemonmade/watch/commit/9f6aaa125cd7bc465a24e571cf2d5ed7b87dafa7), [`85d3eb15`](https://github.com/lemonmade/watch/commit/85d3eb1570eb4e7be98641c2d13212a36d9c6122)]:
10+
- @watching/clips@0.6.3
11+
312
## 0.5.3
413

514
### Patch Changes

packages/clips-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@watching/clips-react",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"license": "MIT",
55
"type": "module",
66
"publishConfig": {

packages/clips-svelte/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @watching/clips-svelte
22

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9f6aaa12`](https://github.com/lemonmade/watch/commit/9f6aaa125cd7bc465a24e571cf2d5ed7b87dafa7), [`85d3eb15`](https://github.com/lemonmade/watch/commit/85d3eb1570eb4e7be98641c2d13212a36d9c6122)]:
8+
- @watching/clips@0.6.3
9+
310
## 0.3.2
411

512
### Patch Changes

packages/clips-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"access": "public",
77
"@watching/registry": "https://registry.npmjs.org"
88
},
9-
"version": "0.3.2",
9+
"version": "0.3.3",
1010
"engines": {
1111
"node": ">=18.0.0"
1212
},

packages/clips/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @watching/clips
22

3+
## 0.6.3
4+
5+
### Patch Changes
6+
7+
- [#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`
8+
9+
- [`85d3eb15`](https://github.com/lemonmade/watch/commit/85d3eb1570eb4e7be98641c2d13212a36d9c6122) Thanks [@lemonmade](https://github.com/lemonmade)! - Improve clips property setters
10+
11+
- Updated dependencies [[`9f6aaa12`](https://github.com/lemonmade/watch/commit/9f6aaa125cd7bc465a24e571cf2d5ed7b87dafa7)]:
12+
- @watching/design@0.1.1
13+
314
## 0.6.2
415

516
### Patch Changes

packages/clips/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@watching/clips",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"license": "MIT",
55
"type": "module",
66
"publishConfig": {
@@ -62,6 +62,6 @@
6262
"@quilted/localize": "^0.2.1",
6363
"@quilted/threads": "^3.1.2",
6464
"@remote-dom/core": "^1.5.0",
65-
"@watching/design": "workspace:^0.1.0"
65+
"@watching/design": "workspace:^0.1.1"
6666
}
6767
}

packages/design/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @watching/api
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#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`
8+
39
## 0.1.0
410

511
### Minor Changes

packages/design/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@watching/design",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "MIT",
55
"type": "module",
66
"publishConfig": {

packages/tools/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @watching/tools
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#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`
8+
9+
- Updated dependencies [[`9f6aaa12`](https://github.com/lemonmade/watch/commit/9f6aaa125cd7bc465a24e571cf2d5ed7b87dafa7), [`85d3eb15`](https://github.com/lemonmade/watch/commit/85d3eb1570eb4e7be98641c2d13212a36d9c6122)]:
10+
- @watching/clips@0.6.3
11+
312
## 0.3.0
413

514
### Patch Changes

packages/tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"access": "public",
88
"@watching/registry": "https://registry.npmjs.org"
99
},
10-
"version": "0.3.0",
10+
"version": "0.3.1",
1111
"engines": {
1212
"node": ">=18.0.0"
1313
},
@@ -76,7 +76,7 @@
7676
"zod": "^3.21.4"
7777
},
7878
"peerDependencies": {
79-
"@watching/clips": "^0.6.2"
79+
"@watching/clips": "^0.6.3"
8080
},
8181
"peerDependenciesMeta": {
8282
"@watching/clips": {

packages/zest/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @lemon/zest
22

3+
## 0.1.34
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9f6aaa12`](https://github.com/lemonmade/watch/commit/9f6aaa125cd7bc465a24e571cf2d5ed7b87dafa7), [`85d3eb15`](https://github.com/lemonmade/watch/commit/85d3eb1570eb4e7be98641c2d13212a36d9c6122)]:
8+
- @watching/design@0.1.1
9+
- @watching/clips@0.6.3
10+
311
## 0.1.33
412

513
### Patch Changes

packages/zest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lemon/zest",
3-
"version": "0.1.33",
3+
"version": "0.1.34",
44
"type": "module",
55
"license": "MIT",
66
"private": true,

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)