Skip to content

Commit

Permalink
chore: release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernankez committed Apr 2, 2024
1 parent 29b4b59 commit c8fe70d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@backmoji/monorepo",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"packageManager": "[email protected]",
"description": "Flow wallpaper creator.",
Expand All @@ -22,7 +22,7 @@
"play:build": "pnpm -F \"./playground\" build",
"dev": "pnpm -r -F \"./packages/*\" dev && pnpm play",
"build": "pnpm clean && pnpm -r -F \"./packages/*\" build && pnpm play:build",
"release": "bumpp -r",
"release": "bumpp -r && pnpm publish -r",
"test": "vitest run",
"test:watch": "vitest",
"coverage": "vitest run --coverage",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backmoji",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"packageManager": "[email protected]",
"description": "Flow wallpaper creator.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@backmoji/react",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"packageManager": "[email protected]",
"description": "Flow wallpaper creator.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@backmoji/vue",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"packageManager": "[email protected]",
"description": "Flow wallpaper creator.",
"author": {
Expand Down
3 changes: 2 additions & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "playground",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down

0 comments on commit c8fe70d

Please sign in to comment.