Skip to content

Commit

Permalink
Publish packages 🚀 (#174)
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 2f4521d commit ecfbe60
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-spoons-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-monkeys-worry.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.21

### Patch Changes

- [`5ac9df8`](https://github.com/lemonmade/watch/commit/5ac9df82845bb22777599b5945feae446f5c44f6) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix esbuild configuration

- Updated dependencies [[`2f4521d`](https://github.com/lemonmade/watch/commit/2f4521de02cf25e0d6d55bdd91ce073226c97bd9)]:
- @watching/clips@0.2.9

## 0.4.20

### 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.20",
"version": "0.4.21",
"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.8"
"@watching/clips": "workspace:^0.2.9"
},
"peerDependencies": {
"@watching/clips": "^0.2.8"
"@watching/clips": "^0.2.9"
},
"peerDependenciesMeta": {
"@watching/clips": {
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.9

### Patch Changes

- [`2f4521d`](https://github.com/lemonmade/watch/commit/2f4521de02cf25e0d6d55bdd91ce073226c97bd9) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix signal detection

## 0.2.8

### 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.8",
"version": "0.2.9",
"type": "module",
"publishConfig": {
"access": "public",
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 ecfbe60

Please sign in to comment.