@uirouter/publish-scripts 2.6.2 → 2.6.3
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 +21 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## 2.6.3 (2024-04-08)
|
|
2
|
+
[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)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Updated `check-peer-dependencies` from 4.1.0 to 4.3.0
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
Changelog for `check-peer-dependencies`:
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
[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)
|
|
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
|
+
* 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))
|
|
20
|
+
* non-satisfied optional dependency should fail ([7d43b0d](https://github.com/christopherthielen/check-peer-dependencies/commit/7d43b0d))
|
|
21
|
+
|
|
1
22
|
## 2.6.2 (2023-04-18)
|
|
2
23
|
|
|
3
24
|
Publish package with correct line endings
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uirouter/publish-scripts",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.3",
|
|
4
4
|
"description": "Helper scripts for publishing UI-Router projects",
|
|
5
5
|
"main": "x",
|
|
6
6
|
"repository": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"util": "./util.js"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"check-peer-dependencies": "^4.
|
|
32
|
+
"check-peer-dependencies": "^4.3.0",
|
|
33
33
|
"conventional-changelog": "^3.1.24",
|
|
34
34
|
"conventional-changelog-ui-router-core": "^1.4.2",
|
|
35
35
|
"find-parent-dir": "^0.3.1",
|