version number bump to 0.9.20-alpha

This commit is contained in:
Adam Bradley
2014-01-13 09:46:43 -06:00
parent 3a598aa21e
commit 0d592d7063
10 changed files with 19 additions and 13 deletions

View File

@@ -1,4 +1,11 @@
## 0.9.20-alpha (active pre-release)
- Improved transitions between views
- Fixed hide-nav-bar/hide-back-button view attributes
- Removed title attributes from DOM
- Remove nav title if the entering view doesn't have one
## 0.9.19 "Alpha Koala" (2014-01-10)
- Created ViewState Service to track navigation history
- Created navView directive

View File

@@ -1,6 +1,6 @@
{
"name": "ionic",
"version": "0.9.19",
"version": "0.9.20-alpha",
"homepage": "https://github.com/driftyco/ionic",
"authors": [
"Max Lynch <max@drifty.com>",

View File

@@ -1,7 +1,7 @@
{
"repo": "driftyco/ionic",
"development": {},
"version": "0.9.19",
"version": "0.9.20-alpha",
"styles": [
"dist/css/ionic.css"
],

3
dist/css/ionic.css vendored
View File

@@ -1,9 +1,8 @@
@charset "UTF-8";
/*!
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v0.9.19
* Ionic, v0.9.20-alpha
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*

View File

@@ -1,8 +1,8 @@
@charset "UTF-8";/*!
/*!
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v0.9.19
* Ionic, v0.9.20-alpha
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*

View File

@@ -2,7 +2,7 @@
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v0.9.19
* Ionic, v0.9.20-alpha
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*

View File

@@ -2,7 +2,7 @@
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v0.9.19
* Ionic, v0.9.20-alpha
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*

4
dist/js/ionic.js vendored
View File

@@ -2,7 +2,7 @@
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v0.9.19
* Ionic, v0.9.20-alpha
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
@@ -16,7 +16,7 @@
window.ionic = {
controllers: {},
views: {},
version: '0.9.19'
version: '0.9.20-alpha'
};;
(function(ionic) {

View File

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"name": "ionic",
"private": false,
"version": "0.9.19",
"version": "0.9.20-alpha",
"devDependencies": {
"karma": "~0.10",
"grunt": "~0.4.1",