Skip to content

Commit

Permalink
Version Packages (#73)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 4, 2021
1 parent 91772d6 commit 11d903a
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/lazy-coins-type.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-meals-sip.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"prepare": "bob-esbuild build && node lib/index.js"
},
"dependencies": {
"bob-esbuild-cli": "workspace:^0.2.0",
"bob-esbuild-cli": "workspace:^0.2.1",
"shared": "workspace:^1.0.0"
},
"buildConfig": {
Expand Down
2 changes: 1 addition & 1 deletion examples/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"prepare": "bob-esbuild build"
},
"dependencies": {
"bob-esbuild-cli": "workspace:^0.2.0"
"bob-esbuild-cli": "workspace:^0.2.1"
}
}
9 changes: 9 additions & 0 deletions packages/bob-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# bob-esbuild-cli

## 0.2.1

### Patch Changes

- 91772d6: rollback globby to v11
- Updated dependencies [8f52656]
- Updated dependencies [91772d6]
- bob-esbuild@0.2.1

## 0.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/bob-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bob-esbuild-cli",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "https://github.com/PabloSzx/bob-esbuild",
"bugs": "https://github.com/PabloSzx/bob-esbuild/issues",
"repository": {
Expand Down Expand Up @@ -36,11 +36,11 @@
"postpublish": "gh-release"
},
"dependencies": {
"bob-esbuild": "workspace:0.2.0",
"bob-esbuild": "workspace:0.2.1",
"commander": "^8.1.0"
},
"devDependencies": {
"bob-esbuild": "workspace:0.2.0",
"bob-esbuild": "workspace:0.2.1",
"changesets-github-release": "^0.0.3",
"esbuild-register": "^2.6.0",
"typescript": "^4.3.5"
Expand Down
7 changes: 7 additions & 0 deletions packages/bob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# bob-esbuild

## 0.2.1

### Patch Changes

- 8f52656: rmSync -> unlinkSync
- 91772d6: rollback globby to v11

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bob-esbuild",
"version": "0.2.0",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "https://github.com/PabloSzx/bob-esbuild",
Expand Down
6 changes: 3 additions & 3 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 11d903a

Please sign in to comment.