Skip to content

Commit

Permalink
Publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 30, 2023
1 parent e5e46e6 commit 4b8cf56
Show file tree
Hide file tree
Showing 21 changed files with 100 additions and 25 deletions.
13 changes: 0 additions & 13 deletions .changeset/wicked-years-float.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @watching/api

## 0.1.0

### Minor Changes

- [#295](https://github.com/lemonmade/watch/pull/295) [`8920e5c9`](https://github.com/lemonmade/watch/commit/8920e5c921988992b7c83c78b135fe6d694d788e) Thanks [@lemonmade](https://github.com/lemonmade)! - Upgrade Quilt

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@watching/api",
"version": "0.0.3",
"version": "0.1.0",
"license": "MIT",
"type": "module",
"publishConfig": {
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @watching/cli

## 3.0.0

### Minor Changes

- [#295](https://github.com/lemonmade/watch/pull/295) [`8920e5c9`](https://github.com/lemonmade/watch/commit/8920e5c921988992b7c83c78b135fe6d694d788e) Thanks [@lemonmade](https://github.com/lemonmade)! - Upgrade Quilt

### Patch Changes

- Updated dependencies [[`8920e5c9`](https://github.com/lemonmade/watch/commit/8920e5c921988992b7c83c78b135fe6d694d788e)]:
- @watching/clips@0.5.0
- @watching/tools@1.0.0

## 2.0.29

### Patch 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.0.29",
"version": "3.0.0",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -81,7 +81,7 @@
"@watching/clips-svelte": "workspace:*"
},
"peerDependencies": {
"@watching/clips": "^0.4.22"
"@watching/clips": "^0.5.0"
},
"peerDependenciesMeta": {
"@watching/clips": {
Expand Down
11 changes: 11 additions & 0 deletions packages/clips-preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @watching/clips-preact

## 1.0.0

### Minor Changes

- [#295](https://github.com/lemonmade/watch/pull/295) [`8920e5c9`](https://github.com/lemonmade/watch/commit/8920e5c921988992b7c83c78b135fe6d694d788e) Thanks [@lemonmade](https://github.com/lemonmade)! - Upgrade Quilt

### Patch Changes

- Updated dependencies [[`8920e5c9`](https://github.com/lemonmade/watch/commit/8920e5c921988992b7c83c78b135fe6d694d788e)]:
- @watching/clips@0.5.0

## 0.1.22

### 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.1.22",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/clips-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @watching/clips-react

## 1.0.0

### Minor Changes

- [#295](https://github.com/lemonmade/watch/pull/295) [`8920e5c9`](https://github.com/lemonmade/watch/commit/8920e5c921988992b7c83c78b135fe6d694d788e) Thanks [@lemonmade](https://github.com/lemonmade)! - Upgrade Quilt

### Patch Changes

- Updated dependencies [[`8920e5c9`](https://github.com/lemonmade/watch/commit/8920e5c921988992b7c83c78b135fe6d694d788e)]:
- @watching/clips@0.5.0

## 0.3.26

### 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.3.26",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/clips-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @watching/clips-svelte

## 1.0.0

### Minor Changes

- [#295](https://github.com/lemonmade/watch/pull/295) [`8920e5c9`](https://github.com/lemonmade/watch/commit/8920e5c921988992b7c83c78b135fe6d694d788e) Thanks [@lemonmade](https://github.com/lemonmade)! - Upgrade Quilt

### Patch Changes

- Updated dependencies [[`8920e5c9`](https://github.com/lemonmade/watch/commit/8920e5c921988992b7c83c78b135fe6d694d788e)]:
- @watching/clips@0.5.0

## 0.1.15

### 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.1.15",
"version": "1.0.0",
"engines": {
"node": ">=18.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/clips/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @watching/clips

## 0.5.0

### Minor Changes

- [#295](https://github.com/lemonmade/watch/pull/295) [`8920e5c9`](https://github.com/lemonmade/watch/commit/8920e5c921988992b7c83c78b135fe6d694d788e) Thanks [@lemonmade](https://github.com/lemonmade)! - Upgrade Quilt

## 0.4.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/clips/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@watching/clips",
"version": "0.4.22",
"version": "0.5.0",
"license": "MIT",
"type": "module",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/react-signals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @watching/react-signals

## 0.2.0

### Minor Changes

- [#295](https://github.com/lemonmade/watch/pull/295) [`8920e5c9`](https://github.com/lemonmade/watch/commit/8920e5c921988992b7c83c78b135fe6d694d788e) Thanks [@lemonmade](https://github.com/lemonmade)! - Upgrade Quilt

## 0.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-signals/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.1.10",
"version": "0.2.0",
"engines": {
"node": ">=18.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/thread-render/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @watching/thread-render

## 0.2.0

### Minor Changes

- [#295](https://github.com/lemonmade/watch/pull/295) [`8920e5c9`](https://github.com/lemonmade/watch/commit/8920e5c921988992b7c83c78b135fe6d694d788e) Thanks [@lemonmade](https://github.com/lemonmade)! - Upgrade Quilt

## 0.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/thread-render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"license": "MIT",
"private": true,
"version": "0.1.13",
"version": "0.2.0",
"engines": {
"node": ">=18.0.0"
},
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

## 1.0.0

### Minor Changes

- [#295](https://github.com/lemonmade/watch/pull/295) [`8920e5c9`](https://github.com/lemonmade/watch/commit/8920e5c921988992b7c83c78b135fe6d694d788e) Thanks [@lemonmade](https://github.com/lemonmade)! - Upgrade Quilt

### Patch Changes

- Updated dependencies [[`8920e5c9`](https://github.com/lemonmade/watch/commit/8920e5c921988992b7c83c78b135fe6d694d788e)]:
- @watching/clips@0.5.0

## 0.1.13

### 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.1.13",
"version": "1.0.0",
"engines": {
"node": ">=18.0.0"
},
Expand Down Expand Up @@ -76,7 +76,7 @@
"zod": "^3.21.4"
},
"peerDependencies": {
"@watching/clips": "^0.4.22"
"@watching/clips": "^0.5.0"
},
"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.24

### Patch Changes

- Updated dependencies [[`8920e5c9`](https://github.com/lemonmade/watch/commit/8920e5c921988992b7c83c78b135fe6d694d788e)]:
- @watching/react-signals@0.2.0
- @watching/clips@0.5.0

## 0.1.23

### 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.23",
"version": "0.1.24",
"type": "module",
"license": "MIT",
"private": true,
Expand Down

0 comments on commit 4b8cf56

Please sign in to comment.