Skip to content

Commit

Permalink
Publish packages 🚀 (#172)
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 Aug 29, 2022
1 parent bf2f0b9 commit f895dc9
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/tough-coins-complain.md

This file was deleted.

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

## 0.4.19

### Patch Changes

- [#171](https://github.com/lemonmade/watch/pull/171) [`bf2f0b9`](https://github.com/lemonmade/watch/commit/bf2f0b9f27e80cf8b821720152b292d591d73b0c) Thanks [@lemonmade](https://github.com/lemonmade)! - Improved thread state mechanism

- Updated dependencies [[`bf2f0b9`](https://github.com/lemonmade/watch/commit/bf2f0b9f27e80cf8b821720152b292d591d73b0c)]:
- @watching/clips@0.2.7

## 0.4.18

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@watching/cli",
"description": "A CLI to develop apps for watch.lemon.tools",
"version": "0.4.18",
"version": "0.4.19",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -55,10 +55,10 @@
"@types/glob": "^7.2.0",
"@types/prompts": "^2.0.0",
"@types/ws": "^7.0.0",
"@watching/clips": "workspace:^0.2.6"
"@watching/clips": "workspace:^0.2.7"
},
"peerDependencies": {
"@watching/clips": "^0.2.6"
"@watching/clips": "^0.2.7"
},
"peerDependenciesMeta": {
"@watching/clips": {
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.2.9

### Patch Changes

- [#171](https://github.com/lemonmade/watch/pull/171) [`bf2f0b9`](https://github.com/lemonmade/watch/commit/bf2f0b9f27e80cf8b821720152b292d591d73b0c) Thanks [@lemonmade](https://github.com/lemonmade)! - Improved thread state mechanism

- Updated dependencies [[`bf2f0b9`](https://github.com/lemonmade/watch/commit/bf2f0b9f27e80cf8b821720152b292d591d73b0c)]:
- @watching/clips@0.2.7

## 0.2.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.2.8",
"version": "0.2.9",
"type": "module",
"publishConfig": {
"access": "public",
Expand All @@ -27,7 +27,7 @@
"@remote-ui/async-subscription": "^2.1.0",
"@remote-ui/core": "^2.1.0",
"@types/react": "^17.0.0",
"@watching/clips": "workspace:^0.2.6",
"@watching/clips": "workspace:^0.2.7",
"@watching/remote-react-utilities": "workspace:^0.1.1",
"@watching/thread-signals": "workspace:^0.1.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.2.7

### Patch Changes

- [#171](https://github.com/lemonmade/watch/pull/171) [`bf2f0b9`](https://github.com/lemonmade/watch/commit/bf2f0b9f27e80cf8b821720152b292d591d73b0c) Thanks [@lemonmade](https://github.com/lemonmade)! - Improved thread state mechanism

## 0.2.6

### 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.2.6",
"version": "0.2.7",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit f895dc9

Please sign in to comment.