version bump to 0.9.21

This commit is contained in:
Adam Bradley
2014-01-16 00:29:20 -06:00
parent 5c80fc1cd9
commit c343e111ca
10 changed files with 16 additions and 11 deletions

View File

@@ -1,4 +1,9 @@
## 0.9.21 (pre-release)
- Refactor platform ready event listeners
- Create ionic.Platform.fullscreen()
## 0.9.20 "Alpha Lynx" (2014-01-14)
- Improved transitions between views
- Fixed hide-nav-bar/hide-back-button view attributes

View File

@@ -1,6 +1,6 @@
{
"name": "ionic",
"version": "0.9.20",
"version": "0.9.21",
"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.20",
"version": "0.9.21",
"styles": [
"dist/css/ionic.css"
],

2
dist/css/ionic.css vendored
View File

@@ -2,7 +2,7 @@
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v0.9.20
* Ionic, v0.9.21
* 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.20
* Ionic, v0.9.21
* 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.20
* Ionic, v0.9.21
* 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.20
* Ionic, v0.9.21
* 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.20
* Ionic, v0.9.21
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
@@ -16,7 +16,7 @@
window.ionic = {
controllers: {},
views: {},
version: '0.9.20'
version: '0.9.21'
};;
(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.20",
"version": "0.9.21",
"devDependencies": {
"karma": "~0.10",
"grunt": "~0.4.1",