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

+1-1
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

+4-4
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

+5
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

+1-1
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

+1-1
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

+7-7
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

+2-2
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

+2-2
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

+18-18
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

+1-1
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

packages/legacy/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @rollup/plugin-legacy changelog
1+
# @rollup/plugin-legacy ChangeLog
22

33
## 2.0.0
44

@@ -12,4 +12,4 @@ _2019-11-24_
1212

1313
_2016-12-28_
1414

15-
- First release
15+
- First Release

packages/multi-entry/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @rollup/plugin-multi-entry Change Log
1+
# @rollup/plugin-multi-entry ChangeLog
22

33
## 3.0.0
44

packages/node-resolve/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @rollup/plugin-node-resolve Change Log
1+
# @rollup/plugin-node-resolve ChangeLog
22

33
## 6.0.0
44

packages/pluginutils/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# @rollup/pluginutils changelog
1+
# @rollup/pluginutils ChangeLog
22

33
## 3.0.1
44

5-
- fix(pluginutils): Escape glob characters in folder (#84)
5+
- fix: Escape glob characters in folder (#84)
66

77
## 3.0.0
88

packages/replace/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rollup-plugin-replace changelog
1+
# @rollup/plugin-replace ChangeLog
22

33
## 2.3.0
44

packages/run/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @rollup/plugin-run Change Log
1+
# @rollup/plugin-run ChangeLog
22

33
## 1.1.0
44

packages/strip/CHANGELOG.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
# @rollup/plugin-strip changelog
1+
# @rollup/plugin-strip ChangeLog
22

33
## 1.2.2
44

5-
* Fix object destructuring assignments with default values ([#17](https://github.com/rollup/@rollup/plugin-strip/pull/17))
6-
* update `rollup-pluginutils` ([#22](https://github.com/rollup/@rollup/plugin-strip/pull/22))
5+
- Fix object destructuring assignments with default values ([#17](https://github.com/rollup/@rollup/plugin-strip/pull/17))
6+
- update `rollup-pluginutils` ([#22](https://github.com/rollup/@rollup/plugin-strip/pull/22))
77

88
## 1.2.1
99

10-
* Update dependencies
10+
- Update dependencies
1111

1212
## 1.2.0
1313

14-
* Use `this.parse` instead of `acorn.parse`
15-
* Make code removal more conservative ([#9](https://github.com/rollup/@rollup/plugin-strip/pull/9))
14+
- Use `this.parse` instead of `acorn.parse`
15+
- Make code removal more conservative ([#9](https://github.com/rollup/@rollup/plugin-strip/pull/9))
1616

1717
## 1.1.1
1818

19-
* Return a `name`
19+
- Return a `name`
2020

2121
## 1.1.0
2222

23-
* Remove methods of `this` and `super` ([#3](https://github.com/rollup/@rollup/plugin-strip/issues/3))
23+
- Remove methods of `this` and `super` ([#3](https://github.com/rollup/@rollup/plugin-strip/issues/3))
2424

2525
## 1.0.3
2626

27-
* Fix build
27+
- Fix build
2828

2929
## 1.0.2
3030

31-
* Default to adding sourcemap locations
31+
- Default to adding sourcemap locations
3232

3333
## 1.0.1
3434

35-
* Skip removed call expressions from further AST traversal
35+
- Skip removed call expressions from further AST traversal
3636

3737
## 1.0.0
3838

39-
* Initial release
39+
- Initial release

packages/sucrase/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @rollup/plugin-sucrase Change Log
1+
# @rollup/plugin-sucrase ChangeLog
22

33
## 3.0.0
44

packages/typescript/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @rollup/plugin-typescript changelog
1+
# @rollup/plugin-typescript ChangeLog
22

33
## 2.0.1
44

packages/url/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @rollup/plugin-url Change Log
1+
# @rollup/plugin-url ChangeLog
22

33
## 4.0.0
44

packages/virtual/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @rollup/plugin-virtual Change Log
1+
# @rollup/plugin-virtual ChangeLog
22

33
## 2.0.0
44

packages/wasm/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @rollup/plugin-wasm ChangeLog
2+
3+
## 3.0.0
4+
5+
_2018-02-17_
6+
7+
### Breaking Changes
8+
9+
- A function is now imported instead of the module.
10+
11+
### Features
12+
13+
- feat: simplify wasm imports (ace7b2a)

packages/yaml/CHANGELOG.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
# @rollup/plugin-yaml Change Log
1+
# @rollup/plugin-yaml ChangeLog
22

33
## 2.0.0
4-
*2019-10-18*
54

6-
* Add `transform` option [#6](https://github.com/rollup/rollup-plugin-yaml/pull/6) (by @CharlesHolbrow)
7-
* Update dependencies and build, require Node 6 [#7](https://github.com/rollup/rollup-plugin-yaml/pull/7) (by @lukastaegert)
5+
_2019-10-18_
6+
7+
- Add `transform` option [#6](https://github.com/rollup/rollup-plugin-yaml/pull/6) (by @CharlesHolbrow)
8+
- Update dependencies and build, require Node 6 [#7](https://github.com/rollup/rollup-plugin-yaml/pull/7) (by @lukastaegert)
89

910
## 1.1.0
1011

11-
* Switch to `js-yaml` for parsing [#2](https://github.com/rollup/rollup-plugin-yaml/pull/2)
12+
- Switch to `js-yaml` for parsing [#2](https://github.com/rollup/rollup-plugin-yaml/pull/2)
1213

1314
## 1.0.0
1415

15-
* First release
16+
- First release

0 commit comments

Comments
 (0)