Skip to content

Commit

Permalink
Bump packages version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzahamidi committed Mar 8, 2020
1 parent 9c8bcec commit 9b5c3bc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "9.0.1",
"version": "9.1.0",
"author": "https://github.com/hamzahamidi/Angular6-json-schema-form/graphs/contributors",
"description": "Angular JSON Schema Form builder Demo",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions projects/ajsf-bootstrap3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ajsf/bootstrap3",
"version": "0.1.3",
"version": "0.1.4",
"description": "Angular JSON Schema Form builder using Bootstrap 3 UI",
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"private": false,
"dependencies": {
"lodash-es": "^4.17.15",
"@ajsf/core": "^0.1.3"
"@ajsf/core": "~0.1.4"
},
"peerDependencies": {
"@angular/common": ">=6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions projects/ajsf-bootstrap4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ajsf/bootstrap4",
"version": "0.1.3",
"version": "0.1.4",
"description": "Angular JSON Schema Form builder using Bootstrap 4 UI",
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"private": false,
"dependencies": {
"lodash-es": "^4.17.15",
"@ajsf/core": "^0.1.3"
"@ajsf/core": "~0.1.4"
},
"peerDependencies": {
"@angular/common": ">=6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/ajsf-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ajsf/core",
"version": "0.1.3",
"version": "0.1.4",
"description": "Angular JSON Schema Form builder core",
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions projects/ajsf-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ajsf/material",
"version": "0.1.3",
"version": "0.1.4",
"description": "Angular JSON Schema Form builder using Angular Material UI",
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"private": false,
"dependencies": {
"lodash-es": "^4.17.15",
"@ajsf/core": "^0.1.3"
"@ajsf/core": "~0.1.4"
},
"peerDependencies": {
"@angular/flex-layout": ">=6.0.0-beta.17",
Expand Down

0 comments on commit 9b5c3bc

Please sign in to comment.