Skip to content

Commit 663e99c

Browse files
chore(*): Switch changelog to opt-in to core changelog. Remove migrate warning. Switch from prepare to prepublish
1 parent ce40527 commit 663e99c

File tree

4 files changed

+6
-23
lines changed

4 files changed

+6
-23
lines changed

migrate/migrate.json

-4
This file was deleted.

migrate/migratewarn.js

-12
This file was deleted.

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414
"bundle_router": "rollup -c --environment ROUTER && rollup -c --environment ROUTER,MINIFY",
1515
"bundle_events": "rollup -c --environment EVENTS && rollup -c --environment EVENTS,MINIFY",
1616
"bundle_resolve": "rollup -c --environment RESOLVE && rollup -c --environment RESOLVE,MINIFY",
17-
"prepare": "npm run build",
18-
"changelog": "update_changelog",
17+
"prepublish": "npm run build",
18+
"changelog": "update_changelog --include-core",
1919
"release": "npm run noimplicitany && node ./scripts/release.js",
20-
"install": "node migrate/migratewarn.js",
2120
"noimplicitany": "tsc --noEmit --noImplicitAny --moduleResolution node --target es6 test/noimplicitany.ts",
2221
"test": "npm run test:integrate",
2322
"test:ng12": "karma start --ngversion 1.2",
@@ -84,7 +83,7 @@
8483
"@types/angular-mocks": "1.5.11",
8584
"@types/jasmine": "2.6.0",
8685
"@types/jquery": "^1.10.31",
87-
"@uirouter/publish-scripts": "1.0.7",
86+
"@uirouter/publish-scripts": "1.0.9",
8887
"conventional-changelog": "1.1.6",
8988
"conventional-changelog-cli": "1.3.4",
9089
"dts-downlevel": "^0.3.0",

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
version "5.0.10"
6767
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.10.tgz#1a39eacbe33f3b44ab2c8fa4520cb1da92026cc3"
6868

69-
"@uirouter/[email protected].7":
70-
version "1.0.7"
71-
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-1.0.7.tgz#99ffd6aeced41e96b92ccb007342eee5d14b0a9a"
69+
"@uirouter/[email protected].9":
70+
version "1.0.9"
71+
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-1.0.9.tgz#e4e95f4acf4b1678d70189db741c0431ab6c724f"
7272
dependencies:
7373
conventional-changelog "^1.1.4"
7474
conventional-changelog-ui-router-core "^1.4.2"

0 commit comments

Comments
 (0)