Skip to content

Commit

Permalink
Prepare v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-johnson committed May 5, 2024
1 parent 45c07cd commit b8f2350
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ping-board",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ping-board/backend",
"version": "1.0.3",
"version": "1.0.4",
"main": "src/index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ping-board/common",
"version": "0.1.0",
"version": "1.0.4",
"private": true,
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ping-board/frontend",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"scripts": {
"start": "craco --openssl-legacy-provider start",
Expand Down

0 comments on commit b8f2350

Please sign in to comment.