Skip to content

Commit d26b8d0

Browse files
committed
chore(build) Small fix to dependency, increment release number and build
1 parent 90831e4 commit d26b8d0

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# forms-angular
22

3+
## 0.5.0 to 0.5.1
4+
* Fix stupid dependency error for Angular
5+
36
## 0.4 to 0.5
47
### Summary
58
* Changed development language to typescript and added _some_ types

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "forms-angular",
33
"author": "Mark Chapman <support@forms-angular.org>",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"homepage": "https://github.com/forms-angular/forms-angular",
66
"description": "No nonsense forms for the MEAN stack",
77
"keywords": [
@@ -18,9 +18,9 @@
1818
"dist/forms-angular.js"
1919
],
2020
"dependencies": {
21-
"angular": "~1.3",
22-
"angular-sanitize": "~1.3",
23-
"angular-messages": "~1.3",
21+
"angular": "~1.3.0",
22+
"angular-sanitize": "~1.3.0",
23+
"angular-messages": "~1.3.0",
2424
"angular-ui-bootstrap-bower": "^0.8 || ^0.13",
2525
"underscore": "1.8.2",
2626
"ngInfiniteScroll": "^1.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Mark Chapman <support@forms-angular.org>",
44
"description": "A form builder that sits on top of Angular.js, Twitter Bootstrap, jQuery UI, Angular-UI, Express and Mongoose. Opinionated or what?",
55
"homepage": "http://forms-angular.org",
6-
"version": "0.5.0",
6+
"version": "0.5.1",
77
"engines": {
88
"node": ">=0.10.x",
99
"npm": ">=1.x"

0 commit comments

Comments
 (0)