Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 30, 2021
1 parent 687b7ec commit 7c6fac0
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/lovely-ghosts-thank.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/bob-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# bob-esbuild-cli

## 0.1.15
### Patch Changes

- 4c678c8: improve build
- Updated dependencies [4c678c8]
- bob-esbuild@0.1.12
4 changes: 2 additions & 2 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.1.14",
"version": "0.1.15",
"homepage": "https://github.com/PabloSzx/bob-esbuild",
"bugs": "https://github.com/PabloSzx/bob-esbuild/issues",
"repository": "https://github.com/PabloSzx/bob-esbuild",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@oclif/errors": "^1.3.4",
"@oclif/parser": "^3.8.5",
"@oclif/plugin-help": "^3.2.2",
"bob-esbuild": "workspace:^0.1.11"
"bob-esbuild": "workspace:^0.1.12"
},
"devDependencies": {
"@oclif/dev-cli": "^1.26.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/bob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# bob-esbuild

## 0.1.12
### Patch Changes

- 4c678c8: improve build
- Updated dependencies [4c678c8]
- bob-esbuild-plugin@0.1.1
4 changes: 2 additions & 2 deletions packages/bob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bob-esbuild",
"version": "0.1.11",
"version": "0.1.12",
"license": "MIT",
"author": "PabloSzx <pablosaez1995@gmail.com>",
"exports": {
Expand All @@ -26,7 +26,7 @@
"postpublish": "gh-release --repo PabloSzx/bob-esbuild"
},
"dependencies": {
"bob-esbuild-plugin": "workspace:^0.1.0",
"bob-esbuild-plugin": "workspace:^0.1.1",
"builtin-modules": "^3.2.0",
"chalk": "^4.1.1",
"cosmiconfig": "^7.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/esbuild-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# bob-esbuild-plugin

## 0.1.1
### Patch Changes

- 4c678c8: improve build
2 changes: 1 addition & 1 deletion packages/esbuild-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bob-esbuild-plugin",
"version": "0.1.0",
"version": "0.1.1",
"description": "bob-esbuild main plugin, based on https://github.com/egoist/rollup-plugin-esbuild",
"license": "MIT",
"author": "PabloSzx <pablosaez1995@gmail.com>",
Expand Down
4 changes: 2 additions & 2 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 7c6fac0

Please sign in to comment.