Skip to content

Commit

Permalink
Bump AJSF to 0.2.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzahamidi committed Oct 15, 2020
1 parent 2013fee commit 0cd6370
Show file tree
Hide file tree
Showing 6 changed files with 197 additions and 157 deletions.
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,13 @@
"prestart": "npm run build:libs",
"start": "ng serve",
"start:prod": "ng serve --prod",
"prebuild": "npm run build:libs",
"build": "ng build --prod",
"build:core": "ng build @ajsf/core",
"build:core": "ng build @ajsf/core --prod",
"postbuild:core": "cp README.md LICENSE dist/@ajsf/core/",
"build:bs3": "ng build @ajsf/bootstrap3",
"build:bs3": "ng build @ajsf/bootstrap3 --prod",
"postbuild:bs3": "cp projects/ajsf-bootstrap3/README.md LICENSE dist/@ajsf/bootstrap3/",
"build:bs4": "ng build @ajsf/bootstrap4",
"build:bs4": "ng build @ajsf/bootstrap4 --prod",
"postbuild:bs4": "cp projects/ajsf-bootstrap4/README.md LICENSE dist/@ajsf/bootstrap4/",
"build:material": "ng build @ajsf/material",
"build:material": "ng build @ajsf/material --prod",
"postbuild:material": "cp projects/ajsf-material/README.md LICENSE dist/@ajsf/material",
"build:libs": "yarn build:core && yarn build:bs4 && yarn build:bs3 && yarn build:material",
"build:demo": "yarn build:libs && ng build demo --prod --base-href ./",
Expand Down Expand Up @@ -89,9 +87,9 @@
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.4",
"@angular-devkit/build-ng-packagr": "~0.900.4",
"@angular/cli": "~9.0.4",
"@angular-devkit/build-angular": "~0.900.7",
"@angular-devkit/build-ng-packagr": "~0.900.7",
"@angular/cli": "~9.0.7",
"@angular/compiler-cli": "^9.0.4",
"@angular/language-service": "^9.0.4",
"@types/jasmine": "~3.5.7",
Expand Down
53 changes: 28 additions & 25 deletions projects/ajsf-bootstrap3/package.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,50 @@
{
"name": "@ajsf/bootstrap3",
"version": "0.2.0-beta.1",
"version": "0.2.0-beta.2",
"description": "Angular JSON Schema Form builder using Bootstrap 3 UI",
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
"keywords": [
"Angular",
"ng",
"Angular6",
"Angular 6",
"ng6",
"Angular7",
"Angular 7",
"ng7",
"Angular8",
"Angular 8",
"ng8",
"JSON Schema",
"form",
"forms",
"form builder",
"Bootstrap",
"Bootstrap 3",
"ajsf",
"angular json schema form"
"Angular",
"ng",
"Angular6",
"Angular 6",
"ng6",
"Angular7",
"Angular 7",
"ng7",
"Angular8",
"Angular 8",
"ng8",
"Angular9",
"Angular 9",
"ng9",
"JSON Schema",
"form",
"forms",
"form builder",
"Bootstrap",
"Bootstrap 3",
"ajsf",
"angular json schema form"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hamzahamidi/ajsf"
"type": "git",
"url": "git+https://github.com/hamzahamidi/ajsf"
},
"bugs": {
"url": "https://github.com/hamzahamidi/ajsf/issues"
"url": "https://github.com/hamzahamidi/ajsf/issues"
},
"private": false,
"dependencies": {
"lodash-es": "^4.17.15",
"@ajsf/core": "~0.2.0-beta.1"
"@ajsf/core": "~0.2.0-beta.2"
},
"peerDependencies": {
"@angular/common": ">=9.0.0",
"@angular/core": ">=9.0.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.3"
"@types/lodash-es": "^4.17.3"
}
}
7 changes: 5 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.2.0-beta.1",
"version": "0.2.0-beta.2",
"description": "Angular JSON Schema Form builder using Bootstrap 4 UI",
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
"keywords": [
Expand All @@ -15,6 +15,9 @@
"Angular8",
"Angular 8",
"ng8",
"Angular9",
"Angular 9",
"ng9",
"JSON Schema",
"form",
"forms",
Expand All @@ -35,7 +38,7 @@
"private": false,
"dependencies": {
"lodash-es": "^4.17.15",
"@ajsf/core": "~0.2.0-beta.1"
"@ajsf/core": "~0.2.0-beta.2"
},
"peerDependencies": {
"@angular/common": ">=9.0.0",
Expand Down
95 changes: 49 additions & 46 deletions projects/ajsf-core/package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,51 @@
{
"name": "@ajsf/core",
"version": "0.2.0-beta.1",
"description": "Angular JSON Schema Form builder core",
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
"keywords": [
"Angular",
"ng",
"Angular6",
"Angular 6",
"ng6",
"Angular7",
"Angular 7",
"ng7",
"Angular8",
"Angular 8",
"ng8",
"JSON Schema",
"form",
"forms",
"form builder",
"ajsf",
"angular json schema form"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hamzahamidi/ajsf"
},
"bugs": {
"url": "https://github.com/hamzahamidi/ajsf/issues"
},
"private": false,
"dependencies": {
"lodash-es": "^4.17.15",
"ajv": "^6.10.0"
},
"peerDependencies": {
"@angular/common": ">=9.0.0",
"@angular/core": ">=9.0.0",
"@angular/forms": ">=9.0.0",
"@angular/platform-browser": ">=9.0.0",
"rxjs": "^6.0.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.3"
}
"name": "@ajsf/core",
"version": "0.2.0-beta.2",
"description": "Angular JSON Schema Form builder core",
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
"keywords": [
"Angular",
"ng",
"Angular6",
"Angular 6",
"ng6",
"Angular7",
"Angular 7",
"ng7",
"Angular8",
"Angular 8",
"ng8",
"Angular9",
"Angular 9",
"ng9",
"JSON Schema",
"form",
"forms",
"form builder",
"ajsf",
"angular json schema form"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hamzahamidi/ajsf"
},
"bugs": {
"url": "https://github.com/hamzahamidi/ajsf/issues"
},
"private": false,
"dependencies": {
"lodash-es": "^4.17.15",
"ajv": "^6.10.0"
},
"peerDependencies": {
"@angular/common": ">=9.0.0",
"@angular/core": ">=9.0.0",
"@angular/forms": ">=9.0.0",
"@angular/platform-browser": ">=9.0.0",
"rxjs": "^6.0.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.3"
}
}
7 changes: 5 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.2.0-beta.1",
"version": "0.2.0-beta.2",
"description": "Angular JSON Schema Form builder using Angular Material UI",
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
"keywords": [
Expand All @@ -15,6 +15,9 @@
"Angular8",
"Angular 8",
"ng8",
"Angular9",
"Angular 9",
"ng9",
"JSON Schema",
"form",
"forms",
Expand All @@ -35,7 +38,7 @@
"private": false,
"dependencies": {
"lodash-es": "^4.17.15",
"@ajsf/core": "~0.2.0-beta.1"
"@ajsf/core": "~0.2.0-beta.2"
},
"peerDependencies": {
"@angular/flex-layout": ">=9.0.0-beta.28",
Expand Down
Loading

0 comments on commit 0cd6370

Please sign in to comment.