Skip to content

Commit 7a30122

Browse files
2.6.0
1 parent e8bda11 commit 7a30122

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# 2.6.0 (2021-12-01)
2+
[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)
3+
4+
5+
---
6+
7+
8+
### Updated `check-peer-dependencies` from 4.0.0 to 4.1.0
9+
10+
11+
Changelog for `check-peer-dependencies`:
12+
13+
14+
[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)
15+
16+
### Bug Fixes
17+
18+
* 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)
19+
20+
21+
### Features
22+
23+
* 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))
24+
* load checkPeerDependencies config from package.json (and merge with CLI options) ([e2f0fee](https://github.com/christopherthielen/check-peer-dependencies/commit/e2f0fee))
25+
126
## 2.5.5 (2020-12-27)
227
[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)
328

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

0 commit comments

Comments
 (0)