Skip to content

Commit

Permalink
chore: fix minimum Rollup version in several changelogs (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry authored and shellscape committed Dec 26, 2019
1 parent cb9775d commit 2044115
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/commonjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

_2019-12-13_

- **Breaking:** Minimum compatible Rollup version is 1.2.0
- **Breaking:** Minimum compatible Rollup version is 1.20.0
- **Breaking:** Minimum supported Node version is 8.0.0
- Published as @rollup/plugin-commonjs

Expand Down
2 changes: 1 addition & 1 deletion packages/image/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 2.0.0

- **Breaking:** Minimum compatible Rollup version is 1.2.0
- **Breaking:** Minimum compatible Rollup version is 1.20.0
- **Breaking:** Minimum supported Node version is 8.0.0
- **Breaking:** Plugin will generate a `const` variable for exporting the image by default. To obtain the old default functionality, use the `dom: true` option.
- Published under @rollup/plugins-image
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

_2019-11-24_

- **Breaking:** Minimum compatible Rollup version is 1.2.0
- **Breaking:** Minimum compatible Rollup version is 1.20.0
- **Breaking:** Minimum supported Node version is 8.0.0
- Published under @rollup/plugins-legacy

Expand Down
2 changes: 1 addition & 1 deletion packages/node-resolve/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

_2019-11-25_

- **Breaking:** Minimum compatible Rollup version is 1.2.0
- **Breaking:** Minimum compatible Rollup version is 1.20.0
- **Breaking:** Minimum supported Node version is 8.0.0
- Published as @rollup/plugin-node-resolve

Expand Down
2 changes: 1 addition & 1 deletion packages/pluginutils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

_2019-11-25_

- **Breaking:** Minimum compatible Rollup version is 1.2.0
- **Breaking:** Minimum compatible Rollup version is 1.20.0
- **Breaking:** Minimum supported Node version is 8.0.0
- Published as @rollup/plugins-image

Expand Down
2 changes: 1 addition & 1 deletion packages/sucrase/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

_2019-12-??_

- **Breaking:** Minimum compatible Rollup version is 1.2.0
- **Breaking:** Minimum compatible Rollup version is 1.20.0
- **Breaking:** Minimum supported Node version is 8.0.0
- Published as @rollup/plugin-sucrase
- Fix: correctly pass `enableLegacyBabel5ModuleInterop` option to Sucrase
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _2019-12-04_

_2019-11-25_

- **Breaking:** Minimum compatible Rollup version is 1.2.0
- **Breaking:** Minimum compatible Rollup version is 1.20.0
- **Breaking:** Minimum supported Node version is 8.0.0
- Published as @rollup/plugin-typescript

Expand Down
2 changes: 1 addition & 1 deletion packages/url/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

_2019-11-25_

- **Breaking:** Minimum compatible Rollup version is 1.2.0
- **Breaking:** Minimum compatible Rollup version is 1.20.0
- **Breaking:** Minimum supported Node version is 8.0.0
- Published as @rollup/plugins-url

Expand Down
2 changes: 1 addition & 1 deletion packages/virtual/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 2.0.0

- **Breaking:** Minimum compatible Rollup version is 1.2.0
- **Breaking:** Minimum compatible Rollup version is 1.20.0
- **Breaking:** Minimum supported Node version is 8.0.0
- Published under @rollup/plugins-virtual

Expand Down

0 comments on commit 2044115

Please sign in to comment.