Skip to content

Commit

Permalink
1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Oct 18, 2017
1 parent d8a9ed4 commit d4acd84
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.0.10 (2017-10-18)
[Compare `@uirouter/angularjs` versions 1.0.9 and 1.0.10](https://github.com/angular-ui/ui-router/compare/1.0.9...1.0.10)

### Bug Fixes

* **artifactory:** Add trailing newline to package.json to work around artifactory issue ([#3551](https://github.com/angular-ui/ui-router/issues/3551)) ([d09a345](https://github.com/angular-ui/ui-router/commit/d09a345)), closes [#3550](https://github.com/angular-ui/ui-router/issues/3550)

## 1.0.9 (2017-10-17)
[Compare `@uirouter/angularjs` versions 1.0.8 and 1.0.9](https://github.com/angular-ui/ui-router/compare/1.0.8...1.0.9)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uirouter/angularjs",
"description": "State-based routing for AngularJS 1.x",
"version": "1.0.9",
"version": "1.0.10",

This comment has been minimized.

Copy link
@bopm

bopm Nov 2, 2017

@christopherthielen could you please do something about releases? It's becoming absolutely ridiculous:

Couldn't find any versions for "@uirouter/angular" that matches "^1.0.10"
? Please choose a version of "@uirouter/angular" from this list: (Use arrow keys)
❯ 1.0.0-beta.9
  1.0.0-beta.8
  1.0.0-beta.7-SNAPSHOT.20170812
  1.0.0-beta.7
  1.0.0-beta.6
  1.0.0-beta.5

This comment has been minimized.

Copy link
@christopherthielen

christopherthielen Nov 2, 2017

Author Contributor

what would you like me to do?

This comment has been minimized.

Copy link
@bopm

bopm Nov 2, 2017

I don't know. Release 1.0.10 maybe? Drop beta out of version number on npm, as it's no longer used in version numbers here. It's just making no sense at all to see a new release on GitHub but has no access to it on npm. Why bother to do releases then?

This comment has been minimized.

Copy link
@christopherthielen

christopherthielen Nov 2, 2017

Author Contributor

The latest published version of @uirouter/angular is 1.0.0-beta.9. The latest published version of @uirouter/angularjs is 1.0.10

https://www.npmjs.com/package/@uirouter/angularjs

"scripts": {
"clean": "shx rm -rf lib lib-esm _doc build release *.log",
"compile": "tsc && tsc -m es6 --outDir lib-esm && npm run fixdts",
Expand Down Expand Up @@ -117,4 +117,4 @@
"webpack": "3.6.0",
"yargs": "^4.2.0"
}
}
}

0 comments on commit d4acd84

Please sign in to comment.