Skip to content

Commit

Permalink
Publish packages 🚀 (#151)
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 Jul 12, 2022
1 parent b9a084d commit 4af6df1
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 17 deletions.
8 changes: 0 additions & 8 deletions .changeset/rude-doors-stare.md

This file was deleted.

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

## 0.4.11

### Patch Changes

- [#150](https://github.com/lemonmade/watch/pull/150) [`b9a084d`](https://github.com/lemonmade/watch/commit/b9a084dba65692e565664d98434832c5b688e92a) Thanks [@lemonmade](https://github.com/lemonmade)! - Update quilt dependencies

- Updated dependencies [[`b9a084d`](https://github.com/lemonmade/watch/commit/b9a084dba65692e565664d98434832c5b688e92a)]:
- @watching/clips@0.2.4
- @watching/graphql@0.0.1

## 0.4.10

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.10",
"version": "0.4.11",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@types/mime": "^2.0.0",
"@watching/graphql": "^0.0.0",
"@watching/graphql": "^0.0.1",
"ansi-escapes": "^4.0.0",
"arg": "^5.0.0",
"brotli-size": "^4.0.0",
Expand All @@ -57,10 +57,10 @@
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/ws": "^7.0.0",
"@watching/clips": "0.2.3"
"@watching/clips": "0.2.4"
},
"peerDependencies": {
"@watching/clips": "^0.2.3"
"@watching/clips": "^0.2.4"
},
"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.4

### Patch Changes

- [#150](https://github.com/lemonmade/watch/pull/150) [`b9a084d`](https://github.com/lemonmade/watch/commit/b9a084dba65692e565664d98434832c5b688e92a) Thanks [@lemonmade](https://github.com/lemonmade)! - Update quilt dependencies

## 0.2.3

### 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.3",
"version": "0.2.4",
"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.4

### Patch Changes

- [#150](https://github.com/lemonmade/watch/pull/150) [`b9a084d`](https://github.com/lemonmade/watch/commit/b9a084dba65692e565664d98434832c5b688e92a) Thanks [@lemonmade](https://github.com/lemonmade)! - Update quilt dependencies

## 0.2.3

### 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.3",
"version": "0.2.4",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @watching/graphql

## 0.0.1

### Patch Changes

- [#150](https://github.com/lemonmade/watch/pull/150) [`b9a084d`](https://github.com/lemonmade/watch/commit/b9a084dba65692e565664d98434832c5b688e92a) Thanks [@lemonmade](https://github.com/lemonmade)! - Update quilt dependencies
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@watching/graphql",
"version": "0.0.0",
"version": "0.0.1",
"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 4af6df1

Please sign in to comment.