Skip to content

Commit

Permalink
release for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oiov committed Apr 16, 2024
1 parent fe8d660 commit 7fead9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions apps/email-api/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "email-api",
"version": "1.0.0",
"scripts": {
"dev": "wrangler dev src/index.ts",
"deploy": "wrangler deploy --minify src/index.ts"
Expand Down
2 changes: 1 addition & 1 deletion apps/email-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "email-worker",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
Expand Down
3 changes: 2 additions & 1 deletion apps/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "remix",
"name": "vmail-web",
"version": "1.0.0",
"private": true,
"sideEffects": false,
"type": "module",
Expand Down

0 comments on commit 7fead9f

Please sign in to comment.