Skip to content

Commit 0bd80b7

Browse files
committed
Merge branch 'hotfix/0.7.9' into development
2 parents dbba1e6 + dbc3fe8 commit 0bd80b7

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.7.9
2+
------
3+
* Fixed a wrongful glob in bower.json that caused files to be missing in the bower install. Thanks, @mohsen1 for reporting it.
4+
15
v0.7.8
26
------
37
* Thanks to @burdiuz for finding a memory leak issue and finding a solution. And thanks to @davidlgj for implementing that solution.

bower.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dist/schema-form.min.js",
55
"dist/bootstrap-decorator.min.js"
66
],
7-
"version": "0.7.8",
7+
"version": "0.7.9",
88
"authors": [
99
"Textalk",
1010
"David Jensen <david.lgj@gmail.com>",
@@ -26,7 +26,6 @@
2626
"license": "MIT",
2727
"ignore": [
2828
"**/.*",
29-
"*.js",
3029
"*.json",
3130
"node_modules",
3231
"bower_components",
@@ -36,7 +35,9 @@
3635
"examples",
3736
"gulp",
3837
"CHANGELOG",
39-
"LICENSE"
38+
"LICENSE",
39+
"gulpfile.js",
40+
"karma.conf.js"
4041
],
4142
"dependencies": {
4243
"angular": ">= 1.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-schema-form",
3-
"version": "0.7.8",
3+
"version": "0.7.9",
44
"description": "Create complex forms from a JSON schema with angular.",
55
"repository": "Textalk/angular-schema-form",
66
"main": "dist/schema-form.min.js",

0 commit comments

Comments
 (0)