Skip to content

Commit

Permalink
Bump AJSF to 0.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzahamidi committed Oct 15, 2020
1 parent 9ca451e commit 2013fee
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.1.1",
"version": "10.0.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.4",
"version": "0.2.0-beta.1",
"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.4"
"@ajsf/core": "~0.2.0-beta.1"
},
"peerDependencies": {
"@angular/common": ">=9.0.0",
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "0.2.0-beta.1",
"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.4"
"@ajsf/core": "~0.2.0-beta.1"
},
"peerDependencies": {
"@angular/common": ">=9.0.0",
Expand All @@ -44,4 +44,4 @@
"devDependencies": {
"@types/lodash-es": "^4.17.3"
}
}
}
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.5",
"version": "0.2.0-beta.1",
"description": "Angular JSON Schema Form builder core",
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
"keywords": [
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "0.2.0-beta.1",
"description": "Angular JSON Schema Form builder using Angular Material UI",
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -35,11 +35,11 @@
"private": false,
"dependencies": {
"lodash-es": "^4.17.15",
"@ajsf/core": "~0.1.4"
"@ajsf/core": "~0.2.0-beta.1"
},
"peerDependencies": {
"@angular/flex-layout": ">=9.0.0-beta.28",
"@angular/material": ">=9.0.0",
"@angular/cdk": ">=9.0.0"
}
}
}

0 comments on commit 2013fee

Please sign in to comment.