Skip to content

Commit

Permalink
release: v1.0.0-rc.4 "sulfur-suricate"
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionitron committed Apr 20, 2015
1 parent f44aab0 commit 464223c
Show file tree
Hide file tree
Showing 14 changed files with 2,755 additions and 1,373 deletions.
1,463 changes: 1,463 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ionic",
"version": "1.0.0-rc.3",
"codename": "radium-raccoon",
"version": "1.0.0-rc.4",
"codename": "sulfur-suricate",
"homepage": "https://github.com/driftyco/ionic",
"authors": [
"Max Lynch <max@drifty.com>",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repo": "driftyco/ionic",
"development": {},
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"styles": [
"dist/css/ionic.css"
],
Expand Down
1 change: 0 additions & 1 deletion config/CODENAMES
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sulfur-suricate
tungsten-turkey
uranium-unicorn
vanadium-vaquita
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ionic",
"private": false,
"version": "1.0.0-rc.4",
"codename": "radium-raccoon",
"codename": "sulfur-suricate",
"repository": {
"url": "git://github.com/driftyco/ionic.git"
},
Expand Down
18 changes: 17 additions & 1 deletion release/css/ionic.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v1.0.0-rc.3
* Ionic, v1.0.0-rc.4
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand Down Expand Up @@ -5600,6 +5600,22 @@ a.item-content {
stop-color: #444; }
.spinner-spiral.spinner-light .stop2 {
stop-color: #fff; }
.spinner-spiral.spinner-stable .stop2 {
stop-color: #f8f8f8; }
.spinner-spiral.spinner-positive .stop2 {
stop-color: #387ef5; }
.spinner-spiral.spinner-calm .stop2 {
stop-color: #11c1f3; }
.spinner-spiral.spinner-balanced .stop2 {
stop-color: #33cd5f; }
.spinner-spiral.spinner-assertive .stop2 {
stop-color: #ef473a; }
.spinner-spiral.spinner-energized .stop2 {
stop-color: #ffc900; }
.spinner-spiral.spinner-royal .stop2 {
stop-color: #886aea; }
.spinner-spiral.spinner-dark .stop2 {
stop-color: #444; }

/**
* Forms
Expand Down
4 changes: 2 additions & 2 deletions release/css/ionic.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 464223c

Please sign in to comment.