Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 997802b

Browse files
committedSep 20, 2020
2.5.4
1 parent de9f559 commit 997802b

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 2.5.4 (2020-09-20)
2+
[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)
3+
4+
5+
---
6+
7+
8+
### Updated `check-peer-dependencies` from 2.0.2 to 2.0.6
9+
10+
11+
Changelog for `check-peer-dependencies`:
12+
13+
14+
[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)
15+
16+
### Bug Fixes
17+
18+
* fix type error ([d117ef7](https://github.com/christopherthielen/check-peer-dependencies/commit/d117ef7))
19+
* Ignore missing optionalDependencies ([25a89a7](https://github.com/christopherthielen/check-peer-dependencies/commit/25a89a7))
20+
* print warning if dependency path is not found ([37c0296](https://github.com/christopherthielen/check-peer-dependencies/commit/37c0296))
21+
22+
23+
### Features
24+
25+
* 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))
26+
127
## 2.5.3 (2020-07-20)
228
[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)
329

‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.