Skip to content

Commit

Permalink
chore: release v0.0.102-local.2
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Oct 24, 2023
1 parent 23cc0aa commit 5f8cf76
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "bati",
"private": true,
"version": "0.0.102-local.1",
"version": "0.0.102-local.2",
"description": "@batijs monorepo",
"scripts": {
"release": "pnpm -r prerelease && bumpp && pnpm run publish",
"release:ci": "pnpm -r prerelease && bumpp -y && pnpm run publish",
"release:beta": "pnpm -r prerelease && bumpp --preid beta prerelease && pnpm run publish --no-git-checks --tag beta",
"release:local": "pnpm -r prerelease && bumpp --preid local prerelease && pnpm run publish --no-git-checks --tag local",
"release:local": "pnpm -r prerelease && bumpp --preid local prerelease && pnpm run publish --no-git-checks --tag local --registry http://localhost:4873",
"publish": "pnpm -r build && pnpm -r publish",
"watch": "pnpm -r --parallel build --watch",
"check-types": "pnpm -r check-types",
Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@batijs/build",
"version": "0.0.102-local.1",
"version": "0.0.102-local.2",
"description": "",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@batijs/cli",
"version": "0.0.102-local.1",
"version": "0.0.102-local.2",
"type": "module",
"scripts": {
"check-types": "tsc --noEmit",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@batijs/core",
"version": "0.0.102-local.1",
"version": "0.0.102-local.2",
"description": "",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-batijs-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@batijs/create-app",
"version": "0.0.102-local.1",
"version": "0.0.102-local.2",
"type": "module",
"scripts": {},
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/features/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@batijs/features",
"version": "0.0.102-local.1",
"version": "0.0.102-local.2",
"description": "",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tests-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@batijs/tests-utils",
"private": true,
"version": "0.0.102-local.1",
"version": "0.0.102-local.2",
"type": "module",
"scripts": {
"check-types": "tsc --noEmit",
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@batijs/tests",
"private": true,
"version": "0.0.102-local.1",
"version": "0.0.102-local.2",
"type": "module",
"scripts": {
"check-types": "tsc --noEmit",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@batijs/tsup",
"version": "0.0.102-local.1",
"version": "0.0.102-local.2",
"description": "",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 5f8cf76

Please sign in to comment.