@uirouter/publish-scripts 2.6.3 → 2.6.5

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