@uirouter/publish-scripts 2.6.0 → 2.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,1041 +1,1048 @@
1
- # 2.6.0 (2021-12-01)
2
- [Compare `@uirouter/publish-scripts` versions 2.5.5 and 2.6.0](https://github.com/ui-router/publish-scripts/compare/2.5.5...2.6.0)
3
-
4
-
5
- ---
6
-
7
-
8
- ### Updated `check-peer-dependencies` from 4.0.0 to 4.1.0
9
-
10
-
11
- Changelog for `check-peer-dependencies`:
12
-
13
-
14
- [Compare `check-peer-dependencies` versions 4.0.0 and 4.1.0](https://github.com/christopherthielen/check-peer-dependencies/compare/4.0.0...4.1.0)
15
-
16
- ### Bug Fixes
17
-
18
- * Install peer deps as devDependencies if the peer dep came from a dev dependency ([6ef3021](https://github.com/christopherthielen/check-peer-dependencies/commit/6ef3021)), closes [#21](https://github.com/christopherthielen/check-peer-dependencies/issues/21)
19
-
20
-
21
- ### Features
22
-
23
- * Add support for ignoring peer dependencies (via cli option or config stored in package.json) ([5994c9c](https://github.com/christopherthielen/check-peer-dependencies/commit/5994c9c))
24
- * load checkPeerDependencies config from package.json (and merge with CLI options) ([e2f0fee](https://github.com/christopherthielen/check-peer-dependencies/commit/e2f0fee))
25
-
26
- ## 2.5.5 (2020-12-27)
27
- [Compare `@uirouter/publish-scripts` versions 2.5.4 and 2.5.5](https://github.com/ui-router/publish-scripts/compare/2.5.4...2.5.5)
28
-
29
-
30
- ---
31
-
32
-
33
- ### Updated `check-peer-dependencies` from 2.0.6 to 4.0.0
34
-
35
-
36
- Changelog for `check-peer-dependencies`:
37
-
38
-
39
- [Compare `check-peer-dependencies` versions 2.0.6 and 4.0.0](https://github.com/christopherthielen/check-peer-dependencies/compare/2.0.6...4.0.0)
40
-
41
- ### Features
42
-
43
- * **findSolutions:** Add a toggle to find solutions and print installation commands. ([c34735a](https://github.com/christopherthielen/check-peer-dependencies/commit/c34735a))
44
- * **orderBy:** Change default orderBy to 'dependee' ([e77e069](https://github.com/christopherthielen/check-peer-dependencies/commit/e77e069))
45
- * **peerDependencyMeta:** support peerDependencyMeta in package.json to ignore optional peer dependencies ([4e3b757](https://github.com/christopherthielen/check-peer-dependencies/commit/4e3b757))
46
- * **prerelease:** include prerelease when matching ranges, i.e. the range ">=6.0.0" matches "7.0.0-beta.1" ([0493379](https://github.com/christopherthielen/check-peer-dependencies/commit/0493379))
47
- * **report:** For a given unmet peer dependency, show every related peer dependency, even if currently met ([516a259](https://github.com/christopherthielen/check-peer-dependencies/commit/516a259))
48
-
49
-
50
- ### BREAKING CHANGES
51
-
52
- * **prerelease:** Matches prerelease versions
53
- * **orderBy:** default order changed from 'depender' to 'dependee'
54
- * **findSolutions:** no longer prints installation commands by default, instead prints a message about using --install
55
-
56
- ## 2.5.4 (2020-09-20)
57
- [Compare `@uirouter/publish-scripts` versions 2.5.3 and 2.5.4](https://github.com/ui-router/publish-scripts/compare/2.5.3...2.5.4)
58
-
59
-
60
- ---
61
-
62
-
63
- ### Updated `check-peer-dependencies` from 2.0.2 to 2.0.6
64
-
65
-
66
- Changelog for `check-peer-dependencies`:
67
-
68
-
69
- [Compare `check-peer-dependencies` versions 2.0.2 and 2.0.6](https://github.com/christopherthielen/check-peer-dependencies/compare/2.0.2...2.0.6)
70
-
71
- ### Bug Fixes
72
-
73
- * fix type error ([d117ef7](https://github.com/christopherthielen/check-peer-dependencies/commit/d117ef7))
74
- * Ignore missing optionalDependencies ([25a89a7](https://github.com/christopherthielen/check-peer-dependencies/commit/25a89a7))
75
- * print warning if dependency path is not found ([37c0296](https://github.com/christopherthielen/check-peer-dependencies/commit/37c0296))
76
-
77
-
78
- ### Features
79
-
80
- * Add an option to run tool in consumer package root dependencies only. ([#7](https://github.com/christopherthielen/check-peer-dependencies/issues/7)) ([cd8f75a](https://github.com/christopherthielen/check-peer-dependencies/commit/cd8f75a))
81
-
82
- ## 2.5.3 (2020-07-20)
83
- [Compare `@uirouter/publish-scripts` versions 2.5.2 and 2.5.3](https://github.com/ui-router/publish-scripts/compare/2.5.2...2.5.3)
84
-
85
- ### Bug Fixes
86
-
87
- * Do not run docker with -it, maybe it works in github actions? ([7ef06bc](https://github.com/ui-router/publish-scripts/commit/7ef06bc))
88
-
89
- ## 2.5.2 (2020-07-20)
90
- [Compare `@uirouter/publish-scripts` versions 2.5.1 and 2.5.2](https://github.com/ui-router/publish-scripts/compare/2.5.1...2.5.2)
91
-
92
- ### Bug Fixes
93
-
94
- * **docgen:** delete the *correct* includes directory after generating docs ([7844255](https://github.com/ui-router/publish-scripts/commit/7844255))
95
-
96
-
97
- ### Features
98
-
99
- * **docker_push:** tag a version with the current package version ([80d7b3c](https://github.com/ui-router/publish-scripts/commit/80d7b3c))
100
-
101
- ## 2.5.1 (2020-07-20)
102
- [Compare `@uirouter/publish-scripts` versions 2.5.0 and 2.5.1](https://github.com/ui-router/publish-scripts/compare/2.5.0...2.5.1)
103
-
104
- ### Bug Fixes
105
-
106
- * **docgen:** delete the includes directory after generating docs ([7a8da38](https://github.com/ui-router/publish-scripts/commit/7a8da38))
107
-
108
- # 2.5.0 (2020-07-18)
109
- [Compare `@uirouter/publish-scripts` versions 2.4.3 and 2.5.0](https://github.com/ui-router/publish-scripts/compare/2.4.3...2.5.0)
110
-
111
- ### Features
112
-
113
- * **docgen** Read docgen config from package.json
114
- * **docgen:** Create a docker image uirouter:docgen which generates docs so projects do not need a direct dependency on typedoc ([bd52998](https://github.com/ui-router/publish-scripts/commit/bd52998))
115
-
116
- ## 2.4.3 (2020-06-06)
117
- [Compare `@uirouter/publish-scripts` versions 2.4.2 and 2.4.3](https://github.com/ui-router/publish-scripts/compare/2.4.2...2.4.3)
118
-
119
- ### Bug Fixes
120
-
121
- * **release+downstream:** call 'npm runbuild' for projects that have a distDir ([d39f693](https://github.com/ui-router/publish-scripts/commit/d39f693))
122
-
123
- ## 2.4.2 (2020-06-06)
124
- [Compare `@uirouter/publish-scripts` versions 2.4.1 and 2.4.2](https://github.com/ui-router/publish-scripts/compare/2.4.1...2.4.2)
125
-
126
- ### Bug Fixes
127
-
128
- * **generate_docs:** Replace "Globals" with {{name}} in breadcrumbs. ([7f723a9](https://github.com/ui-router/publish-scripts/commit/7f723a9))
129
-
130
- ## 2.4.1 (2020-06-05)
131
- [Compare `@uirouter/publish-scripts` versions 2.4.0 and 2.4.1](https://github.com/ui-router/publish-scripts/compare/2.4.0...2.4.1)
132
-
133
- ### Bug Fixes
134
-
135
- * **generate_docs:** Support 'branch' configuration in docgen.json for included repos ([1f715dd](https://github.com/ui-router/publish-scripts/commit/1f715dd))
136
-
137
- # 2.4.0 (2020-06-05)
138
- [Compare `@uirouter/publish-scripts` versions 2.3.49 and 2.4.0](https://github.com/ui-router/publish-scripts/compare/2.3.49...2.4.0)
139
-
140
- ### Features
141
-
142
- * Improve generate_docs ([e41798b](https://github.com/ui-router/publish-scripts/commit/e41798b))
143
-
144
- ## 2.3.49 (2020-05-25)
145
- [Compare `@uirouter/publish-scripts` versions 2.3.48 and 2.3.49](https://github.com/ui-router/publish-scripts/compare/2.3.48...2.3.49)
146
-
147
- ### Features
148
-
149
- * **generate_docs:** Generate docs from the current directory, and without using symlinks for node_modules ([3661919](https://github.com/ui-router/publish-scripts/commit/3661919))
150
- * **publish_yalc_package:** Do not double build (rely on yalc publish calling prepublishOnly script) ([75ce2fe](https://github.com/ui-router/publish-scripts/commit/75ce2fe))
151
- * **test_downstream_projects:** support testing of branches. Do not revert changes after running tests to improve debugging of failed runs ([a35785f](https://github.com/ui-router/publish-scripts/commit/a35785f))
152
-
153
-
154
- ---
155
-
156
-
157
- ### Updated `check-peer-dependencies` from 2.0.1 to 2.0.2
158
-
159
-
160
- Changelog for `check-peer-dependencies`:
161
-
162
-
163
- [Compare `check-peer-dependencies` versions 2.0.1 and 2.0.2](https://github.com/christopherthielen/check-peer-dependencies/compare/2.0.1...2.0.2)
164
-
165
- ### Bug Fixes
166
-
167
- * **peerDevDependencies:** Make peerDevDependency includes check a bit safer ([2a1a183](https://github.com/christopherthielen/check-peer-dependencies/commit/2a1a183))
168
- * **walkPackageDependency:** only walk dev deps for the root package ([e69c385](https://github.com/christopherthielen/check-peer-dependencies/commit/e69c385))
169
-
170
-
171
- ### Features
172
-
173
- * **walkPackageDependencyTree:** Check devDependencies too ([9eba197](https://github.com/christopherthielen/check-peer-dependencies/commit/9eba197))
174
-
175
- ## 2.3.48 (2020-05-18)
176
- [Compare `@uirouter/publish-scripts` versions 2.3.47 and 2.3.48](https://github.com/ui-router/publish-scripts/compare/2.3.47...2.3.48)
177
-
178
- ### Features
179
-
180
- * **test_downstream_projects:** add branch selection support for downstream git repositories ([6017917](https://github.com/ui-router/publish-scripts/commit/6017917))
181
- * **upgrade.js:** Encode newlines in the upgrades output ([4b196ba](https://github.com/ui-router/publish-scripts/commit/4b196ba))
182
-
183
- ## 2.3.47 (2020-05-08)
184
- [Compare `@uirouter/publish-scripts` versions 2.3.46 and 2.3.47](https://github.com/ui-router/publish-scripts/compare/2.3.46...2.3.47)
185
-
186
- ### Features
187
-
188
- * **upgrade:** add upgrade-count and upgrade-strategy outputs ([7b79bd2](https://github.com/ui-router/publish-scripts/commit/7b79bd2))
189
- * **upgrade:** add upgrade-count and upgrade-strategy outputs ([d8e94aa](https://github.com/ui-router/publish-scripts/commit/d8e94aa))
190
-
191
-
192
- ---
193
-
194
-
195
- ### Updated `check-peer-dependencies` from 1.0.10 to 2.0.1
196
-
197
-
198
- Changelog for `check-peer-dependencies`:
199
-
200
-
201
- [Compare `check-peer-dependencies` versions 1.0.10 and 2.0.1](https://github.com/christopherthielen/check-peer-dependencies/compare/1.0.10...2.0.1)
202
-
203
- ### Bug Fixes
204
-
205
- * **peerDevDependencies:** Use an array of package names in 'peerDevDependencies' in conjunction with the standard 'peerDependencies' object to install peer deps as devDependencies. ([681a80b](https://github.com/christopherthielen/check-peer-dependencies/commit/681a80b))
206
-
207
-
208
- ### Features
209
-
210
- * **check-peer-dependencies-optional-dependency:** Added a workaround for yarn swallowing postinstall script output ([a9c9fdf](https://github.com/christopherthielen/check-peer-dependencies/commit/a9c9fdf))
211
- * **peerDevDependencies:** Add support for 'peerDevDependencies' -- 'peerDependencies' that should be installed as 'devDependencies' ([47d40ef](https://github.com/christopherthielen/check-peer-dependencies/commit/47d40ef))
212
-
213
- ## 2.3.46 (2020-04-30)
214
- [Compare `@uirouter/publish-scripts` versions 2.3.45 and 2.3.46](https://github.com/ui-router/publish-scripts/compare/2.3.45...2.3.46)
215
-
216
- ### Bug Fixes
217
-
218
- * **test_downstream_projects:** When supplying --group to test_downstream_projects, only apply the --group to the top level project. However, parse all downstream_projects.json with group support. ([4aeac16](https://github.com/ui-router/publish-scripts/commit/4aeac16))
219
-
220
-
221
- ### Features
222
-
223
- * **upgrade:** Create a github action to yarn upgrade ([1c8680f](https://github.com/ui-router/publish-scripts/commit/1c8680f))
224
-
225
- ## 2.3.45 (2020-03-04)
226
- [Compare `@uirouter/publish-scripts` versions 2.3.44 and 2.3.45](https://github.com/ui-router/publish-scripts/compare/2.3.44...2.3.45)
227
-
228
- ### Features
229
-
230
- * support typedoc.json and tsconfig.typedoc.json. upgrade to latest deps ([b80c285](https://github.com/ui-router/publish-scripts/commit/b80c285))
231
-
232
-
233
- ---
234
-
235
-
236
- ### Updated `check-peer-dependencies` from 1.0.8 to 1.0.10
237
-
238
-
239
- Changelog for `check-peer-dependencies`:
240
-
241
-
242
- [Compare `check-peer-dependencies` versions 1.0.8 and 1.0.10](https://github.com/christopherthielen/check-peer-dependencies/compare/1.0.8...1.0.10)
243
-
244
- ### Features
245
-
246
- * **debug:** Added a --debug cli flag ([862232e](https://github.com/christopherthielen/check-peer-dependencies/commit/862232e))
247
- * **orderBy:** Added a --orderBy cli flag ([9e7b8af](https://github.com/christopherthielen/check-peer-dependencies/commit/9e7b8af))
248
- * **verbose:** Turn off verbose logging by default ([04cde8a](https://github.com/christopherthielen/check-peer-dependencies/commit/04cde8a))
249
-
250
- ## 2.3.44 (2019-12-27)
251
- [Compare `@uirouter/publish-scripts` versions 2.3.43 and 2.3.44](https://github.com/ui-router/publish-scripts/compare/2.3.43...2.3.44)
252
-
253
- ### Bug Fixes
254
-
255
- * **test_downstream_projects:** push the full name to the success log (not just the project key to the success log. ([8cd2585](https://github.com/ui-router/publish-scripts/commit/8cd2585))
256
-
257
- ## 2.3.43 (2019-12-27)
258
- [Compare `@uirouter/publish-scripts` versions 2.3.42 and 2.3.43](https://github.com/ui-router/publish-scripts/compare/2.3.42...2.3.43)
259
-
260
- ### Features
261
-
262
- * **ci:** create a dockerfile for running uirouter ci ([37cdcb0](https://github.com/ui-router/publish-scripts/commit/37cdcb0))
263
- * **gha:** Add support for collapsing of output when run in Github Actions ([89d50e0](https://github.com/ui-router/publish-scripts/commit/89d50e0))
264
- * **test_downstrem_projects:** add support for grouping downstream projects in the config file ([d9201a1](https://github.com/ui-router/publish-scripts/commit/d9201a1))
265
- * **test_downstrem_projects:** Print out a summary of success/failed/skipped downstream tests at the end ([e9847e8](https://github.com/ui-router/publish-scripts/commit/e9847e8))
266
-
267
-
268
- ---
269
-
270
-
271
- ### Updated `check-peer-dependencies` from 1.0.7 to 1.0.8
272
-
273
-
274
- Changelog for `check-peer-dependencies`:
275
-
276
-
277
- [Compare `check-peer-dependencies` versions 1.0.7 and 1.0.8](https://github.com/christopherthielen/check-peer-dependencies/compare/1.0.7...1.0.8)
278
-
279
- ### Bug Fixes
280
-
281
- * Revert fix for breaking change in resolve package after they reverted the breaking change itself. ([d25c43a](https://github.com/christopherthielen/check-peer-dependencies/commit/d25c43a))
282
-
283
- ## 2.3.42 (2019-12-08)
284
- [Compare `@uirouter/publish-scripts` versions 2.3.41 and 2.3.42](https://github.com/ui-router/publish-scripts/compare/2.3.41...2.3.42)
285
-
286
- ### Bug Fixes
287
-
288
- * **test_downstream_projects:** read nested config projects correctly when projects property is defined inside downstream_projects.json config ([ef80552](https://github.com/ui-router/publish-scripts/commit/ef80552))
289
-
290
- ## 2.3.41 (2019-11-25)
291
- [Compare `@uirouter/publish-scripts` versions 2.3.40 and 2.3.41](https://github.com/ui-router/publish-scripts/compare/2.3.40...2.3.41)
292
-
293
- ### Bug Fixes
294
-
295
- * **publish:** Fix running of prepublishOnly script before publishing a package with a distDir ([d6e7114](https://github.com/ui-router/publish-scripts/commit/d6e7114))
296
-
297
- ## 2.3.40 (2019-11-25)
298
- [Compare `@uirouter/publish-scripts` versions 2.3.39 and 2.3.40](https://github.com/ui-router/publish-scripts/compare/2.3.39...2.3.40)
299
-
300
-
301
- ---
302
-
303
-
304
- ### Updated `check-peer-dependencies` from 1.0.6 to 1.0.7
305
-
306
-
307
- Changelog for `check-peer-dependencies`:
308
-
309
-
310
- [Compare `check-peer-dependencies` versions 1.0.6 and 1.0.7](https://github.com/christopherthielen/check-peer-dependencies/compare/1.0.6...1.0.7)
311
-
312
- ### Bug Fixes
313
-
314
- * Update packageFilter for breaking change in resolve package ([15ade47](https://github.com/christopherthielen/check-peer-dependencies/commit/15ade47))
315
-
316
- ## 2.3.39 (2019-11-25)
317
- [Compare `@uirouter/publish-scripts` versions 2.3.38 and 2.3.39](https://github.com/ui-router/publish-scripts/compare/2.3.38...2.3.39)
318
-
319
- ### Features
320
-
321
- * **publish:** If a distDir is found in package.json, run prepublishOnly script from the root directory before publishing to NPM ([63ded3f](https://github.com/ui-router/publish-scripts/commit/63ded3f))
322
-
323
-
324
- ---
325
-
326
-
327
- ### Updated `check-peer-dependencies` from 1.0.5 to 1.0.6
328
-
329
-
330
- Changelog for `check-peer-dependencies`:
331
-
332
-
333
- [Compare `check-peer-dependencies` versions 1.0.5 and 1.0.6](https://github.com/christopherthielen/check-peer-dependencies/compare/1.0.5...1.0.6)
334
-
335
- ### Features
336
-
337
- * sort peer dependencies by depender package name first ([3d656a6](https://github.com/christopherthielen/check-peer-dependencies/commit/3d656a6))
338
- * when recursively installing peer deps, don't re-process previously unmet peer deps ([ce9fe3e](https://github.com/christopherthielen/check-peer-dependencies/commit/ce9fe3e))
339
-
340
- ## 2.3.38 (2019-11-24)
341
- [Compare `@uirouter/publish-scripts` versions 2.3.37 and 2.3.38](https://github.com/ui-router/publish-scripts/compare/2.3.37...2.3.38)
342
-
343
-
344
- Update upstream lib to resolve security vulnerability
345
-
346
- ## 2.3.37 (2019-10-26)
347
- [Compare `@uirouter/publish-scripts` versions 2.3.36 and 2.3.37](https://github.com/ui-router/publish-scripts/compare/2.3.36...2.3.37)
348
-
349
-
350
-
351
- ## 2.3.36 (2019-10-26)
352
- [Compare `@uirouter/publish-scripts` versions 2.3.35 and 2.3.36](https://github.com/ui-router/publish-scripts/compare/2.3.35...2.3.36)
353
-
354
- ### Features
355
-
356
- * update to check-peer-dependencies 1.0.3 ([24ac975](https://github.com/ui-router/publish-scripts/commit/24ac975))
357
-
358
-
359
-
360
-
361
- ## 2.3.35 (2019-10-15)
362
- [Compare `@uirouter/publish-scripts` versions 2.3.34 and 2.3.35](https://github.com/ui-router/publish-scripts/compare/2.3.34...2.3.35)
363
-
364
- refactor: Delete check_peer_dependencies.js in favor of using check-peer-dependencies npm package
365
-
366
-
367
- ## 2.3.34 (2019-10-09)
368
- [Compare `@uirouter/publish-scripts` versions 2.3.33 and 2.3.34](https://github.com/ui-router/publish-scripts/compare/2.3.33...2.3.34)
369
-
370
- ### Bug Fixes
371
-
372
- * **check_peer_dependencies:** use node module resolution to find dependencies ([6c9cc3e](https://github.com/ui-router/publish-scripts/commit/6c9cc3e))
373
-
374
-
375
- ### Features
376
-
377
- * **check_peer_dependencies:** don't require --yarn or --npm command line, infer it from package-lock.json or yarn.lock ([295b83f](https://github.com/ui-router/publish-scripts/commit/295b83f))
378
-
379
-
380
-
381
-
382
- ## 2.3.33 (2019-10-08)
383
- [Compare `@uirouter/publish-scripts` versions 2.3.32 and 2.3.33](https://github.com/ui-router/publish-scripts/compare/2.3.32...2.3.33)
384
-
385
- ### Bug Fixes
386
-
387
- * **release:** After 'git commit', then run 'git add' in case Prettier formatted them ([28fe683](https://github.com/ui-router/publish-scripts/commit/28fe683))
388
-
389
-
390
-
391
-
392
- ## 2.3.32 (2019-10-07)
393
- [Compare `@uirouter/publish-scripts` versions 2.3.31 and 2.3.32](https://github.com/ui-router/publish-scripts/compare/2.3.31...2.3.32)
394
-
395
- ### Bug Fixes
396
-
397
- * **publish_yalc_package:** move pkgJson parsing out of conditional block ([1d4bb2d](https://github.com/ui-router/publish-scripts/commit/1d4bb2d))
398
-
399
-
400
-
401
-
402
- ## 2.3.31 (2019-10-07)
403
- [Compare `@uirouter/publish-scripts` versions 2.3.30 and 2.3.31](https://github.com/ui-router/publish-scripts/compare/2.3.30...2.3.31)
404
-
405
- ### Bug Fixes
406
-
407
- * **check_peer_dependencies:** fix typo :facepalm: ([110048f](https://github.com/ui-router/publish-scripts/commit/110048f))
408
-
409
-
410
-
411
-
412
- ## 2.3.30 (2019-10-06)
413
- [Compare `@uirouter/publish-scripts` versions 2.3.29 and 2.3.30](https://github.com/ui-router/publish-scripts/compare/2.3.29...2.3.30)
414
-
415
- ### Bug Fixes
416
-
417
- * **check_peer_dependencies:** fix logging when a peerdep solution has been found ([f03bc04](https://github.com/ui-router/publish-scripts/commit/f03bc04))
418
-
419
-
420
- ### Features
421
-
422
- * **check_peer_dependencies:** Added a script which checks that all peer dependencies are satisfied ([63e6c97](https://github.com/ui-router/publish-scripts/commit/63e6c97))
423
- * **check_peer_dependencies:** when checking peer deps, ignore package if it's been installed using yalc ([fc62d5b](https://github.com/ui-router/publish-scripts/commit/fc62d5b))
424
- * **test_downstream_projects:** Install peer dependencies in downstream projects ([153c024](https://github.com/ui-router/publish-scripts/commit/153c024))
425
-
426
-
427
-
428
-
429
- ## 2.3.29 (2019-10-06)
430
- [Compare `@uirouter/publish-scripts` versions 2.3.28 and 2.3.29](https://github.com/ui-router/publish-scripts/compare/2.3.28...2.3.29)
431
-
432
- ### Bug Fixes
433
-
434
- * **publish:** fix logic for getting the package distDir ([cea3c04](https://github.com/ui-router/publish-scripts/commit/cea3c04))
435
-
436
-
437
-
438
-
439
- ## 2.3.28 (2019-10-04)
440
- [Compare `@uirouter/publish-scripts` versions 2.3.27 and 2.3.28](https://github.com/ui-router/publish-scripts/compare/2.3.27...2.3.28)
441
-
442
- ### Features
443
-
444
- * **publish:** support package publishing from a subdirectory ([b609066](https://github.com/ui-router/publish-scripts/commit/b609066))
445
- * **release:** put correct changelog on clipboard ([3ffa4b4](https://github.com/ui-router/publish-scripts/commit/3ffa4b4))
446
- * **show_changelog:** Put an -HR- between changelogs for upstream projects ([8d10df0](https://github.com/ui-router/publish-scripts/commit/8d10df0))
447
-
448
-
449
-
450
-
451
- ## 2.3.27 (2019-10-02)
452
- [Compare `@uirouter/publish-scripts` versions 2.3.26 and 2.3.27](https://github.com/ui-router/publish-scripts/compare/2.3.26...2.3.27)
453
-
454
- ### Features
455
-
456
- * **release:** Write changelog to a temp file so it can be edited while the release script is paused ([9cce8fd](https://github.com/ui-router/publish-scripts/commit/9cce8fd))
457
-
458
-
459
-
460
-
461
- ## 2.3.26 (2019-09-03)
462
- [Compare `@uirouter/publish-scripts` versions 2.3.25 and 2.3.26](https://github.com/ui-router/publish-scripts/compare/2.3.25...2.3.26)
463
-
464
- ### Features
465
-
466
- * **package): (package:** update dependencies conventional-changelog[@3](https://github.com/3).1.10, git-semver-tags[@3](https://github.com/3).0.0, lodash[@4](https://github.com/4).17.15, open[@6](https://github.com/6).4.0, readline-sync[@1](https://github.com/1).4.10, tmp[@0](https://github.com/0).1.0, typedoc[@0](https://github.com/0).15.0, typedoc-plugin-external-module-name[@2](https://github.com/2).1.0, typedoc-plugin-internal-external[@2](https://github.com/2).0.2, yalc[@1](https://github.com/1).0.0-pre.34, yargs[@14](https://github.com/14).0.0 ([b0cc01e](https://github.com/ui-router/publish-scripts/commit/b0cc01e))
467
-
468
-
469
-
470
-
471
- ## 2.3.25 (2019-01-17)
472
- [Compare `@uirouter/publish-scripts` versions 2.3.24 and 2.3.25](https://github.com/ui-router/publish-scripts/compare/2.3.24...2.3.25)
473
-
474
-
475
-
476
- ## 2.3.24 (2019-01-09)
477
- [Compare `@uirouter/publish-scripts` versions 2.3.23 and 2.3.24](https://github.com/ui-router/publish-scripts/compare/2.3.23...2.3.24)
478
-
479
- ### Bug Fixes
480
-
481
- * **test_downstream_projects:** Fix for packages with only dependencies or devDependencies block ([93bf0aa](https://github.com/ui-router/publish-scripts/commit/93bf0aa))
482
-
483
-
484
-
485
-
486
- ## 2.3.23 (2019-01-09)
487
- [Compare `@uirouter/publish-scripts` versions 2.3.22 and 2.3.23](https://github.com/ui-router/publish-scripts/compare/2.3.22...2.3.23)
488
-
489
- ### Bug Fixes
490
-
491
- * **test_downstream_projects:** hopefully fix travis folding by not emitting whitespaces ([0a9c74f](https://github.com/ui-router/publish-scripts/commit/0a9c74f))
492
-
493
-
494
-
495
-
496
- ## 2.3.22 (2019-01-09)
497
- [Compare `@uirouter/publish-scripts` versions 2.3.21 and 2.3.22](https://github.com/ui-router/publish-scripts/compare/2.3.21...2.3.22)
498
-
499
- ### Features
500
-
501
- * **test:downstream:** Support folding of output in travis ci ([66bd430](https://github.com/ui-router/publish-scripts/commit/66bd430))
502
-
503
-
504
-
505
-
506
- ## 2.3.21 (2018-09-15)
507
- [Compare `@uirouter/publish-scripts` versions 2.3.20 and 2.3.21](https://github.com/ui-router/publish-scripts/compare/2.3.20...2.3.21)
508
-
509
-
510
-
511
- ## 2.3.20 (2018-07-17)
512
- [Compare `@uirouter/publish-scripts` versions 2.3.19 and 2.3.20](https://github.com/ui-router/publish-scripts/compare/2.3.19...2.3.20)
513
-
514
-
515
-
516
- ## 2.3.19 (2018-07-06)
517
- [Compare `@uirouter/publish-scripts` versions 2.3.18 and 2.3.19](https://github.com/ui-router/publish-scripts/compare/2.3.18...2.3.19)
518
-
519
-
520
-
521
- ## 2.3.18 (2018-05-13)
522
- [Compare `@uirouter/publish-scripts` versions 2.3.17 and 2.3.18](https://github.com/ui-router/publish-scripts/compare/2.3.17...2.3.18)
523
-
524
- ### Bug Fixes
525
-
526
- * **test_downstream_projects:** Fix testing multiple levels of yalc'd packages by deyalcing the package.json before yalc publish. ([dc83c7c](https://github.com/ui-router/publish-scripts/commit/dc83c7c))
527
-
528
-
529
-
530
-
531
- ## 2.3.17 (2018-05-09)
532
- [Compare `@uirouter/publish-scripts` versions 2.3.16 and 2.3.17](https://github.com/ui-router/publish-scripts/compare/2.3.16...2.3.17)
533
-
534
- ### Bug Fixes
535
-
536
- * **test_downstream_projects:** Use yarn resolution rules to avoid duplicate dependencies of UPSTREAM_PKGS installed via yalc ([0e8891c](https://github.com/ui-router/publish-scripts/commit/0e8891c))
537
-
538
-
539
-
540
-
541
- ## 2.3.16 (2018-05-09)
542
- [Compare `@uirouter/publish-scripts` versions 2.3.15 and 2.3.16](https://github.com/ui-router/publish-scripts/compare/2.3.15...2.3.16)
543
-
544
-
545
-
546
- ## 2.3.15 (2018-05-09)
547
- [Compare `@uirouter/publish-scripts` versions 2.3.14 and 2.3.15](https://github.com/ui-router/publish-scripts/compare/2.3.14...2.3.15)
548
-
549
- ### Bug Fixes
550
-
551
- * **generate_docs:** Load lib.es6.d.ts from either typescript/lib or typedoc/node_modules/typescript/lib, whichever is found ([fd63486](https://github.com/ui-router/publish-scripts/commit/fd63486))
552
-
553
-
554
-
555
-
556
- ## 2.3.14 (2018-05-09)
557
- [Compare `@uirouter/publish-scripts` versions 2.3.13 and 2.3.14](https://github.com/ui-router/publish-scripts/compare/2.3.13...2.3.14)
558
-
559
- ### Bug Fixes
560
-
561
- * **test_downstream_projects:** run 'yarn' after installing upstreams to get updated upstream dependencies ([9c711ee](https://github.com/ui-router/publish-scripts/commit/9c711ee))
562
-
563
-
564
-
565
-
566
- ## 2.3.13 (2018-05-03)
567
- [Compare `@uirouter/publish-scripts` versions 2.3.12 and 2.3.13](https://github.com/ui-router/publish-scripts/compare/2.3.12...2.3.13)
568
-
569
- ### Bug Fixes
570
-
571
- * **generate_docs:** don't symlink included projects. clone directly to temp dir ([506dbbf](https://github.com/ui-router/publish-scripts/commit/506dbbf))
572
-
573
-
574
-
575
-
576
- ## 2.3.12 (2018-04-29)
577
- [Compare `@uirouter/publish-scripts` versions 2.3.11 and 2.3.12](https://github.com/ui-router/publish-scripts/compare/2.3.11...2.3.12)
578
-
579
- ### Bug Fixes
580
-
581
- * **test_downstream_projects:** Do not 'yarn upgrade' downstream projects ([05ec93b](https://github.com/ui-router/publish-scripts/commit/05ec93b))
582
-
583
-
584
-
585
-
586
- ## 2.3.11 (2018-04-21)
587
- [Compare `@uirouter/publish-scripts` versions 2.3.10 and 2.3.11](https://github.com/ui-router/publish-scripts/compare/2.3.10...2.3.11)
588
-
589
- ### Bug Fixes
590
-
591
- * **generate_docs:** fix travis: support yalc versions by matching and stripping the '-ha5hcod3' suffix ([2e9d9d7](https://github.com/ui-router/publish-scripts/commit/2e9d9d7))
592
-
593
-
594
-
595
-
596
- ## 2.3.10 (2018-04-21)
597
- [Compare `@uirouter/publish-scripts` versions 2.3.9 and 2.3.10](https://github.com/ui-router/publish-scripts/compare/2.3.9...2.3.10)
598
-
599
- ### Bug Fixes
600
-
601
- * **generate_docs:** fix travis: use symlink, not hard link when generating docs ([d74c101](https://github.com/ui-router/publish-scripts/commit/d74c101))
602
-
603
-
604
-
605
-
606
- ## 2.3.9 (2018-04-21)
607
- [Compare `@uirouter/publish-scripts` versions 2.3.8 and 2.3.9](https://github.com/ui-router/publish-scripts/compare/2.3.8...2.3.9)
608
-
609
- ### Features
610
-
611
- * **generate_docs:** Attempt to fix travis: use ~/.docgen instead of temp dir ([404ecbf](https://github.com/ui-router/publish-scripts/commit/404ecbf))
612
-
613
-
614
-
615
-
616
- ## 2.3.8 (2018-04-21)
617
- [Compare `@uirouter/publish-scripts` versions 2.3.7 and 2.3.8](https://github.com/ui-router/publish-scripts/compare/2.3.7...2.3.8)
618
-
619
- ### Features
620
-
621
- * **generate_docs:** Attempt to fix travis: use ~/.docgen instead of temp dir ([b4363d4](https://github.com/ui-router/publish-scripts/commit/b4363d4))
622
-
623
-
624
-
625
-
626
- ## 2.3.7 (2018-04-21)
627
- [Compare `@uirouter/publish-scripts` versions 2.3.6 and 2.3.7](https://github.com/ui-router/publish-scripts/compare/2.3.6...2.3.7)
628
-
629
- ### Features
630
-
631
- * **generate_docs:** Attempt to fix travis: use ~/.docgen instead of temp dir ([77d06ef](https://github.com/ui-router/publish-scripts/commit/77d06ef))
632
-
633
-
634
-
635
-
636
- ## 2.3.6 (2018-04-20)
637
- [Compare `@uirouter/publish-scripts` versions 2.3.5 and 2.3.6](https://github.com/ui-router/publish-scripts/compare/2.3.5...2.3.6)
638
-
639
- ### Bug Fixes
640
-
641
- * **generate_docs:** clean up temp directory ([f10ca7b](https://github.com/ui-router/publish-scripts/commit/f10ca7b))
642
-
643
-
644
-
645
-
646
- ## 2.3.5 (2018-04-20)
647
- [Compare `@uirouter/publish-scripts` versions 2.3.4 and 2.3.5](https://github.com/ui-router/publish-scripts/compare/2.3.4...2.3.5)
648
-
649
- ### Bug Fixes
650
-
651
- * **generate_docs:** use git checkout (not git co) ([4d0928c](https://github.com/ui-router/publish-scripts/commit/4d0928c))
652
-
653
-
654
-
655
-
656
- ## 2.3.4 (2018-04-20)
657
- [Compare `@uirouter/publish-scripts` versions 2.3.3 and 2.3.4](https://github.com/ui-router/publish-scripts/compare/2.3.3...2.3.4)
658
-
659
- ### Bug Fixes
660
-
661
- * **test_downstream_projects:** make yalc a dependency of publish-scripts, use npx to call it ([de59d18](https://github.com/ui-router/publish-scripts/commit/de59d18))
662
-
663
-
664
- ### Features
665
-
666
- * **generate_docs:** update to typedoc 0.11.x and move sources to temp dir to get proper git urls ([3abfe07](https://github.com/ui-router/publish-scripts/commit/3abfe07))
667
- * **publish_yalc_package:** do not move to temp dir when unnecessary ([05b7f6e](https://github.com/ui-router/publish-scripts/commit/05b7f6e))
668
-
669
-
670
-
671
-
672
- ## 2.3.3 (2018-04-12)
673
- [Compare `@uirouter/publish-scripts` versions 2.3.2 and 2.3.3](https://github.com/ui-router/publish-scripts/compare/2.3.2...2.3.3)
674
-
675
- ### Features
676
-
677
- * **test_downstream_projects:** Support 'projects' and 'nohoist' keys in downstream_projects.json ([f860f61](https://github.com/ui-router/publish-scripts/commit/f860f61))
678
-
679
-
680
-
681
-
682
- ## 2.3.2 (2018-03-30)
683
- [Compare `@uirouter/publish-scripts` versions 2.3.1 and 2.3.2](https://github.com/ui-router/publish-scripts/compare/2.3.1...2.3.2)
684
-
685
- ### Features
686
-
687
- * **test_downstream_projects:** Add command line toggle for yarn workspaces ([a6ce2ce](https://github.com/ui-router/publish-scripts/commit/a6ce2ce))
688
- * **test_downstream_projects:** Support yarn workspaces ([dc56ebb](https://github.com/ui-router/publish-scripts/commit/dc56ebb))
689
-
690
-
691
-
692
-
693
- ## 2.3.1 (2018-02-07)
694
- [Compare `@uirouter/publish-scripts` versions 2.3.0 and 2.3.1](https://github.com/ui-router/publish-scripts/compare/2.3.0...2.3.1)
695
-
696
- ### Features
697
-
698
- * **docs:** Enable 'branch' override for included doc repos (like uirouter/core) ([05ca568](https://github.com/ui-router/publish-scripts/commit/05ca568))
699
-
700
-
701
-
702
-
703
- # 2.3.0 (2018-02-07)
704
- [Compare `@uirouter/publish-scripts` versions 2.2.10 and 2.3.0](https://github.com/ui-router/publish-scripts/compare/2.2.10...2.3.0)
705
-
706
- ### Features
707
-
708
- * **docs:** Add generate_docs script to generate typedoc documentation ([58afc88](https://github.com/ui-router/publish-scripts/commit/58afc88))
709
- * **docs:** Add publish_docs script to publish typedoc documentation to http://ui-router.github.io/ ([7192f29](https://github.com/ui-router/publish-scripts/commit/7192f29))
710
-
711
-
712
-
713
-
714
- ## 2.2.10 (2018-01-31)
715
- [Compare `@uirouter/publish-scripts` versions 2.2.9 and 2.2.10](https://github.com/ui-router/publish-scripts/compare/2.2.9...2.2.10)
716
-
717
- ### Bug Fixes
718
-
719
- * **show_changelog:** use merges: null so commit messages from manually merged PRs are processed ([102b794](https://github.com/ui-router/publish-scripts/commit/102b794))
720
-
721
-
722
-
723
-
724
- ## 2.2.9 (2018-01-30)
725
- [Compare `@uirouter/publish-scripts` versions 2.2.8 and 2.2.9](https://github.com/ui-router/publish-scripts/compare/2.2.8...2.2.9)
726
-
727
- ### Bug Fixes
728
-
729
- * **test_downstream_projects:** Run tests and downstream tests separately. Switch back to .downstream_cache dir before prepping nested downstream projects ([742ffe4](https://github.com/ui-router/publish-scripts/commit/742ffe4))
730
-
731
-
732
-
733
-
734
- ## 2.2.8 (2018-01-30)
735
- [Compare `@uirouter/publish-scripts` versions 2.2.7 and 2.2.8](https://github.com/ui-router/publish-scripts/compare/2.2.7...2.2.8)
736
-
737
- ### Bug Fixes
738
-
739
- * **test_downstream_projects:** fix null pointer when skipping downstream projects ([7cd497b](https://github.com/ui-router/publish-scripts/commit/7cd497b))
740
-
741
-
742
-
743
-
744
- ## 2.2.7 (2018-01-30)
745
- [Compare `@uirouter/publish-scripts` versions 2.2.6 and 2.2.7](https://github.com/ui-router/publish-scripts/compare/2.2.6...2.2.7)
746
-
747
- ### Features
748
-
749
- * **publish_yalc_package:** Build packages in temp directory before publishing ([8df5b99](https://github.com/ui-router/publish-scripts/commit/8df5b99))
750
-
751
-
752
-
753
-
754
- ## 2.2.6 (2018-01-30)
755
- [Compare `@uirouter/publish-scripts` versions 2.2.5 and 2.2.6](https://github.com/ui-router/publish-scripts/compare/2.2.5...2.2.6)
756
-
757
- ### Features
758
-
759
- * **release:** open github tag in browser to update changelog after publishing ([9f202e9](https://github.com/ui-router/publish-scripts/commit/9f202e9))
760
-
761
-
762
-
763
-
764
- ## 2.2.5 (2018-01-30)
765
- [Compare `@uirouter/publish-scripts` versions 2.2.4 and 2.2.5](https://github.com/ui-router/publish-scripts/compare/2.2.4...2.2.5)
766
-
767
- ### Features
768
-
769
- * **test:downstream:** Move downstream projects into temp dir before running tests ([5a85e33](https://github.com/ui-router/publish-scripts/commit/5a85e33))
770
-
771
-
772
-
773
-
774
- ## 2.2.4 (2017-12-30)
775
- [Compare `@uirouter/publish-scripts` versions 2.2.3 and 2.2.4](https://github.com/ui-router/publish-scripts/compare/2.2.3...2.2.4)
776
-
777
- ### Features
778
-
779
- * **publish_yalc:** Support fetching from local directories (not github) and wire publish_yalc logic into test downstream script ([8a38dfb](https://github.com/ui-router/publish-scripts/commit/8a38dfb))
780
-
781
-
782
-
783
-
784
- ## 2.2.3 (2017-12-29)
785
- [Compare `@uirouter/publish-scripts` versions 2.2.2 and 2.2.3](https://github.com/ui-router/publish-scripts/compare/2.2.2...2.2.3)
786
-
787
-
788
-
789
- ## 2.2.2 (2017-12-28)
790
- [Compare `@uirouter/publish-scripts` versions 2.2.1 and 2.2.2](https://github.com/ui-router/publish-scripts/compare/2.2.1...2.2.2)
791
-
792
- ### Bug Fixes
793
-
794
- * **publish_yalc:** Check if directory/.git exists, not just directory. ([0db29b7](https://github.com/ui-router/publish-scripts/commit/0db29b7))
795
-
796
-
797
-
798
-
799
- ## 2.2.1 (2017-12-27)
800
- [Compare `@uirouter/publish-scripts` versions 2.2.0 and 2.2.1](https://github.com/ui-router/publish-scripts/compare/2.2.0...2.2.1)
801
-
802
- ### Features
803
-
804
- * **downstream:** Only test downstreams from DOWNSTREAM_PKGS env variable (if set) ([8fc540d](https://github.com/ui-router/publish-scripts/commit/8fc540d))
805
-
806
-
807
-
808
-
809
- # 2.2.0 (2017-12-27)
810
- [Compare `@uirouter/publish-scripts` versions 2.1.2 and 2.2.0](https://github.com/ui-router/publish-scripts/compare/2.1.2...2.2.0)
811
-
812
- ### Features
813
-
814
- * **yalc:** Add publish_yalc_package script for travis scripts ([349cc57](https://github.com/ui-router/publish-scripts/commit/349cc57))
815
-
816
-
817
-
818
-
819
- ## 2.1.2 (2017-12-27)
820
- [Compare `@uirouter/publish-scripts` versions 2.1.1 and 2.1.2](https://github.com/ui-router/publish-scripts/compare/2.1.1...2.1.2)
821
-
822
- ### Bug Fixes
823
-
824
- * **downstream:** define giturl variable before use ([eed79ee](https://github.com/ui-router/publish-scripts/commit/eed79ee))
825
-
826
-
827
-
828
-
829
- ## 2.1.1 (2017-12-27)
830
- [Compare `@uirouter/publish-scripts` versions 2.1.0 and 2.1.1](https://github.com/ui-router/publish-scripts/compare/2.1.0...2.1.1)
831
-
832
- ### Features
833
-
834
- * **downstream:** enable yalc add of grandparent upstream (core -> angular -> sample-app-angular) ([6c12618](https://github.com/ui-router/publish-scripts/commit/6c12618))
835
-
836
-
837
-
838
-
839
- # 2.1.0 (2017-12-26)
840
- [Compare `@uirouter/publish-scripts` versions 2.0.8 and 2.1.0](https://github.com/ui-router/publish-scripts/compare/2.0.8...2.1.0)
841
-
842
- ### Features
843
-
844
- * **test:** add test_downstream_projects script ([c8790a8](https://github.com/ui-router/publish-scripts/commit/c8790a8))
845
-
846
-
847
-
848
-
849
- ## 2.0.8 (2017-12-09)
850
- [Compare `@uirouter/publish-scripts` versions 2.0.7 and 2.0.8](https://github.com/ui-router/publish-scripts/compare/2.0.7...2.0.8)
851
-
852
- ### Bug Fixes
853
-
854
- * **release:** Use git commit instead of git ci ([2ce1506](https://github.com/ui-router/publish-scripts/commit/2ce1506))
855
-
856
-
857
-
858
-
859
- ## 2.0.7 (2017-12-06)
860
- [Compare `@uirouter/publish-scripts` versions 2.0.6 and 2.0.7](https://github.com/ui-router/publish-scripts/compare/2.0.6...2.0.7)
861
-
862
- ### Bug Fixes
863
-
864
- * **scripts:** remove broken update_changelog.js script entry from package.json ([dad1222](https://github.com/ui-router/publish-scripts/commit/dad1222))
865
-
866
-
867
-
868
-
869
- ## 2.0.6 (2017-10-22)
870
- [Compare `@uirouter/publish-scripts` versions 2.0.5 and 2.0.6](https://github.com/ui-router/publish-scripts/compare/2.0.5...2.0.6)
871
-
872
- ### Bug Fixes
873
-
874
- * **changelog:** Add newline to end of package.json ([ad345d0](https://github.com/ui-router/publish-scripts/commit/ad345d0))
875
-
876
-
877
-
878
-
879
- ## 2.0.5 (2017-10-17)
880
- [Compare `@uirouter/publish-scripts` versions 2.0.4 and 2.0.5](https://github.com/ui-router/publish-scripts/compare/2.0.4...2.0.5)
881
-
882
- ### Bug Fixes
883
-
884
- * **release:** Fix args processing for multiple deps ([f0d1d68](https://github.com/ui-router/publish-scripts/commit/f0d1d68))
885
-
886
-
887
-
888
-
889
- ## 2.0.4 (2017-10-17)
890
- [Compare `@uirouter/publish-scripts` versions 2.0.3 and 2.0.4](https://github.com/ui-router/publish-scripts/compare/2.0.3...2.0.4)
891
-
892
- ### Bug Fixes
893
-
894
- * **show_changelog:** silence popd() output ([45a0c5a](https://github.com/ui-router/publish-scripts/commit/45a0c5a))
895
-
896
-
897
-
898
-
899
- ## 2.0.3 (2017-10-17)
900
- [Compare `@uirouter/publish-scripts` versions 2.0.2 and 2.0.3](https://github.com/ui-router/publish-scripts/compare/2.0.2...2.0.3)
901
-
902
- ### Features
903
-
904
- * **run:** Add npm-run-all package ([1dd0a6c](https://github.com/ui-router/publish-scripts/commit/1dd0a6c))
905
-
906
-
907
-
908
-
909
- ## 2.0.2 (2017-10-17)
910
- [Compare `@uirouter/publish-scripts` versions 2.0.1 and 2.0.2](https://github.com/ui-router/publish-scripts/compare/2.0.1...2.0.2)
911
-
912
- ### Features
913
-
914
- * **publish:** Update bower.json, if it exists ([2c0547b](https://github.com/ui-router/publish-scripts/commit/2c0547b))
915
-
916
-
917
-
918
-
919
- ## 2.0.1 (2017-10-16)
920
- [Compare `@uirouter/publish-scripts` versions 2.0.0 and 2.0.1](https://github.com/ui-router/publish-scripts/compare/2.0.0...2.0.1)
921
-
922
- ### Features
923
-
924
- * **changelog:** Remove update_changelog in favor of release.js ([7dcd45d](https://github.com/ui-router/publish-scripts/commit/7dcd45d))
925
-
926
-
927
-
928
-
929
- # 2.0.0 (2017-10-16)
930
- [Compare `@uirouter/publish-scripts` versions 1.1.1 and 2.0.0](https://github.com/ui-router/publish-scripts/compare/1.1.1...2.0.0)
931
-
932
- ### Features
933
-
934
- * **changelog:** improve changelog generation scripts ([12298ad](https://github.com/ui-router/publish-scripts/commit/12298ad))
935
- * **release:** Add post-install steps ([9a3377c](https://github.com/ui-router/publish-scripts/commit/9a3377c))
936
- * **release:** Automate more steps in release.js ([d963f9d](https://github.com/ui-router/publish-scripts/commit/d963f9d))
937
-
938
-
939
-
940
-
941
- ## 1.1.1 (2017-10-13)
942
- [Compare `@uirouter/publish-scripts` versions 1.1.0 and 1.1.1](https://github.com/ui-router/publish-scripts/compare/1.1.0...1.1.1)
943
-
944
- ### Features
945
-
946
- * **sourcemap:** upgrade to tweak-sourcemap-paths 0.0.2 ([aa3e0b2](https://github.com/ui-router/publish-scripts/commit/aa3e0b2))
947
-
948
-
949
-
950
- # 1.1.0 (2017-10-13)
951
- [Compare `@uirouter/publish-scripts` versions 1.0.9 and 1.1.0](https://github.com/ui-router/publish-scripts/compare/1.0.9...1.1.0)
952
-
953
- ### Features
954
-
955
- * **sourcemap:** Use tweak-sourcemap-paths 0.0.1 ([b357c84](https://github.com/ui-router/publish-scripts/commit/b357c84))
956
-
957
-
958
-
959
- ## 1.0.9 (2017-10-07)
960
- [Compare `@uirouter/publish-scripts` versions 1.0.8 and 1.0.9](https://github.com/ui-router/publish-scripts/compare/1.0.8...1.0.9)
961
-
962
- ### Features
963
-
964
- * **update_changelog:** change cmd line arg from --no-core opt-out to --include-core opt-in ([69b20e5](https://github.com/ui-router/publish-scripts/commit/69b20e5))
965
-
966
-
967
-
968
- ## 1.0.8 (2017-10-07)
969
- [Compare `@uirouter/publish-scripts` versions 1.0.7 and 1.0.8](https://github.com/ui-router/publish-scripts/compare/1.0.7...1.0.8)
970
-
971
- ### Features
972
-
973
- * **update_changelog:** Add --no-core toggle to disable processing uirouter/core changelog ([b343db7](https://github.com/ui-router/publish-scripts/commit/b343db7))
974
-
975
-
976
-
977
- ## 1.0.7 (2017-09-13)
978
- [Compare `@uirouter/publish-scripts` versions 1.0.6 and 1.0.7](https://github.com/ui-router/publish-scripts/compare/1.0.6...1.0.7)
979
-
980
- ### Bug Fixes
981
-
982
- * **build:** Fix dep on conventional-changelog-ui-router-core ([e90d091](https://github.com/ui-router/publish-scripts/commit/e90d091))
983
-
984
-
985
-
986
- ## `@uirouter/publish-scripts` 1.0.6 (2017-08-13)
987
- [Compare `@uirouter/publish-scripts` versions 1.0.5 and 1.0.6](https://github.com/ui-router/publish-scripts/compare/1.0.5...1.0.6)
988
-
989
- ### Bug Fixes
990
-
991
- * **sourcemap:** rewrite ../node_modules/[@uirouter](https://github.com/uirouter) paths ([553d27f](https://github.com/ui-router/publish-scripts/commit/553d27f))
992
-
993
-
994
-
995
- ## 1.0.5 (2017-08-12)
996
- [Compare `@uirouter/publish-scripts` versions 1.0.4 and 1.0.5](https://github.com/ui-router/publish-scripts/compare/1.0.4...1.0.5)
997
-
998
- ### Bug Fixes
999
-
1000
- * **artifact_tagging:** Correctly reset 'latest' tag ([1115be6](https://github.com/ui-router/publish-scripts/commit/1115be6))
1001
-
1002
-
1003
-
1004
- ## 1.0.4 (2017-08-12)
1005
- [Compare `@uirouter/publish-scripts` versions 1.0.3 and 1.0.4](https://github.com/ui-router/publish-scripts/compare/1.0.3...1.0.4)
1006
-
1007
- ### Bug Fixes
1008
-
1009
- * **artifact_tagging:** re-enable publishing (disable dryrun) ([37b1cfc](https://github.com/ui-router/publish-scripts/commit/37b1cfc))
1010
-
1011
-
1012
-
1013
- ## 1.0.3 (2017-08-12)
1014
- [Compare `@uirouter/publish-scripts` versions 1.0.2 and 1.0.3](https://github.com/ui-router/publish-scripts/compare/1.0.2...1.0.3)
1
+ ## 2.6.1 (2023-04-16)
2
+ [Compare `@uirouter/publish-scripts` versions 2.6.0 and 2.6.1](https://github.com/ui-router/publish-scripts/compare/2.6.0...2.6.1)
1015
3
 
1016
4
  ### Bug Fixes
1017
5
 
1018
- * **show_core_changelog:** Use cwd to find the "core" working copy ([994c44c](https://github.com/ui-router/publish-scripts/commit/994c44c))
1019
-
1020
-
1021
-
1022
- ## 1.0.2 (2017-08-12)
1023
- [Compare `@uirouter/publish-scripts` versions 1.0.1 and 1.0.2](https://github.com/ui-router/publish-scripts/compare/1.0.1...1.0.2)
1024
-
1025
- ### Bug Fixes
1026
-
1027
- * **update_changelog:** Fix fx require stmt ([76db2f8](https://github.com/ui-router/publish-scripts/commit/76db2f8))
1028
-
1029
-
1030
-
1031
- ## Changes in `@uirouter/core` between versions [1.0.0 and 1.0.1](https://github.com/ui-router/publish-scripts/compare/1.0.0...1.0.1) (2017-08-12)
1032
-
1033
-
1034
- ### Bug Fixes
1035
-
1036
- * **update_changelog:** Add core changelog, unless we're in uirouter/core ([af67499](https://github.com/ui-router/publish-scripts/commit/af67499))
1037
-
1038
-
1039
-
1040
- # 1.0.0
1041
- Initial release
6
+ * ensure release script works in windows ([d3eb682](https://github.com/ui-router/publish-scripts/commit/d3eb682))
7
+
8
+ # 2.6.0 (2021-12-01)
9
+ [Compare `@uirouter/publish-scripts` versions 2.5.5 and 2.6.0](https://github.com/ui-router/publish-scripts/compare/2.5.5...2.6.0)
10
+
11
+
12
+ ---
13
+
14
+
15
+ ### Updated `check-peer-dependencies` from 4.0.0 to 4.1.0
16
+
17
+
18
+ Changelog for `check-peer-dependencies`:
19
+
20
+
21
+ [Compare `check-peer-dependencies` versions 4.0.0 and 4.1.0](https://github.com/christopherthielen/check-peer-dependencies/compare/4.0.0...4.1.0)
22
+
23
+ ### Bug Fixes
24
+
25
+ * Install peer deps as devDependencies if the peer dep came from a dev dependency ([6ef3021](https://github.com/christopherthielen/check-peer-dependencies/commit/6ef3021)), closes [#21](https://github.com/christopherthielen/check-peer-dependencies/issues/21)
26
+
27
+
28
+ ### Features
29
+
30
+ * Add support for ignoring peer dependencies (via cli option or config stored in package.json) ([5994c9c](https://github.com/christopherthielen/check-peer-dependencies/commit/5994c9c))
31
+ * load checkPeerDependencies config from package.json (and merge with CLI options) ([e2f0fee](https://github.com/christopherthielen/check-peer-dependencies/commit/e2f0fee))
32
+
33
+ ## 2.5.5 (2020-12-27)
34
+ [Compare `@uirouter/publish-scripts` versions 2.5.4 and 2.5.5](https://github.com/ui-router/publish-scripts/compare/2.5.4...2.5.5)
35
+
36
+
37
+ ---
38
+
39
+
40
+ ### Updated `check-peer-dependencies` from 2.0.6 to 4.0.0
41
+
42
+
43
+ Changelog for `check-peer-dependencies`:
44
+
45
+
46
+ [Compare `check-peer-dependencies` versions 2.0.6 and 4.0.0](https://github.com/christopherthielen/check-peer-dependencies/compare/2.0.6...4.0.0)
47
+
48
+ ### Features
49
+
50
+ * **findSolutions:** Add a toggle to find solutions and print installation commands. ([c34735a](https://github.com/christopherthielen/check-peer-dependencies/commit/c34735a))
51
+ * **orderBy:** Change default orderBy to 'dependee' ([e77e069](https://github.com/christopherthielen/check-peer-dependencies/commit/e77e069))
52
+ * **peerDependencyMeta:** support peerDependencyMeta in package.json to ignore optional peer dependencies ([4e3b757](https://github.com/christopherthielen/check-peer-dependencies/commit/4e3b757))
53
+ * **prerelease:** include prerelease when matching ranges, i.e. the range ">=6.0.0" matches "7.0.0-beta.1" ([0493379](https://github.com/christopherthielen/check-peer-dependencies/commit/0493379))
54
+ * **report:** For a given unmet peer dependency, show every related peer dependency, even if currently met ([516a259](https://github.com/christopherthielen/check-peer-dependencies/commit/516a259))
55
+
56
+
57
+ ### BREAKING CHANGES
58
+
59
+ * **prerelease:** Matches prerelease versions
60
+ * **orderBy:** default order changed from 'depender' to 'dependee'
61
+ * **findSolutions:** no longer prints installation commands by default, instead prints a message about using --install
62
+
63
+ ## 2.5.4 (2020-09-20)
64
+ [Compare `@uirouter/publish-scripts` versions 2.5.3 and 2.5.4](https://github.com/ui-router/publish-scripts/compare/2.5.3...2.5.4)
65
+
66
+
67
+ ---
68
+
69
+
70
+ ### Updated `check-peer-dependencies` from 2.0.2 to 2.0.6
71
+
72
+
73
+ Changelog for `check-peer-dependencies`:
74
+
75
+
76
+ [Compare `check-peer-dependencies` versions 2.0.2 and 2.0.6](https://github.com/christopherthielen/check-peer-dependencies/compare/2.0.2...2.0.6)
77
+
78
+ ### Bug Fixes
79
+
80
+ * fix type error ([d117ef7](https://github.com/christopherthielen/check-peer-dependencies/commit/d117ef7))
81
+ * Ignore missing optionalDependencies ([25a89a7](https://github.com/christopherthielen/check-peer-dependencies/commit/25a89a7))
82
+ * print warning if dependency path is not found ([37c0296](https://github.com/christopherthielen/check-peer-dependencies/commit/37c0296))
83
+
84
+
85
+ ### Features
86
+
87
+ * Add an option to run tool in consumer package root dependencies only. ([#7](https://github.com/christopherthielen/check-peer-dependencies/issues/7)) ([cd8f75a](https://github.com/christopherthielen/check-peer-dependencies/commit/cd8f75a))
88
+
89
+ ## 2.5.3 (2020-07-20)
90
+ [Compare `@uirouter/publish-scripts` versions 2.5.2 and 2.5.3](https://github.com/ui-router/publish-scripts/compare/2.5.2...2.5.3)
91
+
92
+ ### Bug Fixes
93
+
94
+ * Do not run docker with -it, maybe it works in github actions? ([7ef06bc](https://github.com/ui-router/publish-scripts/commit/7ef06bc))
95
+
96
+ ## 2.5.2 (2020-07-20)
97
+ [Compare `@uirouter/publish-scripts` versions 2.5.1 and 2.5.2](https://github.com/ui-router/publish-scripts/compare/2.5.1...2.5.2)
98
+
99
+ ### Bug Fixes
100
+
101
+ * **docgen:** delete the *correct* includes directory after generating docs ([7844255](https://github.com/ui-router/publish-scripts/commit/7844255))
102
+
103
+
104
+ ### Features
105
+
106
+ * **docker_push:** tag a version with the current package version ([80d7b3c](https://github.com/ui-router/publish-scripts/commit/80d7b3c))
107
+
108
+ ## 2.5.1 (2020-07-20)
109
+ [Compare `@uirouter/publish-scripts` versions 2.5.0 and 2.5.1](https://github.com/ui-router/publish-scripts/compare/2.5.0...2.5.1)
110
+
111
+ ### Bug Fixes
112
+
113
+ * **docgen:** delete the includes directory after generating docs ([7a8da38](https://github.com/ui-router/publish-scripts/commit/7a8da38))
114
+
115
+ # 2.5.0 (2020-07-18)
116
+ [Compare `@uirouter/publish-scripts` versions 2.4.3 and 2.5.0](https://github.com/ui-router/publish-scripts/compare/2.4.3...2.5.0)
117
+
118
+ ### Features
119
+
120
+ * **docgen** Read docgen config from package.json
121
+ * **docgen:** Create a docker image uirouter:docgen which generates docs so projects do not need a direct dependency on typedoc ([bd52998](https://github.com/ui-router/publish-scripts/commit/bd52998))
122
+
123
+ ## 2.4.3 (2020-06-06)
124
+ [Compare `@uirouter/publish-scripts` versions 2.4.2 and 2.4.3](https://github.com/ui-router/publish-scripts/compare/2.4.2...2.4.3)
125
+
126
+ ### Bug Fixes
127
+
128
+ * **release+downstream:** call 'npm runbuild' for projects that have a distDir ([d39f693](https://github.com/ui-router/publish-scripts/commit/d39f693))
129
+
130
+ ## 2.4.2 (2020-06-06)
131
+ [Compare `@uirouter/publish-scripts` versions 2.4.1 and 2.4.2](https://github.com/ui-router/publish-scripts/compare/2.4.1...2.4.2)
132
+
133
+ ### Bug Fixes
134
+
135
+ * **generate_docs:** Replace "Globals" with {{name}} in breadcrumbs. ([7f723a9](https://github.com/ui-router/publish-scripts/commit/7f723a9))
136
+
137
+ ## 2.4.1 (2020-06-05)
138
+ [Compare `@uirouter/publish-scripts` versions 2.4.0 and 2.4.1](https://github.com/ui-router/publish-scripts/compare/2.4.0...2.4.1)
139
+
140
+ ### Bug Fixes
141
+
142
+ * **generate_docs:** Support 'branch' configuration in docgen.json for included repos ([1f715dd](https://github.com/ui-router/publish-scripts/commit/1f715dd))
143
+
144
+ # 2.4.0 (2020-06-05)
145
+ [Compare `@uirouter/publish-scripts` versions 2.3.49 and 2.4.0](https://github.com/ui-router/publish-scripts/compare/2.3.49...2.4.0)
146
+
147
+ ### Features
148
+
149
+ * Improve generate_docs ([e41798b](https://github.com/ui-router/publish-scripts/commit/e41798b))
150
+
151
+ ## 2.3.49 (2020-05-25)
152
+ [Compare `@uirouter/publish-scripts` versions 2.3.48 and 2.3.49](https://github.com/ui-router/publish-scripts/compare/2.3.48...2.3.49)
153
+
154
+ ### Features
155
+
156
+ * **generate_docs:** Generate docs from the current directory, and without using symlinks for node_modules ([3661919](https://github.com/ui-router/publish-scripts/commit/3661919))
157
+ * **publish_yalc_package:** Do not double build (rely on yalc publish calling prepublishOnly script) ([75ce2fe](https://github.com/ui-router/publish-scripts/commit/75ce2fe))
158
+ * **test_downstream_projects:** support testing of branches. Do not revert changes after running tests to improve debugging of failed runs ([a35785f](https://github.com/ui-router/publish-scripts/commit/a35785f))
159
+
160
+
161
+ ---
162
+
163
+
164
+ ### Updated `check-peer-dependencies` from 2.0.1 to 2.0.2
165
+
166
+
167
+ Changelog for `check-peer-dependencies`:
168
+
169
+
170
+ [Compare `check-peer-dependencies` versions 2.0.1 and 2.0.2](https://github.com/christopherthielen/check-peer-dependencies/compare/2.0.1...2.0.2)
171
+
172
+ ### Bug Fixes
173
+
174
+ * **peerDevDependencies:** Make peerDevDependency includes check a bit safer ([2a1a183](https://github.com/christopherthielen/check-peer-dependencies/commit/2a1a183))
175
+ * **walkPackageDependency:** only walk dev deps for the root package ([e69c385](https://github.com/christopherthielen/check-peer-dependencies/commit/e69c385))
176
+
177
+
178
+ ### Features
179
+
180
+ * **walkPackageDependencyTree:** Check devDependencies too ([9eba197](https://github.com/christopherthielen/check-peer-dependencies/commit/9eba197))
181
+
182
+ ## 2.3.48 (2020-05-18)
183
+ [Compare `@uirouter/publish-scripts` versions 2.3.47 and 2.3.48](https://github.com/ui-router/publish-scripts/compare/2.3.47...2.3.48)
184
+
185
+ ### Features
186
+
187
+ * **test_downstream_projects:** add branch selection support for downstream git repositories ([6017917](https://github.com/ui-router/publish-scripts/commit/6017917))
188
+ * **upgrade.js:** Encode newlines in the upgrades output ([4b196ba](https://github.com/ui-router/publish-scripts/commit/4b196ba))
189
+
190
+ ## 2.3.47 (2020-05-08)
191
+ [Compare `@uirouter/publish-scripts` versions 2.3.46 and 2.3.47](https://github.com/ui-router/publish-scripts/compare/2.3.46...2.3.47)
192
+
193
+ ### Features
194
+
195
+ * **upgrade:** add upgrade-count and upgrade-strategy outputs ([7b79bd2](https://github.com/ui-router/publish-scripts/commit/7b79bd2))
196
+ * **upgrade:** add upgrade-count and upgrade-strategy outputs ([d8e94aa](https://github.com/ui-router/publish-scripts/commit/d8e94aa))
197
+
198
+
199
+ ---
200
+
201
+
202
+ ### Updated `check-peer-dependencies` from 1.0.10 to 2.0.1
203
+
204
+
205
+ Changelog for `check-peer-dependencies`:
206
+
207
+
208
+ [Compare `check-peer-dependencies` versions 1.0.10 and 2.0.1](https://github.com/christopherthielen/check-peer-dependencies/compare/1.0.10...2.0.1)
209
+
210
+ ### Bug Fixes
211
+
212
+ * **peerDevDependencies:** Use an array of package names in 'peerDevDependencies' in conjunction with the standard 'peerDependencies' object to install peer deps as devDependencies. ([681a80b](https://github.com/christopherthielen/check-peer-dependencies/commit/681a80b))
213
+
214
+
215
+ ### Features
216
+
217
+ * **check-peer-dependencies-optional-dependency:** Added a workaround for yarn swallowing postinstall script output ([a9c9fdf](https://github.com/christopherthielen/check-peer-dependencies/commit/a9c9fdf))
218
+ * **peerDevDependencies:** Add support for 'peerDevDependencies' -- 'peerDependencies' that should be installed as 'devDependencies' ([47d40ef](https://github.com/christopherthielen/check-peer-dependencies/commit/47d40ef))
219
+
220
+ ## 2.3.46 (2020-04-30)
221
+ [Compare `@uirouter/publish-scripts` versions 2.3.45 and 2.3.46](https://github.com/ui-router/publish-scripts/compare/2.3.45...2.3.46)
222
+
223
+ ### Bug Fixes
224
+
225
+ * **test_downstream_projects:** When supplying --group to test_downstream_projects, only apply the --group to the top level project. However, parse all downstream_projects.json with group support. ([4aeac16](https://github.com/ui-router/publish-scripts/commit/4aeac16))
226
+
227
+
228
+ ### Features
229
+
230
+ * **upgrade:** Create a github action to yarn upgrade ([1c8680f](https://github.com/ui-router/publish-scripts/commit/1c8680f))
231
+
232
+ ## 2.3.45 (2020-03-04)
233
+ [Compare `@uirouter/publish-scripts` versions 2.3.44 and 2.3.45](https://github.com/ui-router/publish-scripts/compare/2.3.44...2.3.45)
234
+
235
+ ### Features
236
+
237
+ * support typedoc.json and tsconfig.typedoc.json. upgrade to latest deps ([b80c285](https://github.com/ui-router/publish-scripts/commit/b80c285))
238
+
239
+
240
+ ---
241
+
242
+
243
+ ### Updated `check-peer-dependencies` from 1.0.8 to 1.0.10
244
+
245
+
246
+ Changelog for `check-peer-dependencies`:
247
+
248
+
249
+ [Compare `check-peer-dependencies` versions 1.0.8 and 1.0.10](https://github.com/christopherthielen/check-peer-dependencies/compare/1.0.8...1.0.10)
250
+
251
+ ### Features
252
+
253
+ * **debug:** Added a --debug cli flag ([862232e](https://github.com/christopherthielen/check-peer-dependencies/commit/862232e))
254
+ * **orderBy:** Added a --orderBy cli flag ([9e7b8af](https://github.com/christopherthielen/check-peer-dependencies/commit/9e7b8af))
255
+ * **verbose:** Turn off verbose logging by default ([04cde8a](https://github.com/christopherthielen/check-peer-dependencies/commit/04cde8a))
256
+
257
+ ## 2.3.44 (2019-12-27)
258
+ [Compare `@uirouter/publish-scripts` versions 2.3.43 and 2.3.44](https://github.com/ui-router/publish-scripts/compare/2.3.43...2.3.44)
259
+
260
+ ### Bug Fixes
261
+
262
+ * **test_downstream_projects:** push the full name to the success log (not just the project key to the success log. ([8cd2585](https://github.com/ui-router/publish-scripts/commit/8cd2585))
263
+
264
+ ## 2.3.43 (2019-12-27)
265
+ [Compare `@uirouter/publish-scripts` versions 2.3.42 and 2.3.43](https://github.com/ui-router/publish-scripts/compare/2.3.42...2.3.43)
266
+
267
+ ### Features
268
+
269
+ * **ci:** create a dockerfile for running uirouter ci ([37cdcb0](https://github.com/ui-router/publish-scripts/commit/37cdcb0))
270
+ * **gha:** Add support for collapsing of output when run in Github Actions ([89d50e0](https://github.com/ui-router/publish-scripts/commit/89d50e0))
271
+ * **test_downstrem_projects:** add support for grouping downstream projects in the config file ([d9201a1](https://github.com/ui-router/publish-scripts/commit/d9201a1))
272
+ * **test_downstrem_projects:** Print out a summary of success/failed/skipped downstream tests at the end ([e9847e8](https://github.com/ui-router/publish-scripts/commit/e9847e8))
273
+
274
+
275
+ ---
276
+
277
+
278
+ ### Updated `check-peer-dependencies` from 1.0.7 to 1.0.8
279
+
280
+
281
+ Changelog for `check-peer-dependencies`:
282
+
283
+
284
+ [Compare `check-peer-dependencies` versions 1.0.7 and 1.0.8](https://github.com/christopherthielen/check-peer-dependencies/compare/1.0.7...1.0.8)
285
+
286
+ ### Bug Fixes
287
+
288
+ * Revert fix for breaking change in resolve package after they reverted the breaking change itself. ([d25c43a](https://github.com/christopherthielen/check-peer-dependencies/commit/d25c43a))
289
+
290
+ ## 2.3.42 (2019-12-08)
291
+ [Compare `@uirouter/publish-scripts` versions 2.3.41 and 2.3.42](https://github.com/ui-router/publish-scripts/compare/2.3.41...2.3.42)
292
+
293
+ ### Bug Fixes
294
+
295
+ * **test_downstream_projects:** read nested config projects correctly when projects property is defined inside downstream_projects.json config ([ef80552](https://github.com/ui-router/publish-scripts/commit/ef80552))
296
+
297
+ ## 2.3.41 (2019-11-25)
298
+ [Compare `@uirouter/publish-scripts` versions 2.3.40 and 2.3.41](https://github.com/ui-router/publish-scripts/compare/2.3.40...2.3.41)
299
+
300
+ ### Bug Fixes
301
+
302
+ * **publish:** Fix running of prepublishOnly script before publishing a package with a distDir ([d6e7114](https://github.com/ui-router/publish-scripts/commit/d6e7114))
303
+
304
+ ## 2.3.40 (2019-11-25)
305
+ [Compare `@uirouter/publish-scripts` versions 2.3.39 and 2.3.40](https://github.com/ui-router/publish-scripts/compare/2.3.39...2.3.40)
306
+
307
+
308
+ ---
309
+
310
+
311
+ ### Updated `check-peer-dependencies` from 1.0.6 to 1.0.7
312
+
313
+
314
+ Changelog for `check-peer-dependencies`:
315
+
316
+
317
+ [Compare `check-peer-dependencies` versions 1.0.6 and 1.0.7](https://github.com/christopherthielen/check-peer-dependencies/compare/1.0.6...1.0.7)
318
+
319
+ ### Bug Fixes
320
+
321
+ * Update packageFilter for breaking change in resolve package ([15ade47](https://github.com/christopherthielen/check-peer-dependencies/commit/15ade47))
322
+
323
+ ## 2.3.39 (2019-11-25)
324
+ [Compare `@uirouter/publish-scripts` versions 2.3.38 and 2.3.39](https://github.com/ui-router/publish-scripts/compare/2.3.38...2.3.39)
325
+
326
+ ### Features
327
+
328
+ * **publish:** If a distDir is found in package.json, run prepublishOnly script from the root directory before publishing to NPM ([63ded3f](https://github.com/ui-router/publish-scripts/commit/63ded3f))
329
+
330
+
331
+ ---
332
+
333
+
334
+ ### Updated `check-peer-dependencies` from 1.0.5 to 1.0.6
335
+
336
+
337
+ Changelog for `check-peer-dependencies`:
338
+
339
+
340
+ [Compare `check-peer-dependencies` versions 1.0.5 and 1.0.6](https://github.com/christopherthielen/check-peer-dependencies/compare/1.0.5...1.0.6)
341
+
342
+ ### Features
343
+
344
+ * sort peer dependencies by depender package name first ([3d656a6](https://github.com/christopherthielen/check-peer-dependencies/commit/3d656a6))
345
+ * when recursively installing peer deps, don't re-process previously unmet peer deps ([ce9fe3e](https://github.com/christopherthielen/check-peer-dependencies/commit/ce9fe3e))
346
+
347
+ ## 2.3.38 (2019-11-24)
348
+ [Compare `@uirouter/publish-scripts` versions 2.3.37 and 2.3.38](https://github.com/ui-router/publish-scripts/compare/2.3.37...2.3.38)
349
+
350
+
351
+ Update upstream lib to resolve security vulnerability
352
+
353
+ ## 2.3.37 (2019-10-26)
354
+ [Compare `@uirouter/publish-scripts` versions 2.3.36 and 2.3.37](https://github.com/ui-router/publish-scripts/compare/2.3.36...2.3.37)
355
+
356
+
357
+
358
+ ## 2.3.36 (2019-10-26)
359
+ [Compare `@uirouter/publish-scripts` versions 2.3.35 and 2.3.36](https://github.com/ui-router/publish-scripts/compare/2.3.35...2.3.36)
360
+
361
+ ### Features
362
+
363
+ * update to check-peer-dependencies 1.0.3 ([24ac975](https://github.com/ui-router/publish-scripts/commit/24ac975))
364
+
365
+
366
+
367
+
368
+ ## 2.3.35 (2019-10-15)
369
+ [Compare `@uirouter/publish-scripts` versions 2.3.34 and 2.3.35](https://github.com/ui-router/publish-scripts/compare/2.3.34...2.3.35)
370
+
371
+ refactor: Delete check_peer_dependencies.js in favor of using check-peer-dependencies npm package
372
+
373
+
374
+ ## 2.3.34 (2019-10-09)
375
+ [Compare `@uirouter/publish-scripts` versions 2.3.33 and 2.3.34](https://github.com/ui-router/publish-scripts/compare/2.3.33...2.3.34)
376
+
377
+ ### Bug Fixes
378
+
379
+ * **check_peer_dependencies:** use node module resolution to find dependencies ([6c9cc3e](https://github.com/ui-router/publish-scripts/commit/6c9cc3e))
380
+
381
+
382
+ ### Features
383
+
384
+ * **check_peer_dependencies:** don't require --yarn or --npm command line, infer it from package-lock.json or yarn.lock ([295b83f](https://github.com/ui-router/publish-scripts/commit/295b83f))
385
+
386
+
387
+
388
+
389
+ ## 2.3.33 (2019-10-08)
390
+ [Compare `@uirouter/publish-scripts` versions 2.3.32 and 2.3.33](https://github.com/ui-router/publish-scripts/compare/2.3.32...2.3.33)
391
+
392
+ ### Bug Fixes
393
+
394
+ * **release:** After 'git commit', then run 'git add' in case Prettier formatted them ([28fe683](https://github.com/ui-router/publish-scripts/commit/28fe683))
395
+
396
+
397
+
398
+
399
+ ## 2.3.32 (2019-10-07)
400
+ [Compare `@uirouter/publish-scripts` versions 2.3.31 and 2.3.32](https://github.com/ui-router/publish-scripts/compare/2.3.31...2.3.32)
401
+
402
+ ### Bug Fixes
403
+
404
+ * **publish_yalc_package:** move pkgJson parsing out of conditional block ([1d4bb2d](https://github.com/ui-router/publish-scripts/commit/1d4bb2d))
405
+
406
+
407
+
408
+
409
+ ## 2.3.31 (2019-10-07)
410
+ [Compare `@uirouter/publish-scripts` versions 2.3.30 and 2.3.31](https://github.com/ui-router/publish-scripts/compare/2.3.30...2.3.31)
411
+
412
+ ### Bug Fixes
413
+
414
+ * **check_peer_dependencies:** fix typo :facepalm: ([110048f](https://github.com/ui-router/publish-scripts/commit/110048f))
415
+
416
+
417
+
418
+
419
+ ## 2.3.30 (2019-10-06)
420
+ [Compare `@uirouter/publish-scripts` versions 2.3.29 and 2.3.30](https://github.com/ui-router/publish-scripts/compare/2.3.29...2.3.30)
421
+
422
+ ### Bug Fixes
423
+
424
+ * **check_peer_dependencies:** fix logging when a peerdep solution has been found ([f03bc04](https://github.com/ui-router/publish-scripts/commit/f03bc04))
425
+
426
+
427
+ ### Features
428
+
429
+ * **check_peer_dependencies:** Added a script which checks that all peer dependencies are satisfied ([63e6c97](https://github.com/ui-router/publish-scripts/commit/63e6c97))
430
+ * **check_peer_dependencies:** when checking peer deps, ignore package if it's been installed using yalc ([fc62d5b](https://github.com/ui-router/publish-scripts/commit/fc62d5b))
431
+ * **test_downstream_projects:** Install peer dependencies in downstream projects ([153c024](https://github.com/ui-router/publish-scripts/commit/153c024))
432
+
433
+
434
+
435
+
436
+ ## 2.3.29 (2019-10-06)
437
+ [Compare `@uirouter/publish-scripts` versions 2.3.28 and 2.3.29](https://github.com/ui-router/publish-scripts/compare/2.3.28...2.3.29)
438
+
439
+ ### Bug Fixes
440
+
441
+ * **publish:** fix logic for getting the package distDir ([cea3c04](https://github.com/ui-router/publish-scripts/commit/cea3c04))
442
+
443
+
444
+
445
+
446
+ ## 2.3.28 (2019-10-04)
447
+ [Compare `@uirouter/publish-scripts` versions 2.3.27 and 2.3.28](https://github.com/ui-router/publish-scripts/compare/2.3.27...2.3.28)
448
+
449
+ ### Features
450
+
451
+ * **publish:** support package publishing from a subdirectory ([b609066](https://github.com/ui-router/publish-scripts/commit/b609066))
452
+ * **release:** put correct changelog on clipboard ([3ffa4b4](https://github.com/ui-router/publish-scripts/commit/3ffa4b4))
453
+ * **show_changelog:** Put an -HR- between changelogs for upstream projects ([8d10df0](https://github.com/ui-router/publish-scripts/commit/8d10df0))
454
+
455
+
456
+
457
+
458
+ ## 2.3.27 (2019-10-02)
459
+ [Compare `@uirouter/publish-scripts` versions 2.3.26 and 2.3.27](https://github.com/ui-router/publish-scripts/compare/2.3.26...2.3.27)
460
+
461
+ ### Features
462
+
463
+ * **release:** Write changelog to a temp file so it can be edited while the release script is paused ([9cce8fd](https://github.com/ui-router/publish-scripts/commit/9cce8fd))
464
+
465
+
466
+
467
+
468
+ ## 2.3.26 (2019-09-03)
469
+ [Compare `@uirouter/publish-scripts` versions 2.3.25 and 2.3.26](https://github.com/ui-router/publish-scripts/compare/2.3.25...2.3.26)
470
+
471
+ ### Features
472
+
473
+ * **package): (package:** update dependencies conventional-changelog[@3](https://github.com/3).1.10, git-semver-tags[@3](https://github.com/3).0.0, lodash[@4](https://github.com/4).17.15, open[@6](https://github.com/6).4.0, readline-sync[@1](https://github.com/1).4.10, tmp[@0](https://github.com/0).1.0, typedoc[@0](https://github.com/0).15.0, typedoc-plugin-external-module-name[@2](https://github.com/2).1.0, typedoc-plugin-internal-external[@2](https://github.com/2).0.2, yalc[@1](https://github.com/1).0.0-pre.34, yargs[@14](https://github.com/14).0.0 ([b0cc01e](https://github.com/ui-router/publish-scripts/commit/b0cc01e))
474
+
475
+
476
+
477
+
478
+ ## 2.3.25 (2019-01-17)
479
+ [Compare `@uirouter/publish-scripts` versions 2.3.24 and 2.3.25](https://github.com/ui-router/publish-scripts/compare/2.3.24...2.3.25)
480
+
481
+
482
+
483
+ ## 2.3.24 (2019-01-09)
484
+ [Compare `@uirouter/publish-scripts` versions 2.3.23 and 2.3.24](https://github.com/ui-router/publish-scripts/compare/2.3.23...2.3.24)
485
+
486
+ ### Bug Fixes
487
+
488
+ * **test_downstream_projects:** Fix for packages with only dependencies or devDependencies block ([93bf0aa](https://github.com/ui-router/publish-scripts/commit/93bf0aa))
489
+
490
+
491
+
492
+
493
+ ## 2.3.23 (2019-01-09)
494
+ [Compare `@uirouter/publish-scripts` versions 2.3.22 and 2.3.23](https://github.com/ui-router/publish-scripts/compare/2.3.22...2.3.23)
495
+
496
+ ### Bug Fixes
497
+
498
+ * **test_downstream_projects:** hopefully fix travis folding by not emitting whitespaces ([0a9c74f](https://github.com/ui-router/publish-scripts/commit/0a9c74f))
499
+
500
+
501
+
502
+
503
+ ## 2.3.22 (2019-01-09)
504
+ [Compare `@uirouter/publish-scripts` versions 2.3.21 and 2.3.22](https://github.com/ui-router/publish-scripts/compare/2.3.21...2.3.22)
505
+
506
+ ### Features
507
+
508
+ * **test:downstream:** Support folding of output in travis ci ([66bd430](https://github.com/ui-router/publish-scripts/commit/66bd430))
509
+
510
+
511
+
512
+
513
+ ## 2.3.21 (2018-09-15)
514
+ [Compare `@uirouter/publish-scripts` versions 2.3.20 and 2.3.21](https://github.com/ui-router/publish-scripts/compare/2.3.20...2.3.21)
515
+
516
+
517
+
518
+ ## 2.3.20 (2018-07-17)
519
+ [Compare `@uirouter/publish-scripts` versions 2.3.19 and 2.3.20](https://github.com/ui-router/publish-scripts/compare/2.3.19...2.3.20)
520
+
521
+
522
+
523
+ ## 2.3.19 (2018-07-06)
524
+ [Compare `@uirouter/publish-scripts` versions 2.3.18 and 2.3.19](https://github.com/ui-router/publish-scripts/compare/2.3.18...2.3.19)
525
+
526
+
527
+
528
+ ## 2.3.18 (2018-05-13)
529
+ [Compare `@uirouter/publish-scripts` versions 2.3.17 and 2.3.18](https://github.com/ui-router/publish-scripts/compare/2.3.17...2.3.18)
530
+
531
+ ### Bug Fixes
532
+
533
+ * **test_downstream_projects:** Fix testing multiple levels of yalc'd packages by deyalcing the package.json before yalc publish. ([dc83c7c](https://github.com/ui-router/publish-scripts/commit/dc83c7c))
534
+
535
+
536
+
537
+
538
+ ## 2.3.17 (2018-05-09)
539
+ [Compare `@uirouter/publish-scripts` versions 2.3.16 and 2.3.17](https://github.com/ui-router/publish-scripts/compare/2.3.16...2.3.17)
540
+
541
+ ### Bug Fixes
542
+
543
+ * **test_downstream_projects:** Use yarn resolution rules to avoid duplicate dependencies of UPSTREAM_PKGS installed via yalc ([0e8891c](https://github.com/ui-router/publish-scripts/commit/0e8891c))
544
+
545
+
546
+
547
+
548
+ ## 2.3.16 (2018-05-09)
549
+ [Compare `@uirouter/publish-scripts` versions 2.3.15 and 2.3.16](https://github.com/ui-router/publish-scripts/compare/2.3.15...2.3.16)
550
+
551
+
552
+
553
+ ## 2.3.15 (2018-05-09)
554
+ [Compare `@uirouter/publish-scripts` versions 2.3.14 and 2.3.15](https://github.com/ui-router/publish-scripts/compare/2.3.14...2.3.15)
555
+
556
+ ### Bug Fixes
557
+
558
+ * **generate_docs:** Load lib.es6.d.ts from either typescript/lib or typedoc/node_modules/typescript/lib, whichever is found ([fd63486](https://github.com/ui-router/publish-scripts/commit/fd63486))
559
+
560
+
561
+
562
+
563
+ ## 2.3.14 (2018-05-09)
564
+ [Compare `@uirouter/publish-scripts` versions 2.3.13 and 2.3.14](https://github.com/ui-router/publish-scripts/compare/2.3.13...2.3.14)
565
+
566
+ ### Bug Fixes
567
+
568
+ * **test_downstream_projects:** run 'yarn' after installing upstreams to get updated upstream dependencies ([9c711ee](https://github.com/ui-router/publish-scripts/commit/9c711ee))
569
+
570
+
571
+
572
+
573
+ ## 2.3.13 (2018-05-03)
574
+ [Compare `@uirouter/publish-scripts` versions 2.3.12 and 2.3.13](https://github.com/ui-router/publish-scripts/compare/2.3.12...2.3.13)
575
+
576
+ ### Bug Fixes
577
+
578
+ * **generate_docs:** don't symlink included projects. clone directly to temp dir ([506dbbf](https://github.com/ui-router/publish-scripts/commit/506dbbf))
579
+
580
+
581
+
582
+
583
+ ## 2.3.12 (2018-04-29)
584
+ [Compare `@uirouter/publish-scripts` versions 2.3.11 and 2.3.12](https://github.com/ui-router/publish-scripts/compare/2.3.11...2.3.12)
585
+
586
+ ### Bug Fixes
587
+
588
+ * **test_downstream_projects:** Do not 'yarn upgrade' downstream projects ([05ec93b](https://github.com/ui-router/publish-scripts/commit/05ec93b))
589
+
590
+
591
+
592
+
593
+ ## 2.3.11 (2018-04-21)
594
+ [Compare `@uirouter/publish-scripts` versions 2.3.10 and 2.3.11](https://github.com/ui-router/publish-scripts/compare/2.3.10...2.3.11)
595
+
596
+ ### Bug Fixes
597
+
598
+ * **generate_docs:** fix travis: support yalc versions by matching and stripping the '-ha5hcod3' suffix ([2e9d9d7](https://github.com/ui-router/publish-scripts/commit/2e9d9d7))
599
+
600
+
601
+
602
+
603
+ ## 2.3.10 (2018-04-21)
604
+ [Compare `@uirouter/publish-scripts` versions 2.3.9 and 2.3.10](https://github.com/ui-router/publish-scripts/compare/2.3.9...2.3.10)
605
+
606
+ ### Bug Fixes
607
+
608
+ * **generate_docs:** fix travis: use symlink, not hard link when generating docs ([d74c101](https://github.com/ui-router/publish-scripts/commit/d74c101))
609
+
610
+
611
+
612
+
613
+ ## 2.3.9 (2018-04-21)
614
+ [Compare `@uirouter/publish-scripts` versions 2.3.8 and 2.3.9](https://github.com/ui-router/publish-scripts/compare/2.3.8...2.3.9)
615
+
616
+ ### Features
617
+
618
+ * **generate_docs:** Attempt to fix travis: use ~/.docgen instead of temp dir ([404ecbf](https://github.com/ui-router/publish-scripts/commit/404ecbf))
619
+
620
+
621
+
622
+
623
+ ## 2.3.8 (2018-04-21)
624
+ [Compare `@uirouter/publish-scripts` versions 2.3.7 and 2.3.8](https://github.com/ui-router/publish-scripts/compare/2.3.7...2.3.8)
625
+
626
+ ### Features
627
+
628
+ * **generate_docs:** Attempt to fix travis: use ~/.docgen instead of temp dir ([b4363d4](https://github.com/ui-router/publish-scripts/commit/b4363d4))
629
+
630
+
631
+
632
+
633
+ ## 2.3.7 (2018-04-21)
634
+ [Compare `@uirouter/publish-scripts` versions 2.3.6 and 2.3.7](https://github.com/ui-router/publish-scripts/compare/2.3.6...2.3.7)
635
+
636
+ ### Features
637
+
638
+ * **generate_docs:** Attempt to fix travis: use ~/.docgen instead of temp dir ([77d06ef](https://github.com/ui-router/publish-scripts/commit/77d06ef))
639
+
640
+
641
+
642
+
643
+ ## 2.3.6 (2018-04-20)
644
+ [Compare `@uirouter/publish-scripts` versions 2.3.5 and 2.3.6](https://github.com/ui-router/publish-scripts/compare/2.3.5...2.3.6)
645
+
646
+ ### Bug Fixes
647
+
648
+ * **generate_docs:** clean up temp directory ([f10ca7b](https://github.com/ui-router/publish-scripts/commit/f10ca7b))
649
+
650
+
651
+
652
+
653
+ ## 2.3.5 (2018-04-20)
654
+ [Compare `@uirouter/publish-scripts` versions 2.3.4 and 2.3.5](https://github.com/ui-router/publish-scripts/compare/2.3.4...2.3.5)
655
+
656
+ ### Bug Fixes
657
+
658
+ * **generate_docs:** use git checkout (not git co) ([4d0928c](https://github.com/ui-router/publish-scripts/commit/4d0928c))
659
+
660
+
661
+
662
+
663
+ ## 2.3.4 (2018-04-20)
664
+ [Compare `@uirouter/publish-scripts` versions 2.3.3 and 2.3.4](https://github.com/ui-router/publish-scripts/compare/2.3.3...2.3.4)
665
+
666
+ ### Bug Fixes
667
+
668
+ * **test_downstream_projects:** make yalc a dependency of publish-scripts, use npx to call it ([de59d18](https://github.com/ui-router/publish-scripts/commit/de59d18))
669
+
670
+
671
+ ### Features
672
+
673
+ * **generate_docs:** update to typedoc 0.11.x and move sources to temp dir to get proper git urls ([3abfe07](https://github.com/ui-router/publish-scripts/commit/3abfe07))
674
+ * **publish_yalc_package:** do not move to temp dir when unnecessary ([05b7f6e](https://github.com/ui-router/publish-scripts/commit/05b7f6e))
675
+
676
+
677
+
678
+
679
+ ## 2.3.3 (2018-04-12)
680
+ [Compare `@uirouter/publish-scripts` versions 2.3.2 and 2.3.3](https://github.com/ui-router/publish-scripts/compare/2.3.2...2.3.3)
681
+
682
+ ### Features
683
+
684
+ * **test_downstream_projects:** Support 'projects' and 'nohoist' keys in downstream_projects.json ([f860f61](https://github.com/ui-router/publish-scripts/commit/f860f61))
685
+
686
+
687
+
688
+
689
+ ## 2.3.2 (2018-03-30)
690
+ [Compare `@uirouter/publish-scripts` versions 2.3.1 and 2.3.2](https://github.com/ui-router/publish-scripts/compare/2.3.1...2.3.2)
691
+
692
+ ### Features
693
+
694
+ * **test_downstream_projects:** Add command line toggle for yarn workspaces ([a6ce2ce](https://github.com/ui-router/publish-scripts/commit/a6ce2ce))
695
+ * **test_downstream_projects:** Support yarn workspaces ([dc56ebb](https://github.com/ui-router/publish-scripts/commit/dc56ebb))
696
+
697
+
698
+
699
+
700
+ ## 2.3.1 (2018-02-07)
701
+ [Compare `@uirouter/publish-scripts` versions 2.3.0 and 2.3.1](https://github.com/ui-router/publish-scripts/compare/2.3.0...2.3.1)
702
+
703
+ ### Features
704
+
705
+ * **docs:** Enable 'branch' override for included doc repos (like uirouter/core) ([05ca568](https://github.com/ui-router/publish-scripts/commit/05ca568))
706
+
707
+
708
+
709
+
710
+ # 2.3.0 (2018-02-07)
711
+ [Compare `@uirouter/publish-scripts` versions 2.2.10 and 2.3.0](https://github.com/ui-router/publish-scripts/compare/2.2.10...2.3.0)
712
+
713
+ ### Features
714
+
715
+ * **docs:** Add generate_docs script to generate typedoc documentation ([58afc88](https://github.com/ui-router/publish-scripts/commit/58afc88))
716
+ * **docs:** Add publish_docs script to publish typedoc documentation to http://ui-router.github.io/ ([7192f29](https://github.com/ui-router/publish-scripts/commit/7192f29))
717
+
718
+
719
+
720
+
721
+ ## 2.2.10 (2018-01-31)
722
+ [Compare `@uirouter/publish-scripts` versions 2.2.9 and 2.2.10](https://github.com/ui-router/publish-scripts/compare/2.2.9...2.2.10)
723
+
724
+ ### Bug Fixes
725
+
726
+ * **show_changelog:** use merges: null so commit messages from manually merged PRs are processed ([102b794](https://github.com/ui-router/publish-scripts/commit/102b794))
727
+
728
+
729
+
730
+
731
+ ## 2.2.9 (2018-01-30)
732
+ [Compare `@uirouter/publish-scripts` versions 2.2.8 and 2.2.9](https://github.com/ui-router/publish-scripts/compare/2.2.8...2.2.9)
733
+
734
+ ### Bug Fixes
735
+
736
+ * **test_downstream_projects:** Run tests and downstream tests separately. Switch back to .downstream_cache dir before prepping nested downstream projects ([742ffe4](https://github.com/ui-router/publish-scripts/commit/742ffe4))
737
+
738
+
739
+
740
+
741
+ ## 2.2.8 (2018-01-30)
742
+ [Compare `@uirouter/publish-scripts` versions 2.2.7 and 2.2.8](https://github.com/ui-router/publish-scripts/compare/2.2.7...2.2.8)
743
+
744
+ ### Bug Fixes
745
+
746
+ * **test_downstream_projects:** fix null pointer when skipping downstream projects ([7cd497b](https://github.com/ui-router/publish-scripts/commit/7cd497b))
747
+
748
+
749
+
750
+
751
+ ## 2.2.7 (2018-01-30)
752
+ [Compare `@uirouter/publish-scripts` versions 2.2.6 and 2.2.7](https://github.com/ui-router/publish-scripts/compare/2.2.6...2.2.7)
753
+
754
+ ### Features
755
+
756
+ * **publish_yalc_package:** Build packages in temp directory before publishing ([8df5b99](https://github.com/ui-router/publish-scripts/commit/8df5b99))
757
+
758
+
759
+
760
+
761
+ ## 2.2.6 (2018-01-30)
762
+ [Compare `@uirouter/publish-scripts` versions 2.2.5 and 2.2.6](https://github.com/ui-router/publish-scripts/compare/2.2.5...2.2.6)
763
+
764
+ ### Features
765
+
766
+ * **release:** open github tag in browser to update changelog after publishing ([9f202e9](https://github.com/ui-router/publish-scripts/commit/9f202e9))
767
+
768
+
769
+
770
+
771
+ ## 2.2.5 (2018-01-30)
772
+ [Compare `@uirouter/publish-scripts` versions 2.2.4 and 2.2.5](https://github.com/ui-router/publish-scripts/compare/2.2.4...2.2.5)
773
+
774
+ ### Features
775
+
776
+ * **test:downstream:** Move downstream projects into temp dir before running tests ([5a85e33](https://github.com/ui-router/publish-scripts/commit/5a85e33))
777
+
778
+
779
+
780
+
781
+ ## 2.2.4 (2017-12-30)
782
+ [Compare `@uirouter/publish-scripts` versions 2.2.3 and 2.2.4](https://github.com/ui-router/publish-scripts/compare/2.2.3...2.2.4)
783
+
784
+ ### Features
785
+
786
+ * **publish_yalc:** Support fetching from local directories (not github) and wire publish_yalc logic into test downstream script ([8a38dfb](https://github.com/ui-router/publish-scripts/commit/8a38dfb))
787
+
788
+
789
+
790
+
791
+ ## 2.2.3 (2017-12-29)
792
+ [Compare `@uirouter/publish-scripts` versions 2.2.2 and 2.2.3](https://github.com/ui-router/publish-scripts/compare/2.2.2...2.2.3)
793
+
794
+
795
+
796
+ ## 2.2.2 (2017-12-28)
797
+ [Compare `@uirouter/publish-scripts` versions 2.2.1 and 2.2.2](https://github.com/ui-router/publish-scripts/compare/2.2.1...2.2.2)
798
+
799
+ ### Bug Fixes
800
+
801
+ * **publish_yalc:** Check if directory/.git exists, not just directory. ([0db29b7](https://github.com/ui-router/publish-scripts/commit/0db29b7))
802
+
803
+
804
+
805
+
806
+ ## 2.2.1 (2017-12-27)
807
+ [Compare `@uirouter/publish-scripts` versions 2.2.0 and 2.2.1](https://github.com/ui-router/publish-scripts/compare/2.2.0...2.2.1)
808
+
809
+ ### Features
810
+
811
+ * **downstream:** Only test downstreams from DOWNSTREAM_PKGS env variable (if set) ([8fc540d](https://github.com/ui-router/publish-scripts/commit/8fc540d))
812
+
813
+
814
+
815
+
816
+ # 2.2.0 (2017-12-27)
817
+ [Compare `@uirouter/publish-scripts` versions 2.1.2 and 2.2.0](https://github.com/ui-router/publish-scripts/compare/2.1.2...2.2.0)
818
+
819
+ ### Features
820
+
821
+ * **yalc:** Add publish_yalc_package script for travis scripts ([349cc57](https://github.com/ui-router/publish-scripts/commit/349cc57))
822
+
823
+
824
+
825
+
826
+ ## 2.1.2 (2017-12-27)
827
+ [Compare `@uirouter/publish-scripts` versions 2.1.1 and 2.1.2](https://github.com/ui-router/publish-scripts/compare/2.1.1...2.1.2)
828
+
829
+ ### Bug Fixes
830
+
831
+ * **downstream:** define giturl variable before use ([eed79ee](https://github.com/ui-router/publish-scripts/commit/eed79ee))
832
+
833
+
834
+
835
+
836
+ ## 2.1.1 (2017-12-27)
837
+ [Compare `@uirouter/publish-scripts` versions 2.1.0 and 2.1.1](https://github.com/ui-router/publish-scripts/compare/2.1.0...2.1.1)
838
+
839
+ ### Features
840
+
841
+ * **downstream:** enable yalc add of grandparent upstream (core -> angular -> sample-app-angular) ([6c12618](https://github.com/ui-router/publish-scripts/commit/6c12618))
842
+
843
+
844
+
845
+
846
+ # 2.1.0 (2017-12-26)
847
+ [Compare `@uirouter/publish-scripts` versions 2.0.8 and 2.1.0](https://github.com/ui-router/publish-scripts/compare/2.0.8...2.1.0)
848
+
849
+ ### Features
850
+
851
+ * **test:** add test_downstream_projects script ([c8790a8](https://github.com/ui-router/publish-scripts/commit/c8790a8))
852
+
853
+
854
+
855
+
856
+ ## 2.0.8 (2017-12-09)
857
+ [Compare `@uirouter/publish-scripts` versions 2.0.7 and 2.0.8](https://github.com/ui-router/publish-scripts/compare/2.0.7...2.0.8)
858
+
859
+ ### Bug Fixes
860
+
861
+ * **release:** Use git commit instead of git ci ([2ce1506](https://github.com/ui-router/publish-scripts/commit/2ce1506))
862
+
863
+
864
+
865
+
866
+ ## 2.0.7 (2017-12-06)
867
+ [Compare `@uirouter/publish-scripts` versions 2.0.6 and 2.0.7](https://github.com/ui-router/publish-scripts/compare/2.0.6...2.0.7)
868
+
869
+ ### Bug Fixes
870
+
871
+ * **scripts:** remove broken update_changelog.js script entry from package.json ([dad1222](https://github.com/ui-router/publish-scripts/commit/dad1222))
872
+
873
+
874
+
875
+
876
+ ## 2.0.6 (2017-10-22)
877
+ [Compare `@uirouter/publish-scripts` versions 2.0.5 and 2.0.6](https://github.com/ui-router/publish-scripts/compare/2.0.5...2.0.6)
878
+
879
+ ### Bug Fixes
880
+
881
+ * **changelog:** Add newline to end of package.json ([ad345d0](https://github.com/ui-router/publish-scripts/commit/ad345d0))
882
+
883
+
884
+
885
+
886
+ ## 2.0.5 (2017-10-17)
887
+ [Compare `@uirouter/publish-scripts` versions 2.0.4 and 2.0.5](https://github.com/ui-router/publish-scripts/compare/2.0.4...2.0.5)
888
+
889
+ ### Bug Fixes
890
+
891
+ * **release:** Fix args processing for multiple deps ([f0d1d68](https://github.com/ui-router/publish-scripts/commit/f0d1d68))
892
+
893
+
894
+
895
+
896
+ ## 2.0.4 (2017-10-17)
897
+ [Compare `@uirouter/publish-scripts` versions 2.0.3 and 2.0.4](https://github.com/ui-router/publish-scripts/compare/2.0.3...2.0.4)
898
+
899
+ ### Bug Fixes
900
+
901
+ * **show_changelog:** silence popd() output ([45a0c5a](https://github.com/ui-router/publish-scripts/commit/45a0c5a))
902
+
903
+
904
+
905
+
906
+ ## 2.0.3 (2017-10-17)
907
+ [Compare `@uirouter/publish-scripts` versions 2.0.2 and 2.0.3](https://github.com/ui-router/publish-scripts/compare/2.0.2...2.0.3)
908
+
909
+ ### Features
910
+
911
+ * **run:** Add npm-run-all package ([1dd0a6c](https://github.com/ui-router/publish-scripts/commit/1dd0a6c))
912
+
913
+
914
+
915
+
916
+ ## 2.0.2 (2017-10-17)
917
+ [Compare `@uirouter/publish-scripts` versions 2.0.1 and 2.0.2](https://github.com/ui-router/publish-scripts/compare/2.0.1...2.0.2)
918
+
919
+ ### Features
920
+
921
+ * **publish:** Update bower.json, if it exists ([2c0547b](https://github.com/ui-router/publish-scripts/commit/2c0547b))
922
+
923
+
924
+
925
+
926
+ ## 2.0.1 (2017-10-16)
927
+ [Compare `@uirouter/publish-scripts` versions 2.0.0 and 2.0.1](https://github.com/ui-router/publish-scripts/compare/2.0.0...2.0.1)
928
+
929
+ ### Features
930
+
931
+ * **changelog:** Remove update_changelog in favor of release.js ([7dcd45d](https://github.com/ui-router/publish-scripts/commit/7dcd45d))
932
+
933
+
934
+
935
+
936
+ # 2.0.0 (2017-10-16)
937
+ [Compare `@uirouter/publish-scripts` versions 1.1.1 and 2.0.0](https://github.com/ui-router/publish-scripts/compare/1.1.1...2.0.0)
938
+
939
+ ### Features
940
+
941
+ * **changelog:** improve changelog generation scripts ([12298ad](https://github.com/ui-router/publish-scripts/commit/12298ad))
942
+ * **release:** Add post-install steps ([9a3377c](https://github.com/ui-router/publish-scripts/commit/9a3377c))
943
+ * **release:** Automate more steps in release.js ([d963f9d](https://github.com/ui-router/publish-scripts/commit/d963f9d))
944
+
945
+
946
+
947
+
948
+ ## 1.1.1 (2017-10-13)
949
+ [Compare `@uirouter/publish-scripts` versions 1.1.0 and 1.1.1](https://github.com/ui-router/publish-scripts/compare/1.1.0...1.1.1)
950
+
951
+ ### Features
952
+
953
+ * **sourcemap:** upgrade to tweak-sourcemap-paths 0.0.2 ([aa3e0b2](https://github.com/ui-router/publish-scripts/commit/aa3e0b2))
954
+
955
+
956
+
957
+ # 1.1.0 (2017-10-13)
958
+ [Compare `@uirouter/publish-scripts` versions 1.0.9 and 1.1.0](https://github.com/ui-router/publish-scripts/compare/1.0.9...1.1.0)
959
+
960
+ ### Features
961
+
962
+ * **sourcemap:** Use tweak-sourcemap-paths 0.0.1 ([b357c84](https://github.com/ui-router/publish-scripts/commit/b357c84))
963
+
964
+
965
+
966
+ ## 1.0.9 (2017-10-07)
967
+ [Compare `@uirouter/publish-scripts` versions 1.0.8 and 1.0.9](https://github.com/ui-router/publish-scripts/compare/1.0.8...1.0.9)
968
+
969
+ ### Features
970
+
971
+ * **update_changelog:** change cmd line arg from --no-core opt-out to --include-core opt-in ([69b20e5](https://github.com/ui-router/publish-scripts/commit/69b20e5))
972
+
973
+
974
+
975
+ ## 1.0.8 (2017-10-07)
976
+ [Compare `@uirouter/publish-scripts` versions 1.0.7 and 1.0.8](https://github.com/ui-router/publish-scripts/compare/1.0.7...1.0.8)
977
+
978
+ ### Features
979
+
980
+ * **update_changelog:** Add --no-core toggle to disable processing uirouter/core changelog ([b343db7](https://github.com/ui-router/publish-scripts/commit/b343db7))
981
+
982
+
983
+
984
+ ## 1.0.7 (2017-09-13)
985
+ [Compare `@uirouter/publish-scripts` versions 1.0.6 and 1.0.7](https://github.com/ui-router/publish-scripts/compare/1.0.6...1.0.7)
986
+
987
+ ### Bug Fixes
988
+
989
+ * **build:** Fix dep on conventional-changelog-ui-router-core ([e90d091](https://github.com/ui-router/publish-scripts/commit/e90d091))
990
+
991
+
992
+
993
+ ## `@uirouter/publish-scripts` 1.0.6 (2017-08-13)
994
+ [Compare `@uirouter/publish-scripts` versions 1.0.5 and 1.0.6](https://github.com/ui-router/publish-scripts/compare/1.0.5...1.0.6)
995
+
996
+ ### Bug Fixes
997
+
998
+ * **sourcemap:** rewrite ../node_modules/[@uirouter](https://github.com/uirouter) paths ([553d27f](https://github.com/ui-router/publish-scripts/commit/553d27f))
999
+
1000
+
1001
+
1002
+ ## 1.0.5 (2017-08-12)
1003
+ [Compare `@uirouter/publish-scripts` versions 1.0.4 and 1.0.5](https://github.com/ui-router/publish-scripts/compare/1.0.4...1.0.5)
1004
+
1005
+ ### Bug Fixes
1006
+
1007
+ * **artifact_tagging:** Correctly reset 'latest' tag ([1115be6](https://github.com/ui-router/publish-scripts/commit/1115be6))
1008
+
1009
+
1010
+
1011
+ ## 1.0.4 (2017-08-12)
1012
+ [Compare `@uirouter/publish-scripts` versions 1.0.3 and 1.0.4](https://github.com/ui-router/publish-scripts/compare/1.0.3...1.0.4)
1013
+
1014
+ ### Bug Fixes
1015
+
1016
+ * **artifact_tagging:** re-enable publishing (disable dryrun) ([37b1cfc](https://github.com/ui-router/publish-scripts/commit/37b1cfc))
1017
+
1018
+
1019
+
1020
+ ## 1.0.3 (2017-08-12)
1021
+ [Compare `@uirouter/publish-scripts` versions 1.0.2 and 1.0.3](https://github.com/ui-router/publish-scripts/compare/1.0.2...1.0.3)
1022
+
1023
+ ### Bug Fixes
1024
+
1025
+ * **show_core_changelog:** Use cwd to find the "core" working copy ([994c44c](https://github.com/ui-router/publish-scripts/commit/994c44c))
1026
+
1027
+
1028
+
1029
+ ## 1.0.2 (2017-08-12)
1030
+ [Compare `@uirouter/publish-scripts` versions 1.0.1 and 1.0.2](https://github.com/ui-router/publish-scripts/compare/1.0.1...1.0.2)
1031
+
1032
+ ### Bug Fixes
1033
+
1034
+ * **update_changelog:** Fix fx require stmt ([76db2f8](https://github.com/ui-router/publish-scripts/commit/76db2f8))
1035
+
1036
+
1037
+
1038
+ ## Changes in `@uirouter/core` between versions [1.0.0 and 1.0.1](https://github.com/ui-router/publish-scripts/compare/1.0.0...1.0.1) (2017-08-12)
1039
+
1040
+
1041
+ ### Bug Fixes
1042
+
1043
+ * **update_changelog:** Add core changelog, unless we're in uirouter/core ([af67499](https://github.com/ui-router/publish-scripts/commit/af67499))
1044
+
1045
+
1046
+
1047
+ # 1.0.0
1048
+ Initial release