Skip to content

Commit

Permalink
build:change versions to alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
zahmo committed Sep 10, 2023
1 parent 6d3cbb1 commit cbeef9a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "16.0.1-alpha.0",
"version": "16.0.0-alpha.0",
"author": "https://github.com/zahmo/zajsf/graphs/contributors",
"description": "Angular JSON Schema Form builder Demo",
"engines": {
Expand Down Expand Up @@ -110,4 +110,4 @@
"typescript": "^4.9.3",
"webpack-bundle-analyzer": "^4.6.1"
}
}
}
2 changes: 1 addition & 1 deletion projects/zajsf-bootstrap3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zajsf/bootstrap3",
"version": "0.16.0",
"version": "0.16.0-alpha.0",
"description": "Angular JSON Schema Form builder using Bootstrap 3 UI",
"author": "https://github.com/zahmo/zajsf/graphs/contributors",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion projects/zajsf-bootstrap4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zajsf/bootstrap4",
"version": "0.16.0",
"version": "0.16.0-alpha.0",
"description": "Angular JSON Schema Form builder using Bootstrap 4 UI",
"author": "https://github.com/zahmo/zajsf/graphs/contributors",
"keywords": [
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": "0.16.0",
"version": "0.16.0-alpha.0",
"description": "Angular JSON Schema Form builder core",
"author": "https://github.com/zahmo/zajsf/graphs/contributors",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion projects/zajsf-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zajsf/material",
"version": "0.16.0",
"version": "0.16.0-alpha.0",
"description": "Angular JSON Schema Form builder using Angular Material UI",
"author": "https://github.com/zahmo/zajsf/graphs/contributors",
"keywords": [
Expand Down

0 comments on commit cbeef9a

Please sign in to comment.