Skip to content

Commit

Permalink
Fix dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Dec 2, 2023
1 parent f0bc1cd commit 67adbf1
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @watching/cli

## 3.0.0
## 2.1.0

### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@watching/cli",
"description": "A CLI to develop apps for watch.lemon.tools",
"license": "MIT",
"version": "3.0.0",
"version": "2.1.0",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/clips-preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @watching/clips-preact

## 1.0.0
## 0.2.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": "1.0.0",
"version": "0.2.0",
"license": "MIT",
"type": "module",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/clips-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @watching/clips-react

## 1.0.0
## 0.4.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": "1.0.0",
"version": "0.4.0",
"license": "MIT",
"type": "module",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/clips-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @watching/clips-svelte

## 1.0.0
## 0.2.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": "1.0.0",
"version": "0.2.0",
"engines": {
"node": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/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": "1.0.0",
"version": "0.2.0",
"engines": {
"node": ">=18.0.0"
},
Expand Down

0 comments on commit 67adbf1

Please sign in to comment.