Skip to content

Commit

Permalink
chore: release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgarciaesgi committed Oct 6, 2023
1 parent b78db56 commit 72d19ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2",
"version": "0.0.3",
"private": true,
"description": "Vue form validator",
"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.0.2",
"version": "0.0.3",
"description": "Vue form validator",
"scripts": {
"lint": "eslint --ext .ts --ext .vue .",
Expand Down
2 changes: 1 addition & 1 deletion packages/validators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@regle/validators",
"version": "0.0.2",
"version": "0.0.3",
"description": "Vue form validator",
"scripts": {
"lint": "eslint --ext .ts --ext .vue .",
Expand Down

0 comments on commit 72d19ab

Please sign in to comment.