Skip to content

Commit

Permalink
Bump ajsf material bootstrap4 and bootstrap3 versions to 0.5.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzahamidi committed Oct 27, 2021
1 parent b87f717 commit 584cdf1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "13.0.0",
"version": "13.0.1",
"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.5.0-beta.1",
"version": "0.5.0-beta.3",
"description": "Angular JSON Schema Form builder using Bootstrap 3 UI",
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"private": false,
"dependencies": {
"lodash-es": "~4.17.21",
"@ajsf/core": "~0.5.0-beta.1",
"@ajsf/core": "~0.5.0-beta.3",
"tslib": "^2.0.0"
},
"peerDependencies": {
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.5.0-beta.1",
"version": "0.5.0-beta.3",
"description": "Angular JSON Schema Form builder using Bootstrap 4 UI",
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"private": false,
"dependencies": {
"lodash-es": "~4.17.21",
"@ajsf/core": "~0.5.0-beta.1",
"@ajsf/core": "~0.5.0-beta.3",
"tslib": "^2.0.0"
},
"peerDependencies": {
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.5.0-beta.1",
"version": "0.5.0-beta.3",
"description": "Angular JSON Schema Form builder using Angular Material UI",
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"private": false,
"dependencies": {
"lodash-es": "~4.17.21",
"@ajsf/core": "~0.5.0-beta.1",
"@ajsf/core": "~0.5.0-beta.3",
"tslib": "^2.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 584cdf1

Please sign in to comment.