Skip to content

Commit

Permalink
Publish packages (#123)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
lemonmade and github-actions[bot] authored May 5, 2022
1 parent a47d8d4 commit 36e38d2
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-donuts-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-beers-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-students-camp.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rotten-pans-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-glasses-exist.md

This file was deleted.

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

## 0.4.4

### Patch Changes

- [`4957ee2`](https://github.com/lemonmade/watch/commit/4957ee2a021a515e99ce2062b49d2b155fecdffd) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix development asset server

* [#122](https://github.com/lemonmade/watch/pull/122) [`d74d009`](https://github.com/lemonmade/watch/commit/d74d009bf4a44e3ebb11dc87d70c18d59f66f791) Thanks [@lemonmade](https://github.com/lemonmade)! - Updating build dependencies

- [`c0bf34c`](https://github.com/lemonmade/watch/commit/c0bf34c2e5ce4b01aa16f889c37828bc7c4cf849) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix fetch polyfill in CLI

- Updated dependencies [[`d74d009`](https://github.com/lemonmade/watch/commit/d74d009bf4a44e3ebb11dc87d70c18d59f66f791)]:
- @watching/clips@0.2.2
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.3",
"version": "0.4.4",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -52,10 +52,10 @@
"@types/glob": "^7.2.0",
"@types/node": "^14.0.0",
"@types/ws": "^7.0.0",
"@watching/clips": "0.2.1"
"@watching/clips": "0.2.2"
},
"peerDependencies": {
"@watching/clips": "^0.2.0"
"@watching/clips": "^0.2.2"
},
"peerDependenciesMeta": {
"@watching/clips": {
Expand Down
11 changes: 11 additions & 0 deletions packages/clips-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @watching/clips-react

## 0.2.2

### Patch Changes

- [`a47d8d4`](https://github.com/lemonmade/watch/commit/a47d8d446451e5393a531b11164c6c3df06f6f29) Thanks [@lemonmade](https://github.com/lemonmade)! - Allow React renders to be asynchronous

* [`a47d8d4`](https://github.com/lemonmade/watch/commit/a47d8d446451e5393a531b11164c6c3df06f6f29) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix React types issue

- [#122](https://github.com/lemonmade/watch/pull/122) [`d74d009`](https://github.com/lemonmade/watch/commit/d74d009bf4a44e3ebb11dc87d70c18d59f66f791) Thanks [@lemonmade](https://github.com/lemonmade)! - Updating build dependencies
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.1",
"version": "0.2.2",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down
7 changes: 7 additions & 0 deletions packages/clips/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @watching/clips

## 0.2.2

### Patch Changes

- [#122](https://github.com/lemonmade/watch/pull/122) [`d74d009`](https://github.com/lemonmade/watch/commit/d74d009bf4a44e3ebb11dc87d70c18d59f66f791) Thanks [@lemonmade](https://github.com/lemonmade)! - Updating build dependencies
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.1",
"version": "0.2.2",
"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 36e38d2

Please sign in to comment.