Skip to content

Commit

Permalink
chore: release v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgarciaesgi committed Dec 30, 2024
1 parent 2fdcc1d commit 0804cc9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.5.2",
"version": "0.5.3",
"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.5.2",
"version": "0.5.3",
"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.5.2",
"version": "0.5.3",
"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.5.2",
"version": "0.5.3",
"description": "Collection of rules and helpers for Regle",
"scripts": {
"typecheck": "tsc --noEmit",
Expand Down
2 changes: 1 addition & 1 deletion packages/valibot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@regle/valibot",
"version": "0.5.2",
"version": "0.5.3",
"description": "Valibot adapter 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.5.2",
"version": "0.5.3",
"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.5.0"
},
"version": "0.5.2"
"version": "0.5.3"
}

0 comments on commit 0804cc9

Please sign in to comment.