Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
build: change from beta to alpha version
Browse files Browse the repository at this point in the history
  • Loading branch information
riflowth committed Jul 23, 2023
1 parent da0ef90 commit f3f373a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion services/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth",
"version": "1.0.0-beta.3",
"version": "1.0.0-alpha.3",
"private": true,
"scripts": {
"build": "tsc && tsc-alias",
Expand Down
2 changes: 1 addition & 1 deletion services/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.0.0-beta.5",
"version": "1.0.0-alpha.5",
"private": true,
"scripts": {
"build": "tsc && vite build",
Expand Down
2 changes: 1 addition & 1 deletion services/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gateway",
"version": "1.0.0-beta.2",
"version": "1.0.0-alpha.2",
"private": true,
"scripts": {
"build": "tsc && tsc-alias",
Expand Down
2 changes: 1 addition & 1 deletion services/grading/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grading",
"version": "1.0.0-beta.4",
"version": "1.0.0-alpha.4",
"private": true,
"scripts": {
"build": "tsc && tsc-alias",
Expand Down
2 changes: 1 addition & 1 deletion services/workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workspace",
"version": "1.0.0-beta.3",
"version": "1.0.0-alpha.3",
"private": true,
"scripts": {
"build": "tsc && tsc-alias",
Expand Down

0 comments on commit f3f373a

Please sign in to comment.