Skip to content

Commit

Permalink
chore: release v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgarciaesgi committed Dec 18, 2024
1 parent 98b38d2 commit 9c89c5a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.4.7",
"version": "0.4.8",
"private": true,
"description": "Typescript-first model-based form validation library for Vue 3",
"scripts": {
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": "@regle/core",
"version": "0.4.7",
"version": "0.4.8",
"description": "Typescript-first model-based form validation library for Vue 3",
"scripts": {
"typecheck": "tsc --noEmit",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@regle/nuxt",
"version": "0.4.7",
"version": "0.4.8",
"description": "Regle nuxt module",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/rules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@regle/rules",
"version": "0.4.7",
"version": "0.4.8",
"description": "Collection of rules and helpers for Regle",
"scripts": {
"typecheck": "tsc --noEmit",
Expand Down
2 changes: 1 addition & 1 deletion packages/zod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@regle/zod",
"version": "0.4.7",
"version": "0.4.8",
"description": "Zod adapter for Regle",
"scripts": {
"typecheck": "tsc --noEmit",
Expand Down
2 changes: 1 addition & 1 deletion playground/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"version": "0.4.7"
"version": "0.4.8"
}

0 comments on commit 9c89c5a

Please sign in to comment.