Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
remorses committed Mar 31, 2021
1 parent 09b9135 commit 93aa33a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
7 changes: 7 additions & 0 deletions all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @esbuild-plugins/all

## 0.0.22

### Patch Changes

- Updated dependencies [undefined]
- @esbuild-plugins/node-modules-polyfill@0.1.1

## 0.0.21

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esbuild-plugins/all",
"version": "0.0.21",
"version": "0.0.22",
"description": "",
"main": "dist/index.js",
"module": "esm/index.js",
Expand All @@ -22,7 +22,7 @@
"@esbuild-plugins/node-resolve": "0.0.15",
"@esbuild-plugins/html": "0.0.18",
"@esbuild-plugins/esm-externals": "0.0.5",
"@esbuild-plugins/node-modules-polyfill": "0.1.0",
"@esbuild-plugins/node-modules-polyfill": "0.1.1",
"@esbuild-plugins/node-globals-polyfill": "0.1.0"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions node-modules-polyfill/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @esbuild-plugins/node-modules-polyfill

## 0.1.1

### Patch Changes

- Fix requirejs interop

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion node-modules-polyfill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esbuild-plugins/node-modules-polyfill",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "dist/index.js",
"module": "esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES5",
"target": "ES2016",
"module": "commonjs",
// "allowJs": true,
"moduleResolution": "Node",
Expand Down

0 comments on commit 93aa33a

Please sign in to comment.