Skip to content

Commit

Permalink
release 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nateabele committed Mar 12, 2014
1 parent 60b278b commit 4f509d6
Show file tree
Hide file tree
Showing 7 changed files with 819 additions and 254 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#### The de-facto solution to flexible routing with nested views
---
**[Download 0.2.8](http://angular-ui.github.io/ui-router/release/angular-ui-router.js)** (or **[Minified](http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js)**) **|**
**[Download 0.2.10](http://angular-ui.github.io/ui-router/release/angular-ui-router.js)** (or **[Minified](http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js)**) **|**
**[Learn](#resources) |**
**[API](http://angular-ui.github.io/ui-router/site) |**
**[Discuss](https://groups.google.com/forum/#!categories/angular-ui/router) |**
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ui-router",
"version": "0.2.8",
"version": "0.2.10",

This comment has been minimized.

Copy link
@chinchang

chinchang May 20, 2014

0.2.10 isn't marked as release when I see the releases page. Instead 0.2.8 is marked as latest release still. Does that mean 0.2.10 isn't stable at the moment? @nateabele @timkindberg

This comment has been minimized.

This comment has been minimized.

Copy link
@chinchang

chinchang May 20, 2014

This is what I am seeing:
https://www.dropbox.com/s/8ejhw6yb9pwgfdb/Screenshot%202014-05-20%2020.25.46.png

(0.2.8 is tagged as Release)

"main": "./release/angular-ui-router.js",
"dependencies": {
"angular": ">= 1.0.8"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ui-router",
"version": "0.2.8",
"version": "0.2.10",
"description": "State-based routing for AngularJS",
"keywords": [
"angular",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-ui-router",
"description": "State-based routing for AngularJS",
"version": "0.2.8",
"version": "0.2.10",
"homepage": "http://angular-ui.github.com/",
"contributors": [
{
Expand Down Expand Up @@ -41,10 +41,10 @@
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-karma": "~0.6.2",
"jsdoc": "git://github.com/jsdoc3/jsdoc.git#v3.2.2",
Expand All @@ -59,8 +59,8 @@
"karma-coffee-preprocessor": "~0.1.0",
"karma": "~0.10.4",
"karma-phantomjs-launcher": "~0.1.0",
"load-grunt-tasks": "~0.2.0",
"grunt-conventional-changelog": "~1.0.0",
"load-grunt-tasks": "~0.4.0",
"grunt-conventional-changelog": "~1.1.0",
"grunt-ngdocs": "~0.1.7"
},
"main": "release/angular-ui-router"
Expand Down
Loading

0 comments on commit 4f509d6

Please sign in to comment.