Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernankez committed Apr 18, 2024
1 parent 1bd9dfd commit 24cd880
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@backmoji/monorepo",
"type": "module",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"description": "A library for creating patterns quickly and easily",
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.1",
"version": "0.1.0",
"packageManager": "[email protected]",
"description": "A library for creating patterns quickly and easily",
"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.1",
"version": "0.1.0",
"packageManager": "[email protected]",
"description": "React port for backmoji",
"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.1",
"version": "0.1.0",
"packageManager": "[email protected]",
"description": "Vue port for backmoji",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground",
"type": "module",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
Expand Down

0 comments on commit 24cd880

Please sign in to comment.