Skip to content

Commit

Permalink
chore: release v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgarciaesgi committed Jan 24, 2024
1 parent c982dc9 commit f593d05
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "regle",
"version": "0.0.9",
"version": "0.0.10",
"private": true,
"description": "Vue form validator",
"scripts": {
Expand Down
7 changes: 5 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
{
"name": "@regle/core",
"version": "0.0.9",
"version": "0.0.10",
"description": "Vue form validator",
"scripts": {
"lint": "eslint --ext .ts --ext .vue .",
"typecheck": "tsc --noEmit",
"release": "npm publish",
"release": "pnpm publish --report-summary",
"build": "tsup",
"build:local": "tsup --clean false",
"dev": "tsup --config=tsup.dev.ts --watch",
"test": "echo 'no tests'"
},
"peerDependencies": {
"vue": "> 3.1.0"
},
"devDependencies": {
"@total-typescript/ts-reset": "0.5.1",
"@types/node": "20.11.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/validators/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@regle/validators",
"version": "0.0.9",
"version": "0.0.10",
"description": "Vue form validator",
"scripts": {
"lint": "eslint --ext .ts --ext .vue .",
"typecheck": "tsc --noEmit",
"release": "npm publish",
"release": "pnpm publish --report-summary",
"build": "tsup",
"build:local": "tsup --clean false",
"dev": "tsup --config=tsup.dev.ts --watch",
Expand Down
7 changes: 5 additions & 2 deletions packages/zod/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
{
"name": "@regle/zod",
"version": "0.0.9",
"version": "0.0.10",
"description": "Vue form validator",
"scripts": {
"lint": "eslint --ext .ts --ext .vue .",
"typecheck": "tsc --noEmit",
"release": "npm publish",
"release": "pnpm publish --report-summary",
"build": "tsup",
"build:local": "tsup --clean false",
"dev": "tsup --config=tsup.dev.ts --watch",
"test": "echo 'no tests'"
},
"peerDependencies": {
"zod": "> 3"
},
"dependencies": {
"@regle/core": "workspace:*",
"@regle/validators": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3",
"version": "0.0.9",
"version": "0.0.10",
"private": true,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit f593d05

Please # to comment.