Skip to content

Commit 40efea8

Browse files
authored
chore(repo): assert changelogs (#134)
1 parent f11c94b commit 40efea8

File tree

23 files changed

+86
-67
lines changed

23 files changed

+86
-67
lines changed

packages/alias/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @rollup/plugin-alias Changelog
1+
# @rollup/plugin-alias ChangeLog
22

33
## 3.0.0
44

packages/auto-install/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @rollup/plugin-auto-install Change Log
1+
# @rollup/plugin-auto-install ChangeLog
22

33
## 2.0.0
44

@@ -8,12 +8,12 @@
88

99
## 1.0.2
1010

11-
* Ignore virtual modules
11+
- Ignore virtual modules
1212

1313
## 1.0.1
1414

15-
* Prevent duplicate installs
15+
- Prevent duplicate installs
1616

1717
## 1.0.0
1818

19-
* First release
19+
- First release

packages/beep/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# @rollup/plugin-beep ChangeLog
2+
3+
## 0.1.0
4+
5+
- First Release

packages/buble/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rollup-plugin-buble changelog
1+
# @rollup/plugin-buble ChangeLog
22

33
## 0.21.0
44

packages/commonjs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @rollup/plugin-commonjs changelog
1+
# @rollup/plugin-commonjs ChangeLog
22

33
## 11.0.0
44

packages/dsv/CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
# rollup-plugin-dsv changelog
1+
# @rollup/plugin-dsv ChangeLog
22

33
## 1.2.0
44

5-
* Pass `id` to `processRow`
5+
- Pass `id` to `processRow`
66

77
## 1.1.2
88

9-
* Return a `name`
9+
- Return a `name`
1010

1111
## 1.1.1
1212

13-
* Add missing dependencies
13+
- Add missing dependencies
1414

1515
## 1.1.0
1616

17-
* Support `options.processRow`
17+
- Support `options.processRow`
1818

1919
## 1.0.1
2020

21-
* Include correct files in package
21+
- Include correct files in package
2222

2323
## 1.0.0
2424

25-
* First release
25+
- First release

packages/html/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# @rollup/plugin-html Change Log
1+
# @rollup/plugin-html ChangeLog
22

33
## 0.1.0
44

55
_2019-11-29_
66

7-
- First version
7+
- First Release

packages/image/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @rollup/plugin-image Change Log
1+
# @rollup/plugin-image ChangeLog
22

33
## 2.0.0
44

@@ -20,4 +20,4 @@
2020

2121
## 1.0.0
2222

23-
- First release
23+
- First Release

packages/inject/CHANGELOG.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
1-
# @rollup/plugin-inject Changelog
1+
# @rollup/plugin-inject ChangeLog
22

33
## 3.0.2
44

5-
* Fix bug with sourcemap usage
5+
- Fix bug with sourcemap usage
66

77
## 3.0.1
88

9-
* Generate sourcemap when sourcemap enabled
9+
- Generate sourcemap when sourcemap enabled
1010

1111
## 3.0.0
1212

13-
* Remove node v6 from support
14-
* Use modern js
13+
- Remove node v6 from support
14+
- Use modern js
1515

1616
## 2.1.0
1717

18-
* Update all dependencies ([#15](https://github.com/rollup/rollup-plugin-inject/pull/15))
18+
- Update all dependencies ([#15](https://github.com/rollup/rollup-plugin-inject/pull/15))
1919

2020
## 2.0.0
2121

22-
* Work with all file extensions, not just `.js` (unless otherwise specified via `options.include` and `options.exclude`) ([#6](https://github.com/rollup/rollup-plugin-inject/pull/6))
23-
* Allow `*` imports ([#9](https://github.com/rollup/rollup-plugin-inject/pull/9))
24-
* Ignore replacements that are superseded (e.g. if `Buffer.isBuffer` is replaced, ignore `Buffer` replacement) ([#10](https://github.com/rollup/rollup-plugin-inject/pull/10))
22+
- Work with all file extensions, not just `.js` (unless otherwise specified via `options.include` and `options.exclude`) ([#6](https://github.com/rollup/rollup-plugin-inject/pull/6))
23+
- Allow `*` imports ([#9](https://github.com/rollup/rollup-plugin-inject/pull/9))
24+
- Ignore replacements that are superseded (e.g. if `Buffer.isBuffer` is replaced, ignore `Buffer` replacement) ([#10](https://github.com/rollup/rollup-plugin-inject/pull/10))
2525

2626
## 1.4.1
2727

28-
* Return a `name`
28+
- Return a `name`
2929

3030
## 1.4.0
3131

32-
* Use `string.search` instead of `regex.test` to avoid state-related mishaps ([#5](https://github.com/rollup/rollup-plugin-inject/issues/5))
33-
* Prevent self-importing module bug
32+
- Use `string.search` instead of `regex.test` to avoid state-related mishaps ([#5](https://github.com/rollup/rollup-plugin-inject/issues/5))
33+
- Prevent self-importing module bug
3434

3535
## 1.3.0
3636

37-
* Windows support ([#2](https://github.com/rollup/rollup-plugin-inject/issues/2))
38-
* Node 0.12 support
37+
- Windows support ([#2](https://github.com/rollup/rollup-plugin-inject/issues/2))
38+
- Node 0.12 support
3939

4040
## 1.2.0
4141

42-
* Generate sourcemaps by default
42+
- Generate sourcemaps by default
4343

4444
## 1.1.1
4545

46-
* Use `modules` option
46+
- Use `modules` option
4747

4848
## 1.1.0
4949

50-
* Handle shorthand properties
50+
- Handle shorthand properties
5151

5252
## 1.0.0
5353

54-
* First release
54+
- First release

packages/json/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rollup-plugin-json changelog
1+
# @rollup/plugin-json ChangeLog
22

33
## 4.0.1
44

0 commit comments

Comments
 (0)