@uirouter/publish-scripts 2.6.3 → 2.6.4

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