Skip to content

Commit 15a89b5

Browse files
2.3.47
1 parent 94b14fe commit 15a89b5

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## 2.3.47 (2020-05-08)
2+
[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)
3+
4+
### Features
5+
6+
* **upgrade:** add upgrade-count and upgrade-strategy outputs ([7b79bd2](https://github.com/ui-router/publish-scripts/commit/7b79bd2))
7+
* **upgrade:** add upgrade-count and upgrade-strategy outputs ([d8e94aa](https://github.com/ui-router/publish-scripts/commit/d8e94aa))
8+
9+
10+
---
11+
12+
13+
### Updated `check-peer-dependencies` from 1.0.10 to 2.0.1
14+
15+
16+
Changelog for `check-peer-dependencies`:
17+
18+
19+
[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)
20+
21+
### Bug Fixes
22+
23+
* **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))
24+
25+
26+
### Features
27+
28+
* **check-peer-dependencies-optional-dependency:** Added a workaround for yarn swallowing postinstall script output ([a9c9fdf](https://github.com/christopherthielen/check-peer-dependencies/commit/a9c9fdf))
29+
* **peerDevDependencies:** Add support for 'peerDevDependencies' -- 'peerDependencies' that should be installed as 'devDependencies' ([47d40ef](https://github.com/christopherthielen/check-peer-dependencies/commit/47d40ef))
30+
131
## 2.3.46 (2020-04-30)
232
[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)
333

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.46",
3+
"version": "2.3.47",
44
"description": "Helper scripts for publishing UI-Router projects",
55
"main": "x",
66
"repository": {

0 commit comments

Comments
 (0)