Skip to content

Commit 256a941

Browse files
chore(build): Update to @uirouter/core 5.0.3
Prep for 1.0.3 release
1 parent e573f06 commit 256a941

File tree

3 files changed

+38
-6
lines changed

3 files changed

+38
-6
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
<a name="1.0.3"></a>
2+
## [1.0.3](https://github.com/angular-ui/ui-router/compare/1.0.1...1.0.3) (2017-05-07)
3+
4+
5+
### Bug Fixes
6+
7+
* **templateFactory:** Do not prepend x- to attribute names unless necessary. ([e573f06](https://github.com/angular-ui/ui-router/commit/e573f06))
8+
9+
10+
### Features
11+
12+
* **build:** Publish non-monolithic @uirouter/angularjs UMD bundle `ui-router-angularjs.js` ([8db3696](https://github.com/angular-ui/ui-router/commit/8db3696))
13+
** Note: this change is necessary to properly support plugins which depend on @uirouter/core
14+
15+
16+
17+
### @uirouter/core changes
18+
## [5.0.3](https://github.com/ui-router/core/compare/5.0.1...5.0.3) (2017-05-07)
19+
20+
21+
### Bug Fixes
22+
23+
* **common:** Fix implementation of 'pick' -- use hasOwnProperty ([09848a4](https://github.com/ui-router/core/commit/09848a4))
24+
* **common:** Re-fix implementation of 'pick' using for .. in ([f2da7f4](https://github.com/ui-router/core/commit/f2da7f4))
25+
26+
27+
### Features
28+
29+
* **build:** Build and distribute @uirouter/core UMD bundles ([0a8da85](https://github.com/ui-router/core/commit/0a8da85))
30+
31+
32+
133
<a name="1.0.1"></a>
234
## [1.0.1](https://github.com/angular-ui/ui-router/compare/1.0.0...1.0.1) (2017-05-04)
335

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uirouter/angularjs",
33
"description": "State-based routing for AngularJS 1.x",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"scripts": {
66
"clean": "shx rm -rf lib lib-esm _doc build release *.log",
77
"build": "tsc && tsc -m es6 --outDir lib-esm && npm run fixdts",
@@ -21,7 +21,7 @@
2121
"test:ng14": "karma start --ngversion 1.4",
2222
"test:ng15": "karma start --ngversion 1.5",
2323
"test:ng16": "karma start --ngversion 1.6",
24-
"test:integrate": "tsc && npm run noimplicitany && npm run test:ng12 && npm run test:ng13 && npm run test:ng14 && npm run test:ng15 && npm run test:ng16",
24+
"test:integrate": "tsc && npm run noimplicitany && npm run test:ng16 && npm run test:ng15 && npm run test:ng14 && npm run test:ng13 && npm run test:ng12",
2525
"watch": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1",
2626
"debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome",
2727
"docs": "./scripts/docs.js",
@@ -69,7 +69,7 @@
6969
"jsnext:main": "lib-esm/index.js",
7070
"typings": "lib/index.d.ts",
7171
"dependencies": {
72-
"@uirouter/core": "5.0.2"
72+
"@uirouter/core": "5.0.3"
7373
},
7474
"peerDependencies": {
7575
"angular": ">=1.2.0"

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
dependencies:
6666
"@types/node" "*"
6767

68-
"@uirouter/[email protected].2":
69-
version "5.0.2"
70-
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.2.tgz#1259a15a69e3462a4b36f6d9600d08bca6e7b0dc"
68+
"@uirouter/[email protected].3":
69+
version "5.0.3"
70+
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.3.tgz#e2b5b1e45190e20c67ba4e15c013de5d4e0ccab3"
7171

7272
JSONStream@^1.0.4:
7373
version "1.3.1"

0 commit comments

Comments
 (0)