Skip to content

Commit

Permalink
chore: release v0.0.1-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vtrbo committed Jun 21, 2024
1 parent 2f572c4 commit f662b45
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xparcai-utils-docs",
"type": "module",
"version": "0.0.0",
"version": "0.0.1-beta.1",
"description": "🍒 Collection of common JavaScript or TypeScript utils.",
"author": {
"name": "VictorBo",
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xparcai-utils-example",
"type": "module",
"version": "0.0.0",
"version": "0.0.1-beta.1",
"description": "🍒 Collection of common JavaScript or TypeScript utils.",
"author": {
"name": "VictorBo",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xparcai-utils-monorepo",
"type": "module",
"version": "0.0.0",
"version": "0.0.1-beta.1",
"packageManager": "pnpm@9.3.0",
"description": "🍒 Collection of common JavaScript or TypeScript utils.",
"author": {
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": "xparcai-utils",
"type": "module",
"version": "0.0.0",
"version": "0.0.1-beta.1",
"description": "🍒 Collection of common JavaScript or TypeScript utils.",
"author": {
"name": "VictorBo",
Expand Down
2 changes: 1 addition & 1 deletion packages/is/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xparcai-utils/is",
"type": "module",
"version": "0.0.0",
"version": "0.0.1-beta.1",
"description": "🍒 Collection of common JavaScript or TypeScript utils.",
"author": {
"name": "VictorBo",
Expand Down
2 changes: 1 addition & 1 deletion packages/object/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xparcai-utils/object",
"type": "module",
"version": "0.0.0",
"version": "0.0.1-beta.1",
"description": "🍒 Collection of common JavaScript or TypeScript utils.",
"author": {
"name": "VictorBo",
Expand Down
2 changes: 1 addition & 1 deletion packages/string/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xparcai-utils/string",
"type": "module",
"version": "0.0.0",
"version": "0.0.1-beta.1",
"description": "🍒 Collection of common JavaScript or TypeScript utils.",
"author": {
"name": "VictorBo",
Expand Down
2 changes: 1 addition & 1 deletion packages/tool/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xparcai-utils/tool",
"type": "module",
"version": "0.0.0",
"version": "0.0.1-beta.1",
"description": "🍒 Collection of common JavaScript or TypeScript utils.",
"author": {
"name": "VictorBo",
Expand Down

0 comments on commit f662b45

Please sign in to comment.