Skip to content

Commit

Permalink
Version Packages (#172)
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 Nov 5, 2021
1 parent f27ff9a commit 86aeed2
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-monkeys-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-pianos-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-coins-sip.md

This file was deleted.

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

## 2.2.0

### Minor Changes

- f667154: support "type": "module", flexible package.json validation, improved per-package config, manual package.json rewrite, remove sucrase dep

### Patch Changes

- f27ff9a: Fix bin output ESM or CJS based on extension
- Updated dependencies [816d97e]
- bob-esbuild-plugin@2.2.0

## 2.1.1

### Patch Changes
Expand Down
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": "2.1.1",
"version": "2.2.0",
"repository": {
"type": "git",
"url": "https://github.com/PabloSzx/bob-esbuild",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@pnpm/exportable-manifest": "^2.1.7",
"bob-esbuild-plugin": "workspace:2.1.0",
"bob-esbuild-plugin": "workspace:2.2.0",
"builtin-modules": "^3.2.0",
"chalk": "^4.1.2",
"cosmiconfig": "^7.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/esbuild-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# bob-esbuild-plugin

## 2.2.0

### Patch Changes

- 816d97e: Fix pass define option to bundle

## 2.1.0

### Minor Changes
Expand Down
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": "2.1.0",
"version": "2.2.0",
"description": "bob-esbuild main plugin, based on https://github.com/egoist/rollup-plugin-esbuild",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 86aeed2

Please sign in to comment.