Skip to content

Commit 5ae1387

Browse files
committed
chore(release): 4.5.2
1 parent a5a45dd commit 5ae1387

3 files changed

Lines changed: 146 additions & 127 deletions

File tree

CHANGELOG.md

Lines changed: 122 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,122 @@
1+
## [4.5.2](https://github.com/JamieMason/syncpack/compare/4.4.2...4.5.2) (2019-05-14)
2+
3+
4+
### Features
5+
6+
* **cli:** add support for yarn workspaces ([a5a45dd](https://github.com/JamieMason/syncpack/commit/a5a45dd)), closes [#20](https://github.com/JamieMason/syncpack/issues/20) [#22](https://github.com/JamieMason/syncpack/issues/22)
7+
8+
9+
110
## [4.4.2](https://github.com/JamieMason/syncpack/compare/4.4.1...4.4.2) (2019-05-06)
211

12+
313
### Bug Fixes
414

5-
- **filter:** --filter is a string, not a boolean
6-
([5587f2b](https://github.com/JamieMason/syncpack/commit/5587f2b))
15+
* **filter:** --filter is a string, not a boolean ([5587f2b](https://github.com/JamieMason/syncpack/commit/5587f2b))
16+
17+
718

819
## [4.4.1](https://github.com/JamieMason/syncpack/compare/4.3.1...4.4.1) (2019-04-29)
920

21+
1022
### Features
1123

12-
- **options:** add dependency filter regex
13-
([bfb1f1d](https://github.com/JamieMason/syncpack/commit/bfb1f1d)), closes
14-
[#18](https://github.com/JamieMason/syncpack/issues/18)
24+
* **options:** add dependency filter regex ([bfb1f1d](https://github.com/JamieMason/syncpack/commit/bfb1f1d)), closes [#18](https://github.com/JamieMason/syncpack/issues/18)
25+
26+
1527

1628
## [4.3.1](https://github.com/JamieMason/syncpack/compare/4.0.1...4.3.1) (2019-02-03)
1729

30+
1831
### Features
1932

20-
- **fix-mismatches:** output which files are (un)changed
21-
([a79b078](https://github.com/JamieMason/syncpack/commit/a79b078))
22-
- **format:** output which files are (un)changed
23-
([3a08a7a](https://github.com/JamieMason/syncpack/commit/3a08a7a))
24-
- **list:** sort output alphabetically
25-
([f61bde4](https://github.com/JamieMason/syncpack/commit/f61bde4))
33+
* **fix-mismatches:** output which files are (un)changed ([a79b078](https://github.com/JamieMason/syncpack/commit/a79b078))
34+
* **format:** output which files are (un)changed ([3a08a7a](https://github.com/JamieMason/syncpack/commit/3a08a7a))
35+
* **list:** sort output alphabetically ([f61bde4](https://github.com/JamieMason/syncpack/commit/f61bde4))
36+
37+
2638

2739
## [4.0.1](https://github.com/JamieMason/syncpack/compare/4.0.0...4.0.1) (2019-01-14)
2840

41+
2942
### Bug Fixes
3043

31-
- **ci:** cannot read property concat of undefined
32-
([46a45e2](https://github.com/JamieMason/syncpack/commit/46a45e2)), closes
33-
[#16](https://github.com/JamieMason/syncpack/issues/16)
44+
* **ci:** cannot read property concat of undefined ([46a45e2](https://github.com/JamieMason/syncpack/commit/46a45e2)), closes [#16](https://github.com/JamieMason/syncpack/issues/16)
45+
46+
3447

3548
# [4.0.0](https://github.com/JamieMason/syncpack/compare/3.5.2...4.0.0) (2019-01-11)
3649

50+
3751
### Bug Fixes
3852

39-
- **node:** support Node.js 8.x or newer
40-
([c71009e](https://github.com/JamieMason/syncpack/commit/c71009e))
41-
- **npm:** update dependencies
42-
([23b02e3](https://github.com/JamieMason/syncpack/commit/23b02e3)), closes
43-
[#15](https://github.com/JamieMason/syncpack/issues/15)
53+
* **node:** support Node.js 8.x or newer ([c71009e](https://github.com/JamieMason/syncpack/commit/c71009e))
54+
* **npm:** update dependencies ([23b02e3](https://github.com/JamieMason/syncpack/commit/23b02e3)), closes [#15](https://github.com/JamieMason/syncpack/issues/15)
55+
4456

4557
### BREAKING CHANGES
4658

47-
- **node:** Support Node.js 8.x or newer, Transitive Dependency ip-regex@3.0.0
48-
supports node ">=8".
59+
* **node:** Support Node.js 8.x or newer, Transitive Dependency ip-regex@3.0.0
60+
supports node ">=8".
61+
62+
4963

5064
## [3.5.2](https://github.com/JamieMason/syncpack/compare/3.5.0...3.5.2) (2019-01-07)
5165

66+
5267
### Bug Fixes
5368

54-
- **core:** improve handling of non-semver versions
55-
([9e1176a](https://github.com/JamieMason/syncpack/commit/9e1176a)), closes
56-
[#14](https://github.com/JamieMason/syncpack/issues/14)
57-
- **npm:** update dependencies
58-
([09d9f04](https://github.com/JamieMason/syncpack/commit/09d9f04))
69+
* **core:** improve handling of non-semver versions ([9e1176a](https://github.com/JamieMason/syncpack/commit/9e1176a)), closes [#14](https://github.com/JamieMason/syncpack/issues/14)
70+
* **npm:** update dependencies ([09d9f04](https://github.com/JamieMason/syncpack/commit/09d9f04))
71+
72+
5973

6074
# [3.5.0](https://github.com/JamieMason/syncpack/compare/3.4.0...3.5.0) (2018-10-29)
6175

76+
6277
### Features
6378

64-
- **cli:** improve --help output and examples
65-
([dfe6274](https://github.com/JamieMason/syncpack/commit/dfe6274))
79+
* **cli:** improve --help output and examples ([dfe6274](https://github.com/JamieMason/syncpack/commit/dfe6274))
80+
81+
6682

6783
# [3.4.0](https://github.com/JamieMason/syncpack/compare/3.3.0...3.4.0) (2018-10-28)
6884

85+
6986
### Features
7087

71-
- **cli:** read sources from lerna.json if present
72-
([77b90eb](https://github.com/JamieMason/syncpack/commit/77b90eb)), closes
73-
[#11](https://github.com/JamieMason/syncpack/issues/11)
88+
* **cli:** read sources from lerna.json if present ([77b90eb](https://github.com/JamieMason/syncpack/commit/77b90eb)), closes [#11](https://github.com/JamieMason/syncpack/issues/11)
89+
90+
7491

7592
# [3.3.0](https://github.com/JamieMason/syncpack/compare/3.0.0...3.3.0) (2018-10-28)
7693

94+
7795
### Features
7896

79-
- **cli:** specify dependency types as options
80-
([ec5ef6b](https://github.com/JamieMason/syncpack/commit/ec5ef6b)), closes
81-
[#10](https://github.com/JamieMason/syncpack/issues/10)
82-
- **cli:** specify indentation as option
83-
([8b408bd](https://github.com/JamieMason/syncpack/commit/8b408bd)), closes
84-
[#12](https://github.com/JamieMason/syncpack/issues/12)
85-
- **format:** sort contributors alphabetically
86-
([935ffcf](https://github.com/JamieMason/syncpack/commit/935ffcf))
97+
* **cli:** specify dependency types as options ([ec5ef6b](https://github.com/JamieMason/syncpack/commit/ec5ef6b)), closes [#10](https://github.com/JamieMason/syncpack/issues/10)
98+
* **cli:** specify indentation as option ([8b408bd](https://github.com/JamieMason/syncpack/commit/8b408bd)), closes [#12](https://github.com/JamieMason/syncpack/issues/12)
99+
* **format:** sort contributors alphabetically ([935ffcf](https://github.com/JamieMason/syncpack/commit/935ffcf))
100+
87101

88102
### Performance Improvements
89103

90-
- **npm:** move [@types](https://github.com/types) to devDependencies
91-
([ad5951c](https://github.com/JamieMason/syncpack/commit/ad5951c)), closes
92-
[#13](https://github.com/JamieMason/syncpack/issues/13)
104+
* **npm:** move [@types](https://github.com/types) to devDependencies ([ad5951c](https://github.com/JamieMason/syncpack/commit/ad5951c)), closes [#13](https://github.com/JamieMason/syncpack/issues/13)
105+
106+
93107

94108
# [3.0.0](https://github.com/JamieMason/syncpack/compare/2.0.1...3.0.0) (2018-08-25)
95109

110+
96111
### Features
97112

98-
- **bin:** override package locations using repeatable --source options
99-
([5dbcfd4](https://github.com/JamieMason/syncpack/commit/5dbcfd4))
100-
- **list-mismatches:** return exit code on finding mismatches
101-
([06958c6](https://github.com/JamieMason/syncpack/commit/06958c6))
113+
* **bin:** override package locations using repeatable --source options ([5dbcfd4](https://github.com/JamieMason/syncpack/commit/5dbcfd4))
114+
* **list-mismatches:** return exit code on finding mismatches ([06958c6](https://github.com/JamieMason/syncpack/commit/06958c6))
115+
102116

103117
### BREAKING CHANGES
104118

105-
- **bin:** Previously the location of package.json files could be overridden
106-
like so:
119+
* **bin:** Previously the location of package.json files could be overridden like so:
107120

108121
```
109122
syncpack list './package.json' './packages/*/package.json'
@@ -118,108 +131,129 @@ syncpack list --source './package.json' --source './packages/*/package.json'
118131
This change is to make way for new commands which will also require an
119132
overridable `--target` option.
120133

134+
135+
121136
## [2.0.1](https://github.com/JamieMason/syncpack/compare/2.0.0...2.0.1) (2018-04-29)
122137

138+
123139
### Bug Fixes
124140

125-
- **core:** ensure pattern overrides are read
126-
([7513ba5](https://github.com/JamieMason/syncpack/commit/7513ba5))
141+
* **core:** ensure pattern overrides are read ([7513ba5](https://github.com/JamieMason/syncpack/commit/7513ba5))
142+
143+
127144

128145
# [2.0.0](https://github.com/JamieMason/syncpack/compare/1.3.2...2.0.0) (2018-04-29)
129146

147+
130148
### Features
131149

132-
- **core:** support multiple glob patterns
133-
([a2b5af0](https://github.com/JamieMason/syncpack/commit/a2b5af0)), closes
134-
[#5](https://github.com/JamieMason/syncpack/issues/5)
135-
[#6](https://github.com/JamieMason/syncpack/issues/6)
150+
* **core:** support multiple glob patterns ([a2b5af0](https://github.com/JamieMason/syncpack/commit/a2b5af0)), closes [#5](https://github.com/JamieMason/syncpack/issues/5) [#6](https://github.com/JamieMason/syncpack/issues/6)
151+
136152

137153
### BREAKING CHANGES
138154

139-
- **core:** --packages option replaced with variadic arguments
155+
* **core:** --packages option replaced with variadic arguments
156+
157+
140158

141159
## [1.3.2](https://github.com/JamieMason/syncpack/compare/1.2.2...1.3.2) (2018-04-28)
142160

161+
143162
### Features
144163

145-
- **core:** add set-semver-ranges command
146-
([4d206b9](https://github.com/JamieMason/syncpack/commit/4d206b9))
164+
* **core:** add set-semver-ranges command ([4d206b9](https://github.com/JamieMason/syncpack/commit/4d206b9))
165+
166+
147167

148168
## [1.2.2](https://github.com/JamieMason/syncpack/compare/1.0.2...1.2.2) (2018-02-10)
149169

170+
150171
### Features
151172

152-
- **core:** add format command
153-
([bae1133](https://github.com/JamieMason/syncpack/commit/bae1133))
154-
- **core:** output current version
155-
([e53cd99](https://github.com/JamieMason/syncpack/commit/e53cd99))
173+
* **core:** add format command ([bae1133](https://github.com/JamieMason/syncpack/commit/bae1133))
174+
* **core:** output current version ([e53cd99](https://github.com/JamieMason/syncpack/commit/e53cd99))
175+
176+
156177

157178
## [1.0.2](https://github.com/JamieMason/syncpack/compare/1.0.1...1.0.2) (2018-02-02)
158179

180+
181+
159182
## [1.0.1](https://github.com/JamieMason/syncpack/compare/1.0.0...1.0.1) (2018-02-02)
160183

184+
161185
### Bug Fixes
162186

163-
- **core:** correct paths to binaries
164-
([5682cd6](https://github.com/JamieMason/syncpack/commit/5682cd6))
187+
* **core:** correct paths to binaries ([5682cd6](https://github.com/JamieMason/syncpack/commit/5682cd6))
188+
189+
165190

166191
# [1.0.0](https://github.com/JamieMason/syncpack/compare/0.3.1...1.0.0) (2018-02-02)
167192

193+
168194
### Bug Fixes
169195

170-
- **core:** correctly check a file is package.json
171-
([d1da609](https://github.com/JamieMason/syncpack/commit/d1da609))
172-
- **core:** handle missing dependency maps
173-
([372aa68](https://github.com/JamieMason/syncpack/commit/372aa68))
174-
- **core:** handle semver ranges containing 1.x.x
175-
([a0f8f56](https://github.com/JamieMason/syncpack/commit/a0f8f56))
196+
* **core:** correctly check a file is package.json ([d1da609](https://github.com/JamieMason/syncpack/commit/d1da609))
197+
* **core:** handle missing dependency maps ([372aa68](https://github.com/JamieMason/syncpack/commit/372aa68))
198+
* **core:** handle semver ranges containing 1.x.x ([a0f8f56](https://github.com/JamieMason/syncpack/commit/a0f8f56))
199+
176200

177201
### Features
178202

179-
- **core:** add fix-mismatches command
180-
([4793f1f](https://github.com/JamieMason/syncpack/commit/4793f1f))
181-
- **core:** add list command
182-
([3b29176](https://github.com/JamieMason/syncpack/commit/3b29176))
183-
- **core:** add list-mismatches command
184-
([735ad2b](https://github.com/JamieMason/syncpack/commit/735ad2b))
185-
- **core:** update command line API
186-
([de8dcb2](https://github.com/JamieMason/syncpack/commit/de8dcb2))
203+
* **core:** add fix-mismatches command ([4793f1f](https://github.com/JamieMason/syncpack/commit/4793f1f))
204+
* **core:** add list command ([3b29176](https://github.com/JamieMason/syncpack/commit/3b29176))
205+
* **core:** add list-mismatches command ([735ad2b](https://github.com/JamieMason/syncpack/commit/735ad2b))
206+
* **core:** update command line API ([de8dcb2](https://github.com/JamieMason/syncpack/commit/de8dcb2))
207+
187208

188209
### BREAKING CHANGES
189210

190-
- **core:** The previous commands have been replaced.
211+
* **core:** The previous commands have been replaced.
212+
213+
191214

192215
## [0.3.1](https://github.com/JamieMason/syncpack/compare/0.3.0...0.3.1) (2017-08-23)
193216

217+
194218
### Bug Fixes
195219

196-
- **copy-values:** write results to disk
197-
([a641de4](https://github.com/JamieMason/syncpack/commit/a641de4))
220+
* **copy-values:** write results to disk ([a641de4](https://github.com/JamieMason/syncpack/commit/a641de4))
221+
222+
198223

199224
# [0.3.0](https://github.com/JamieMason/syncpack/compare/0.2.1...0.3.0) (2017-08-22)
200225

226+
201227
### Features
202228

203-
- **cli:** add copy-values command
204-
([b51a2c9](https://github.com/JamieMason/syncpack/commit/b51a2c9))
229+
* **cli:** add copy-values command ([b51a2c9](https://github.com/JamieMason/syncpack/commit/b51a2c9))
230+
231+
205232

206233
## [0.2.1](https://github.com/JamieMason/syncpack/compare/0.2.0...0.2.1) (2017-08-20)
207234

235+
208236
### Bug Fixes
209237

210-
- **core:** update dependencies, fix lint warnings
211-
([a65eef7](https://github.com/JamieMason/syncpack/commit/a65eef7))
238+
* **core:** update dependencies, fix lint warnings ([a65eef7](https://github.com/JamieMason/syncpack/commit/a65eef7))
239+
240+
212241

213242
# [0.2.0](https://github.com/JamieMason/syncpack/compare/0.1.0...0.2.0) (2017-08-20)
214243

244+
215245
### Features
216246

217-
- **sync:** synchronise versions across multiple package.json
218-
([7d5848a](https://github.com/JamieMason/syncpack/commit/7d5848a))
247+
* **sync:** synchronise versions across multiple package.json ([7d5848a](https://github.com/JamieMason/syncpack/commit/7d5848a))
248+
249+
219250

220251
# [0.1.0](https://github.com/JamieMason/syncpack/compare/f6dada7...0.1.0) (2017-08-18)
221252

253+
222254
### Features
223255

224-
- **cli:** create scaffold cli
225-
([f6dada7](https://github.com/JamieMason/syncpack/commit/f6dada7))
256+
* **cli:** create scaffold cli ([f6dada7](https://github.com/JamieMason/syncpack/commit/f6dada7))
257+
258+
259+

0 commit comments

Comments
 (0)