Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit 55c09a4

Browse files
author
Kent C. Dodds
committed
4.0.7
1 parent bbfe42f commit 55c09a4

6 files changed

+23
-19
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 4.0.7
2+
3+
- Updating peerDependency with api-check.
4+
15
# 4.0.6
26

37
- Fixing issue with the new api-check API.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-formly-templates-bootstrap",
3-
"version": "4.0.6",
3+
"version": "4.0.7",
44
"authors": [
55
"Astrism <[email protected]>"
66
],

dist/angular-formly-templates-bootstrap.js

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-formly-templates-bootstrap.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-formly-templates-bootstrap.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-formly-templates-bootstrap",
3-
"version": "4.0.6",
3+
"version": "4.0.7",
44
"author": "Astrism <[email protected]>",
55
"contributors": [
66
"Astrism <[email protected]>",
@@ -33,7 +33,7 @@
3333
"peerDependencies": {
3434
"angular": "^1.2.x || >= 1.4.0-beta.0 || >= 1.5.0-beta.0",
3535
"angular-formly": ">=4.0.5",
36-
"api-check": "^6.0.10"
36+
"api-check": ">=6.0.10"
3737
},
3838
"devDependencies": {
3939
"babel-core": "^4.5.5",

0 commit comments

Comments
 (0)