Skip to content

Commit

Permalink
Publish packages 🚀 (#189)
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 Nov 4, 2022
1 parent ba64693 commit 6b56579
Show file tree
Hide file tree
Showing 15 changed files with 64 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-coats-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-jokes-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-queens-retire.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/proud-gorillas-wonder.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.26

### Patch Changes

- [`5857ad8`](https://github.com/lemonmade/watch/commit/5857ad85812facb4d5c79a5ca4281e187d235d9c) Thanks [@lemonmade](https://github.com/lemonmade)! - Move to "live queries" for clips data

- Updated dependencies [[`4ace073`](https://github.com/lemonmade/watch/commit/4ace073fbec0a77bc90ec11d0da4affb87ef1012), [`5857ad8`](https://github.com/lemonmade/watch/commit/5857ad85812facb4d5c79a5ca4281e187d235d9c)]:
- @watching/clips@0.2.15

## 0.4.25

### 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.25",
"version": "0.4.26",
"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.14"
"@watching/clips": "workspace:^0.2.15"
},
"peerDependencies": {
"@watching/clips": "^0.2.14"
"@watching/clips": "^0.2.15"
},
"peerDependenciesMeta": {
"@watching/clips": {
Expand Down
9 changes: 9 additions & 0 deletions packages/clips-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @watching/clips-dom

## 0.1.3

### Patch Changes

- [`5857ad8`](https://github.com/lemonmade/watch/commit/5857ad85812facb4d5c79a5ca4281e187d235d9c) Thanks [@lemonmade](https://github.com/lemonmade)! - Move to "live queries" for clips data

- Updated dependencies [[`4ace073`](https://github.com/lemonmade/watch/commit/4ace073fbec0a77bc90ec11d0da4affb87ef1012), [`5857ad8`](https://github.com/lemonmade/watch/commit/5857ad85812facb4d5c79a5ca4281e187d235d9c)]:
- @watching/clips@0.2.15

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/clips-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"access": "public",
"@watching/registry": "https://registry.npmjs.org"
},
"version": "0.1.2",
"version": "0.1.3",
"engines": {
"node": ">=14.0.0"
},
Expand All @@ -28,7 +28,7 @@
"sideEffects": false,
"dependencies": {
"@remote-ui/core": "^2.1.0",
"@watching/clips": "workspace:^0.2.14"
"@watching/clips": "workspace:^0.2.15"
},
"peerDependencies": {
"@babel/runtime": ">=7.0.0 <8.0.0"
Expand Down
15 changes: 15 additions & 0 deletions packages/clips-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @watching/clips-react

## 0.2.16

### Patch Changes

- [`ba64693`](https://github.com/lemonmade/watch/commit/ba6469340f248c530bdb3daa8c86854c9e091b25) Thanks [@lemonmade](https://github.com/lemonmade)! - Add TextField React component

* [#190](https://github.com/lemonmade/watch/pull/190) [`61bb2f7`](https://github.com/lemonmade/watch/commit/61bb2f7b9c1484dd8315e3a5e87d026206235866) Thanks [@lemonmade](https://github.com/lemonmade)! - Add improved useSignalEffect()

- [`5857ad8`](https://github.com/lemonmade/watch/commit/5857ad85812facb4d5c79a5ca4281e187d235d9c) Thanks [@lemonmade](https://github.com/lemonmade)! - Move to "live queries" for clips data

- Updated dependencies [[`4ace073`](https://github.com/lemonmade/watch/commit/4ace073fbec0a77bc90ec11d0da4affb87ef1012), [`5857ad8`](https://github.com/lemonmade/watch/commit/5857ad85812facb4d5c79a5ca4281e187d235d9c)]:
- @watching/clips@0.2.15
- @watching/clips-dom@0.1.3
- @watching/thread-signals@0.1.5

## 0.2.15

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.15",
"version": "0.2.16",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -28,9 +28,9 @@
"@remote-ui/core": "^2.1.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@watching/clips": "workspace:^0.2.14",
"@watching/clips-dom": "workspace:^0.1.2",
"@watching/thread-signals": "workspace:^0.1.4",
"@watching/clips": "workspace:^0.2.15",
"@watching/clips-dom": "workspace:^0.1.3",
"@watching/thread-signals": "workspace:^0.1.5",
"preact": "^10.11.2"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/clips/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @watching/clips

## 0.2.15

### Patch Changes

- [`4ace073`](https://github.com/lemonmade/watch/commit/4ace073fbec0a77bc90ec11d0da4affb87ef1012) Thanks [@lemonmade](https://github.com/lemonmade)! - Remove Season extension point

* [`5857ad8`](https://github.com/lemonmade/watch/commit/5857ad85812facb4d5c79a5ca4281e187d235d9c) Thanks [@lemonmade](https://github.com/lemonmade)! - Move to "live queries" for clips data

## 0.2.14

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

## 0.1.5

### Patch Changes

- [`5857ad8`](https://github.com/lemonmade/watch/commit/5857ad85812facb4d5c79a5ca4281e187d235d9c) Thanks [@lemonmade](https://github.com/lemonmade)! - Move to "live queries" for clips data

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/thread-signals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"access": "public",
"@watching/registry": "https://registry.npmjs.org"
},
"version": "0.1.4",
"version": "0.1.5",
"engines": {
"node": ">=14.0.0"
},
Expand Down
12 changes: 6 additions & 6 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 6b56579

Please sign in to comment.