Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix minimum Rollup version in several changelogs #118

Merged
merged 1 commit into from
Dec 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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