Skip to content

Commit 584cdf1

Browse files
committed
Bump ajsf material bootstrap4 and bootstrap3 versions to 0.5.0-beta.3
1 parent b87f717 commit 584cdf1

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo",
3-
"version": "13.0.0",
3+
"version": "13.0.1",
44
"author": "https://github.com/hamzahamidi/Angular6-json-schema-form/graphs/contributors",
55
"description": "Angular JSON Schema Form builder Demo",
66
"engines": {

projects/ajsf-bootstrap3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ajsf/bootstrap3",
3-
"version": "0.5.0-beta.1",
3+
"version": "0.5.0-beta.3",
44
"description": "Angular JSON Schema Form builder using Bootstrap 3 UI",
55
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"private": false,
3030
"dependencies": {
3131
"lodash-es": "~4.17.21",
32-
"@ajsf/core": "~0.5.0-beta.1",
32+
"@ajsf/core": "~0.5.0-beta.3",
3333
"tslib": "^2.0.0"
3434
},
3535
"peerDependencies": {

projects/ajsf-bootstrap4/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ajsf/bootstrap4",
3-
"version": "0.5.0-beta.1",
3+
"version": "0.5.0-beta.3",
44
"description": "Angular JSON Schema Form builder using Bootstrap 4 UI",
55
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"private": false,
3030
"dependencies": {
3131
"lodash-es": "~4.17.21",
32-
"@ajsf/core": "~0.5.0-beta.1",
32+
"@ajsf/core": "~0.5.0-beta.3",
3333
"tslib": "^2.0.0"
3434
},
3535
"peerDependencies": {

projects/ajsf-material/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ajsf/material",
3-
"version": "0.5.0-beta.1",
3+
"version": "0.5.0-beta.3",
44
"description": "Angular JSON Schema Form builder using Angular Material UI",
55
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"private": false,
3030
"dependencies": {
3131
"lodash-es": "~4.17.21",
32-
"@ajsf/core": "~0.5.0-beta.1",
32+
"@ajsf/core": "~0.5.0-beta.3",
3333
"tslib": "^2.0.0"
3434
},
3535
"peerDependencies": {

0 commit comments

Comments
 (0)