Skip to content

Commit

Permalink
Publish packages 🚀 (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade authored Sep 16, 2024
1 parent 00d5363 commit e71901f
Show file tree
Hide file tree
Showing 16 changed files with 53 additions and 30 deletions.
6 changes: 0 additions & 6 deletions .changeset/dry-mirrors-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-donkeys-sleep.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/swift-kangaroos-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-readers-remember.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.0"
"@watching/clips": "^0.6.1"
},
"peerDependenciesMeta": {
"@watching/clips": {
Expand Down
11 changes: 11 additions & 0 deletions packages/clips-preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @watching/clips-preact

## 0.3.1

### Patch Changes

- [`26d3ecaa`](https://github.com/lemonmade/watch/commit/26d3ecaa5dd0b735bcae082bceb209a35f8febc2) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix missing slots on React and Preact wrapper components

- [`ba5df0ce`](https://github.com/lemonmade/watch/commit/ba5df0ce4d9ac0cfa6c966817c1620642b9c350d) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix some more element definition issues

- Updated dependencies [[`ba5df0ce`](https://github.com/lemonmade/watch/commit/ba5df0ce4d9ac0cfa6c966817c1620642b9c350d), [`3f8d4c40`](https://github.com/lemonmade/watch/commit/3f8d4c406e69267ad231196595847102bc723741)]:
- @watching/clips@0.6.1

## 0.3.0

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

## 0.5.1

### Patch Changes

- [`26d3ecaa`](https://github.com/lemonmade/watch/commit/26d3ecaa5dd0b735bcae082bceb209a35f8febc2) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix missing slots on React and Preact wrapper components

- [`ba5df0ce`](https://github.com/lemonmade/watch/commit/ba5df0ce4d9ac0cfa6c966817c1620642b9c350d) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix some more element definition issues

- Updated dependencies [[`ba5df0ce`](https://github.com/lemonmade/watch/commit/ba5df0ce4d9ac0cfa6c966817c1620642b9c350d), [`3f8d4c40`](https://github.com/lemonmade/watch/commit/3f8d4c406e69267ad231196595847102bc723741)]:
- @watching/clips@0.6.1

## 0.5.0

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

## 0.3.1

### Patch Changes

- [`b4005bd6`](https://github.com/lemonmade/watch/commit/b4005bd6c248406924167e5682006de22a1fbef6) Thanks [@lemonmade](https://github.com/lemonmade)! - Update Svelte peer dependencies

- Updated dependencies [[`ba5df0ce`](https://github.com/lemonmade/watch/commit/ba5df0ce4d9ac0cfa6c966817c1620642b9c350d), [`3f8d4c40`](https://github.com/lemonmade/watch/commit/3f8d4c406e69267ad231196595847102bc723741)]:
- @watching/clips@0.6.1

## 0.3.0

### Minor 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.0",
"version": "0.3.1",
"engines": {
"node": ">=18.0.0"
},
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.6.1

### Patch Changes

- [`ba5df0ce`](https://github.com/lemonmade/watch/commit/ba5df0ce4d9ac0cfa6c966817c1620642b9c350d) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix some more element definition issues

- [`3f8d4c40`](https://github.com/lemonmade/watch/commit/3f8d4c406e69267ad231196595847102bc723741) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix `Stack.spacing` and `Grid.spacing` properties incorrectly mapping to `padding`

## 0.6.0

### Minor 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.0",
"version": "0.6.1",
"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.0"
"@watching/clips": "^0.6.1"
},
"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.32

### Patch Changes

- Updated dependencies [[`ba5df0ce`](https://github.com/lemonmade/watch/commit/ba5df0ce4d9ac0cfa6c966817c1620642b9c350d), [`3f8d4c40`](https://github.com/lemonmade/watch/commit/3f8d4c406e69267ad231196595847102bc723741)]:
- @watching/clips@0.6.1

## 0.1.31

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

0 comments on commit e71901f

Please sign in to comment.