Skip to content

Commit 4452995

Browse files
committed
chore: release v0.1.0-beta.12
1 parent 37258f3 commit 4452995

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@moeru/std-docs",
33
"type": "module",
4-
"version": "0.1.0-beta.11",
4+
"version": "0.1.0-beta.12",
55
"private": true,
66
"scripts": {
77
"build": "next build --turbopack",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@moeru/std-workspace",
33
"type": "module",
4-
"version": "0.1.0-beta.11",
4+
"version": "0.1.0-beta.12",
55
"private": true,
66
"packageManager": "pnpm@10.15.0",
77
"scripts": {

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@moeru/eslint-config",
33
"type": "module",
4-
"version": "0.1.0-beta.11",
4+
"version": "0.1.0-beta.12",
55
"description": "ESLint Configuration for Moeru AI.",
66
"author": "Moeru AI",
77
"license": "MIT",

packages/results/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@moeru/results",
33
"type": "module",
4-
"version": "0.1.0-beta.11",
4+
"version": "0.1.0-beta.12",
55
"description": "Small and tree-shakeable Result/Option implementation.",
66
"author": "Moeru AI",
77
"license": "MIT",

packages/std/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@moeru/std",
33
"type": "module",
4-
"version": "0.1.0-beta.11",
4+
"version": "0.1.0-beta.12",
55
"description": "Runtime-agnostic TypeScript Utils for Moeru AI.",
66
"author": "Moeru AI",
77
"license": "MIT",

packages/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@moeru/tsconfig",
33
"type": "module",
4-
"version": "0.1.0-beta.11",
4+
"version": "0.1.0-beta.12",
55
"description": "TypeScript Configuration for Moeru AI.",
66
"author": "Moeru AI",
77
"license": "MIT",

0 commit comments

Comments
 (0)