Skip to content

Commit

Permalink
chore: release v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgarciaesgi committed Dec 16, 2024
1 parent a6462bc commit c3acf31
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.4",
"version": "0.4.5",
"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.4",
"version": "0.4.5",
"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.4",
"version": "0.4.5",
"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.4",
"version": "0.4.5",
"description": "Collection of rules and helpers for Regle",
"scripts": {
"lint": "eslint --ext .ts --ext .vue .",
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.4",
"version": "0.4.5",
"description": "Zod adapter for Regle",
"scripts": {
"lint": "eslint --ext .ts --ext .vue .",
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.4"
"version": "0.4.5"
}

0 comments on commit c3acf31

Please sign in to comment.