version bump to 0.9.22-alpha

This commit is contained in:
Adam Bradley
2014-01-26 13:31:06 -06:00
parent 5667a3b8af
commit e2ce6f9b4f
10 changed files with 18 additions and 16 deletions

View File

@@ -1,4 +1,7 @@
## 0.9.22-alpha (pre-release)
## 0.9.21 "Alpha Maine Coon" (2014-01-24)
- Toggle directive now includes .item.item-toggle wrapper
- Toggle/Checkbox/Radio implements ng-model/ng-value/ng-change

View File

@@ -1,6 +1,6 @@
{
"name": "ionic",
"version": "0.9.21",
"version": "0.9.22-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.21",
"version": "0.9.22-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.21
* Ionic, v0.9.22-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.21
* Ionic, v0.9.22-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.21
* Ionic, v0.9.22-alpha
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*

View File

File diff suppressed because one or more lines are too long

4
dist/js/ionic.js vendored
View File

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