Skip to content

Commit

Permalink
chore(release): babel v5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Jan 29, 2021
1 parent ac76f1c commit c0578d7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions packages/babel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rollup/plugin-babel ChangeLog

## v5.2.3

_2021-01-29_

### Updates

- docs: add usage with commonjs. fixes #622 (6b4b7b6)
- docs: update export in README (#690)

## v5.2.2

_2020-11-30_
Expand Down
14 changes: 7 additions & 7 deletions packages/babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-babel",
"version": "5.2.2",
"version": "5.2.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -50,6 +50,11 @@
"@types/babel__core": "^7.1.9",
"rollup": "^1.20.0||^2.0.0"
},
"peerDependenciesMeta": {
"@types/babel__core": {
"optional": true
}
},
"dependencies": {
"@babel/helper-module-imports": "^7.10.4",
"@rollup/pluginutils": "^3.1.0"
Expand Down Expand Up @@ -82,10 +87,5 @@
"contributors": [
"Bogdan Chadkin <[email protected]>",
"Mateusz Burzyński <[email protected]> (https://github.com/Andarist)"
],
"peerDependenciesMeta": {
"@types/babel__core": {
"optional": true
}
}
]
}

0 comments on commit c0578d7

Please sign in to comment.