@uirouter/publish-scripts 2.6.2 → 2.6.4

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