Skip to content

Commit 2a515f2

Browse files
committed
release: v1.0.0-beta.11 "indium-iguana"
1 parent 3e1901d commit 2a515f2

14 files changed

+1726
-2881
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### 1.0.0-beta.11 "indium-iguana" (2014-08-06)
2+
3+
4+
#### Bug Fixes
5+
6+
* **actionSheet:** run $apply when closing actionSheet with back button ([d3ed66e0](https://github.com/driftyco/ionic/commit/d3ed66e0cd4b81f273c1bb8554786dcf973e0887))
7+
* **sideMenu:** remove .menu-open on destroy ([f246c5aa](https://github.com/driftyco/ionic/commit/f246c5aa2094ec74865ce149b3f1a1183dc4950a))
8+
9+
110
### 1.0.0-beta.10 "hafnium-heron" (2014-07-25)
211

312

CODENAMES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
krypton-koala
2+
lanthanum-leopard
3+
magnesium-mongoose
4+
neodymium-newt
5+
osmium-ostrich
6+
palladium-platypus
7+
radium-raccoon
8+
sulfur-snake

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ionic",
3-
"version": "1.0.0-beta.10",
4-
"codename": "hafnium-heron",
3+
"version": "1.0.0-beta.11",
4+
"codename": "indium-iguana",
55
"homepage": "https://github.com/driftyco/ionic",
66
"authors": [
77
"Max Lynch <[email protected]>",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repo": "driftyco/ionic",
33
"development": {},
4-
"version": "1.0.0-beta.10",
4+
"version": "1.0.0-beta.11",
55
"styles": [
66
"dist/css/ionic.css"
77
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ionic",
33
"private": false,
44
"version": "1.0.0-beta.11",
5-
"codename": "gadolinium-gator",
5+
"codename": "indium-iguana",
66
"repository": {
77
"url": "git://github.com/driftyco/ionic.git"
88
},

0 commit comments

Comments
 (0)