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