Skip to content

Commit

Permalink
Global: Bump version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzahamidi committed Jan 24, 2020
1 parent ce8cf30 commit 75ec65d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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.2",
"version": "0.1.3",
"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.2"
"@ajsf/core": "^0.1.3"
},
"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.2",
"version": "0.1.3",
"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.2"
"@ajsf/core": "^0.1.3"
},
"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.2",
"version": "0.1.3",
"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.2",
"version": "0.1.3",
"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.2"
"@ajsf/core": "^0.1.3"
},
"peerDependencies": {
"@angular/flex-layout": ">=6.0.0-beta.17",
Expand Down

0 comments on commit 75ec65d

Please sign in to comment.