Skip to content

Commit

Permalink
Publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 16, 2024
1 parent fe57f37 commit c54524c
Show file tree
Hide file tree
Showing 13 changed files with 45 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/twenty-readers-smile.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@watching/clips-svelte": "workspace:*"
},
"peerDependencies": {
"@watching/clips": "^0.6.1"
"@watching/clips": "^0.6.2"
},
"peerDependenciesMeta": {
"@watching/clips": {
Expand Down
9 changes: 9 additions & 0 deletions packages/clips-preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @watching/clips-preact

## 0.3.2

### Patch Changes

- [`d45bc97b`](https://github.com/lemonmade/watch/commit/d45bc97b85cbbfa2fe0ec9e9d04ecc67650b41e0) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix more element rendering issues

- Updated dependencies [[`d45bc97b`](https://github.com/lemonmade/watch/commit/d45bc97b85cbbfa2fe0ec9e9d04ecc67650b41e0)]:
- @watching/clips@0.6.2

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/clips-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@watching/clips-preact",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",
"type": "module",
"publishConfig": {
Expand Down
9 changes: 9 additions & 0 deletions packages/clips-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @watching/clips-react

## 0.5.2

### Patch Changes

- [`d45bc97b`](https://github.com/lemonmade/watch/commit/d45bc97b85cbbfa2fe0ec9e9d04ecc67650b41e0) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix more element rendering issues

- Updated dependencies [[`d45bc97b`](https://github.com/lemonmade/watch/commit/d45bc97b85cbbfa2fe0ec9e9d04ecc67650b41e0)]:
- @watching/clips@0.6.2

## 0.5.1

### 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.5.1",
"version": "0.5.2",
"license": "MIT",
"type": "module",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/clips-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @watching/clips-svelte

## 0.3.2

### Patch Changes

- Updated dependencies [[`d45bc97b`](https://github.com/lemonmade/watch/commit/d45bc97b85cbbfa2fe0ec9e9d04ecc67650b41e0)]:
- @watching/clips@0.6.2

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/clips-svelte/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.3.1",
"version": "0.3.2",
"engines": {
"node": ">=18.0.0"
},
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.6.2

### Patch Changes

- [`d45bc97b`](https://github.com/lemonmade/watch/commit/d45bc97b85cbbfa2fe0ec9e9d04ecc67650b41e0) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix more element rendering issues

## 0.6.1

### 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.6.1",
"version": "0.6.2",
"license": "MIT",
"type": "module",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"zod": "^3.21.4"
},
"peerDependencies": {
"@watching/clips": "^0.6.1"
"@watching/clips": "^0.6.2"
},
"peerDependenciesMeta": {
"@watching/clips": {
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.1.33

### Patch Changes

- Updated dependencies [[`d45bc97b`](https://github.com/lemonmade/watch/commit/d45bc97b85cbbfa2fe0ec9e9d04ecc67650b41e0)]:
- @watching/clips@0.6.2

## 0.1.32

### 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.1.32",
"version": "0.1.33",
"type": "module",
"license": "MIT",
"private": true,
Expand Down

0 comments on commit c54524c

Please sign in to comment.