Skip to content

Commit

Permalink
Publish packages 🚀 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade authored Oct 29, 2022
1 parent 47439e6 commit 8631940
Show file tree
Hide file tree
Showing 20 changed files with 88 additions and 62 deletions.
6 changes: 0 additions & 6 deletions .changeset/perfect-snakes-stare.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/short-avocados-attack.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.25

### Patch Changes

- [`b1a8f4c`](https://github.com/lemonmade/watch/commit/b1a8f4cfa46c74ceda4eab09c4277626e16de2c3) Thanks [@lemonmade](https://github.com/lemonmade)! - Signals in extensions

- Updated dependencies [[`b1a8f4c`](https://github.com/lemonmade/watch/commit/b1a8f4cfa46c74ceda4eab09c4277626e16de2c3)]:
- @watching/clips@0.2.14

## 0.4.24

### 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.24",
"version": "0.4.25",
"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.11"
"@watching/clips": "workspace:^0.2.14"
},
"peerDependencies": {
"@watching/clips": "^0.2.11"
"@watching/clips": "^0.2.14"
},
"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.2

### Patch Changes

- [`b1a8f4c`](https://github.com/lemonmade/watch/commit/b1a8f4cfa46c74ceda4eab09c4277626e16de2c3) Thanks [@lemonmade](https://github.com/lemonmade)! - Signals in extensions

- Updated dependencies [[`b1a8f4c`](https://github.com/lemonmade/watch/commit/b1a8f4cfa46c74ceda4eab09c4277626e16de2c3)]:
- @watching/clips@0.2.14

## 0.1.1

### 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.1",
"version": "0.1.2",
"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.12"
"@watching/clips": "workspace:^0.2.14"
},
"peerDependencies": {
"@babel/runtime": ">=7.0.0 <8.0.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/clips-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @watching/clips-react

## 0.2.15

### Patch Changes

- [`47439e6`](https://github.com/lemonmade/watch/commit/47439e69e356a71361ff46f24a90e1434aaad1a1) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix some signal issues

* [`b1a8f4c`](https://github.com/lemonmade/watch/commit/b1a8f4cfa46c74ceda4eab09c4277626e16de2c3) Thanks [@lemonmade](https://github.com/lemonmade)! - Signals in extensions

* Updated dependencies [[`47439e6`](https://github.com/lemonmade/watch/commit/47439e69e356a71361ff46f24a90e1434aaad1a1), [`b1a8f4c`](https://github.com/lemonmade/watch/commit/b1a8f4cfa46c74ceda4eab09c4277626e16de2c3)]:
- @watching/thread-signals@0.1.4
- @watching/clips@0.2.14
- @watching/clips-dom@0.1.2

## 0.2.14

### 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.14",
"version": "0.2.15",
"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.13",
"@watching/clips-dom": "workspace:^0.1.0",
"@watching/thread-signals": "workspace:^0.1.3",
"@watching/clips": "workspace:^0.2.14",
"@watching/clips-dom": "workspace:^0.1.2",
"@watching/thread-signals": "workspace:^0.1.4",
"preact": "^10.11.0"
},
"peerDependencies": {
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.14

### Patch Changes

- [`b1a8f4c`](https://github.com/lemonmade/watch/commit/b1a8f4cfa46c74ceda4eab09c4277626e16de2c3) Thanks [@lemonmade](https://github.com/lemonmade)! - Signals in extensions

## 0.2.13

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

## 0.1.2

### Patch Changes

- [`b1a8f4c`](https://github.com/lemonmade/watch/commit/b1a8f4cfa46c74ceda4eab09c4277626e16de2c3) Thanks [@lemonmade](https://github.com/lemonmade)! - Signals in extensions

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-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.1",
"version": "0.1.2",
"engines": {
"node": ">=14.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/remote-react-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"peerDependencies": {
"@babel/runtime": ">=7.0.0 <8.0.0",
"@watching/remote-react": "^17.0.2",
"@watching/remote-react": "^17.0.3",
"react": "^17.0.2"
},
"peerDependenciesMeta": {
Expand All @@ -46,7 +46,7 @@
},
"devDependencies": {
"@quilted/testing": "^0.1.4",
"@watching/remote-react": "^0.0.0",
"@watching/remote-react": "^17.0.3",
"react": "npm:@quilted/react@^17.0.0"
},
"eslintConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/remote-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @watching/remote-react

## 17.0.3

### Patch Changes

- [`b1a8f4c`](https://github.com/lemonmade/watch/commit/b1a8f4cfa46c74ceda4eab09c4277626e16de2c3) Thanks [@lemonmade](https://github.com/lemonmade)! - Signals in extensions
2 changes: 1 addition & 1 deletion packages/remote-react/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": "17.0.2",
"version": "17.0.3",
"engines": {
"node": ">=14.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/thread-signals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @watching/thread-signals

## 0.1.4

### Patch Changes

- [`47439e6`](https://github.com/lemonmade/watch/commit/47439e69e356a71361ff46f24a90e1434aaad1a1) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix some signal issues

* [`b1a8f4c`](https://github.com/lemonmade/watch/commit/b1a8f4cfa46c74ceda4eab09c4277626e16de2c3) Thanks [@lemonmade](https://github.com/lemonmade)! - Signals in extensions

## 0.1.3

### 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.3",
"version": "0.1.4",
"engines": {
"node": ">=14.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/zest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lemon/zest

## 0.0.2

### Patch Changes

- Updated dependencies [[`b1a8f4c`](https://github.com/lemonmade/watch/commit/b1a8f4cfa46c74ceda4eab09c4277626e16de2c3)]:
- @watching/react-signals@0.1.2

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/zest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lemon/zest",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"private": true,
"main": "source/index.ts",
Expand Down
36 changes: 7 additions & 29 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 8631940

Please sign in to comment.