Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit da28851

Browse files
committed
chore(release): bump path to version 0.0.5
1 parent 21d4a84 commit da28851

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<a name="v0.0.5"></a>
2+
### v0.0.5 (2013-12-14)
3+
4+
5+
#### Bug Fixes
6+
7+
* **demo:** Correct indentation. ([3482eaa2](http://github.com/angular-ui/ui-ace/commit/3482eaa2b570e6818e652d4ce116974511b8732c))
8+
* **travis:**
9+
* Run bower install twice to make sure it does ([6c909f6b](http://github.com/angular-ui/ui-ace/commit/6c909f6b444f7d1ce67f1c4e7e0245ba83c75700))
10+
* Travis scripts bug... ([bbae258e](http://github.com/angular-ui/ui-ace/commit/bbae258e30c8a87fa3694422207b20a750729177))
11+
* **ui-ace:** issue with digest already in progress error ([1b2dcd51](http://github.com/angular-ui/ui-ace/commit/1b2dcd516e430915f698d574513f93bb1bce4b68))
12+
13+
14+
#### Features
15+
16+
* **demo:**
17+
* Add more demos ! ([5a2be000](http://github.com/angular-ui/ui-ace/commit/5a2be000fae6936a5a260e636feb9674de2e782e))
18+
* Add a demo.css file ([83bbacd5](http://github.com/angular-ui/ui-ace/commit/83bbacd54cbabb7eb7a9b072f09c589251db57c7))
19+
* Add angular-ui-bootstrap-bower for tabset directive. ([df6a1b67](http://github.com/angular-ui/ui-ace/commit/df6a1b67067105220e7e4b0b600275653a97f47a))
20+
* **test:** add test code for the readOnly option ([5da05ab7](http://github.com/angular-ui/ui-ace/commit/5da05ab7b3f8a45f06cdc0e19655e7efcffdeb64))
21+
* **ui-ace:**
22+
* Make the readonly option use double-curly expressions. Close #3. ([2115d615](http://github.com/angular-ui/ui-ace/commit/2115d61529bd4f9ec4db4f95a414ebd2396ef7ad))
23+
* add readOnly option ([cffd1e45](http://github.com/angular-ui/ui-ace/commit/cffd1e454ebcf24ebafa18830e20ab8ef4f5c27e))
24+

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-ace",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "This directive allows you to add ACE editor elements.",
55
"author": "https://github.com/angular-ui/ui-ace/graphs/contributors",
66
"license": "MIT",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
12
{
23
"name": "angular-ui-ace",
3-
"version": "0.0.4",
4+
"version": "0.0.5",
45
"description": "This directive allows you to add ACE editor elements.",
56
"author": "https://github.com/angular-ui/ui-ace/graphs/contributors",
67
"license": "MIT",

0 commit comments

Comments
 (0)