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 Jul 17, 2024
1 parent 763608d commit 21f5eb0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/large-bikes-rule.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @watching/cli

## 2.1.3

### Patch Changes

- Updated dependencies [[`763608d1`](https://github.com/lemonmade/watch/commit/763608d1925e1f345da1ee4b391f0127827a4618)]:
- @watching/tools@0.2.1

## 2.1.2

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

## 0.2.1

### Patch Changes

- [`763608d1`](https://github.com/lemonmade/watch/commit/763608d1925e1f345da1ee4b391f0127827a4618) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix errors when `.esnext` dependencies have tsconfig files

## 1.0.0

### Minor Changes
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": "0.2.0",
"version": "0.2.1",
"engines": {
"node": ">=18.0.0"
},
Expand Down

0 comments on commit 21f5eb0

Please sign in to comment.