Skip to content

Commit

Permalink
build:bump version to 16.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zahmo committed Mar 22, 2024
1 parent 4f54438 commit d47ce9e
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions projects/zajsf-bootstrap3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zajsf/bootstrap3",
"version": "16.2.3",
"version": "16.2.4",
"description": "Angular JSON Schema Form builder using Bootstrap 3 UI",
"author": "https://github.com/zahmo/zajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -34,8 +34,8 @@
"private": false,
"dependencies": {
"lodash-es": "~4.17.21",
"@zajsf/core": "~16.2.3",
"@zajsf/cssframework": "~16.2.3",
"@zajsf/core": "~16.2.4",
"@zajsf/cssframework": "~16.2.4",
"tslib": "^2.0.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions projects/zajsf-bootstrap4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zajsf/bootstrap4",
"version": "16.2.3",
"version": "16.2.4",
"description": "Angular JSON Schema Form builder using Bootstrap 4 UI",
"author": "https://github.com/zahmo/zajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -34,8 +34,8 @@
"private": false,
"dependencies": {
"lodash-es": "~4.17.21",
"@zajsf/core": "~16.2.3",
"@zajsf/cssframework": "~16.2.3",
"@zajsf/core": "~16.2.4",
"@zajsf/cssframework": "~16.2.4",
"tslib": "^2.0.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions projects/zajsf-bootstrap5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zajsf/bootstrap5",
"version": "16.2.3",
"version": "16.2.4",
"description": "Angular JSON Schema Form builder using Bootstrap 5 UI",
"author": "https://github.com/zahmo/zajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -34,8 +34,8 @@
"private": false,
"dependencies": {
"lodash-es": "~4.17.21",
"@zajsf/core": "~16.2.3",
"@zajsf/cssframework": "~16.2.3",
"@zajsf/core": "~16.2.4",
"@zajsf/cssframework": "~16.2.4",
"tslib": "^2.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion projects/zajsf-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zajsf/core",
"version": "16.2.3",
"version": "16.2.4",
"description": "Angular JSON Schema Form builder core",
"author": "https://github.com/zahmo/zajsf/graphs/contributors",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions projects/zajsf-cssframework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zajsf/cssframework",
"version": "16.2.3",
"version": "16.2.4",
"description": "Angular JSON Schema Form builder cssframework",
"author": "https://github.com/zahmo/zajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"tslib": "^2.3.0",
"@zajsf/core": "~16.2.3"
"@zajsf/core": "~16.2.4"
},
"devDependencies": {
"@types/lodash-es": "^4.17.6"
Expand Down
6 changes: 3 additions & 3 deletions projects/zajsf-daisyui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zajsf/daisyui",
"version": "16.2.3",
"version": "16.2.4",
"description": "Angular JSON Schema Form builder using DaisyUI",
"author": "https://github.com/zahmo/zajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -41,8 +41,8 @@

"dependencies": {
"tslib": "^2.3.0",
"@zajsf/core": "~16.2.3",
"@zajsf/cssframework": "~16.2.3"
"@zajsf/core": "~16.2.4",
"@zajsf/cssframework": "~16.2.4"
},
"devDependencies": {
"@types/lodash-es": "^4.17.6",
Expand Down
6 changes: 3 additions & 3 deletions projects/zajsf-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zajsf/material",
"version": "16.2.3",
"version": "16.2.4",
"description": "Angular JSON Schema Form builder using Angular Material UI",
"author": "https://github.com/zahmo/zajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -35,8 +35,8 @@
"private": false,
"dependencies": {
"lodash-es": "~4.17.21",
"@zajsf/core": "~16.2.3",
"@zajsf/cssframework": "~16.2.3",
"@zajsf/core": "~16.2.4",
"@zajsf/cssframework": "~16.2.4",
"tslib": "^2.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit d47ce9e

Please sign in to comment.