Skip to content

Commit

Permalink
Publish packages 🚀 (#141)
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] committed Jun 20, 2022
1 parent 8fc040e commit eb6762c
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/honest-icons-relate.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.7

### Patch Changes

- [`8fc040e`](https://github.com/lemonmade/watch/commit/8fc040ec1bc83603fc3dba6472bf17cb048610df) Thanks [@lemonmade](https://github.com/lemonmade)! - Update remote-ui dependencies

- Updated dependencies [[`8fc040e`](https://github.com/lemonmade/watch/commit/8fc040ec1bc83603fc3dba6472bf17cb048610df)]:
- @watching/clips@0.2.3

## 0.4.6

### 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.6",
"version": "0.4.7",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -57,10 +57,10 @@
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/ws": "^7.0.0",
"@watching/clips": "0.2.2"
"@watching/clips": "0.2.3"
},
"peerDependencies": {
"@watching/clips": "^0.2.2"
"@watching/clips": "^0.2.3"
},
"peerDependenciesMeta": {
"@watching/clips": {
Expand Down
6 changes: 6 additions & 0 deletions packages/clips-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @watching/clips-react

## 0.2.3

### Patch Changes

- [`8fc040e`](https://github.com/lemonmade/watch/commit/8fc040ec1bc83603fc3dba6472bf17cb048610df) Thanks [@lemonmade](https://github.com/lemonmade)! - Update remote-ui dependencies

## 0.2.2

### 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.2.2",
"version": "0.2.3",
"type": "module",
"publishConfig": {
"access": "public",
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.3

### Patch Changes

- [`8fc040e`](https://github.com/lemonmade/watch/commit/8fc040ec1bc83603fc3dba6472bf17cb048610df) Thanks [@lemonmade](https://github.com/lemonmade)! - Update remote-ui dependencies

## 0.2.2

### 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.2",
"version": "0.2.3",
"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 eb6762c

Please sign in to comment.