Skip to content

Commit 2044115

Browse files
Conduitryshellscape
authored andcommitted
chore: fix minimum Rollup version in several changelogs (#118)
1 parent cb9775d commit 2044115

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

packages/commonjs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
_2019-12-13_
66

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

packages/image/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 2.0.0
44

5-
- **Breaking:** Minimum compatible Rollup version is 1.2.0
5+
- **Breaking:** Minimum compatible Rollup version is 1.20.0
66
- **Breaking:** Minimum supported Node version is 8.0.0
77
- **Breaking:** Plugin will generate a `const` variable for exporting the image by default. To obtain the old default functionality, use the `dom: true` option.
88
- Published under @rollup/plugins-image

packages/legacy/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
_2019-11-24_
66

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

packages/node-resolve/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
_2019-11-25_
66

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

packages/pluginutils/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
_2019-11-25_
1010

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

packages/sucrase/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
_2019-12-??_
66

7-
- **Breaking:** Minimum compatible Rollup version is 1.2.0
7+
- **Breaking:** Minimum compatible Rollup version is 1.20.0
88
- **Breaking:** Minimum supported Node version is 8.0.0
99
- Published as @rollup/plugin-sucrase
1010
- Fix: correctly pass `enableLegacyBabel5ModuleInterop` option to Sucrase

packages/typescript/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ _2019-12-04_
1010

1111
_2019-11-25_
1212

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

packages/url/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
_2019-11-25_
66

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

packages/virtual/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 2.0.0
44

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

0 commit comments

Comments
 (0)