Skip to content

Commit e17c9e1

Browse files
2.3.49
1 parent fbbc08a commit e17c9e1

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## 2.3.49 (2020-05-25)
2+
[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)
3+
4+
### Features
5+
6+
* **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))
7+
* **publish_yalc_package:** Do not double build (rely on yalc publish calling prepublishOnly script) ([75ce2fe](https://github.com/ui-router/publish-scripts/commit/75ce2fe))
8+
* **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))
9+
10+
11+
---
12+
13+
14+
### Updated `check-peer-dependencies` from 2.0.1 to 2.0.2
15+
16+
17+
Changelog for `check-peer-dependencies`:
18+
19+
20+
[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)
21+
22+
### Bug Fixes
23+
24+
* **peerDevDependencies:** Make peerDevDependency includes check a bit safer ([2a1a183](https://github.com/christopherthielen/check-peer-dependencies/commit/2a1a183))
25+
* **walkPackageDependency:** only walk dev deps for the root package ([e69c385](https://github.com/christopherthielen/check-peer-dependencies/commit/e69c385))
26+
27+
28+
### Features
29+
30+
* **walkPackageDependencyTree:** Check devDependencies too ([9eba197](https://github.com/christopherthielen/check-peer-dependencies/commit/9eba197))
31+
132
## 2.3.48 (2020-05-18)
233
[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)
334

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uirouter/publish-scripts",
3-
"version": "2.3.48",
3+
"version": "2.3.49",
44
"description": "Helper scripts for publishing UI-Router projects",
55
"main": "x",
66
"repository": {

0 commit comments

Comments
 (0)