Skip to content

Commit

Permalink
chore: release v0.3.1-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgarciaesgi committed Dec 10, 2024
1 parent ee903c4 commit 87a79f7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "regle",
"version": "0.3.0",
"version": "0.3.1-beta.1",
"private": true,
"description": "Typescript-first model-based form validation library for Vue 3",
"scripts": {
Expand All @@ -13,7 +13,8 @@
"test": "pnpm run build:sourcemaps && pnpm run typecheck && vitest run && pnpm run ui-tests:run",
"test:coverage": "pnpm run build:sourcemaps && vitest run --coverage",
"test:dev": "vitest",
"release": "pnpm run lint && pnpm run test && pnpm run typecheck && pnpm run build && bumpp -r && pnpm run -r --filter='@regle/*' release && git push --follow-tags",
"release": "pnpm run lint && pnpm run test && pnpm run typecheck && pnpm run build && bumpp -r && git push --follow-tags",
"npm:publish": "tsx ./scripts/publish",
"play:vue3": "cd playground/vue3 && pnpm run dev",
"play:nuxt": "cd playground/nuxt && pnpm run dev",
"ui-tests:server": "pnpm run -r --filter='ui-vue3' dev",
Expand All @@ -36,6 +37,7 @@
"@vitest/coverage-v8": "2.1.8",
"@vue/reactivity": "catalog:",
"@vue/test-utils": "2.4.6",
"@types/semver": "7.5.8",
"bumpp": "9.9.0",
"changelogithub": "0.13.11",
"check-password-strength": "2.0.10",
Expand All @@ -48,6 +50,7 @@
"playwright": "1.49.0",
"playwright-core": "1.49.0",
"prettier": "catalog:",
"semver": "7.6.3",
"sass": "1.82.0",
"tsup": "catalog:",
"typescript": "catalog:",
Expand All @@ -57,7 +60,9 @@
"vue": "catalog:",
"vue-eslint-parser": "catalog:",
"vue-tsc": "catalog:",
"zod": "3.23.8"
"zod": "3.23.8",
"zx": "8.2.4",
"tsx": "4.19.2"
},
"type": "module",
"main": "./dist/module.cjs",
Expand Down

0 comments on commit 87a79f7

Please sign in to comment.