Skip to content

Commit f56cfdd

Browse files
committed
Bump version to v0.27.0
1 parent a5a5b9b commit f56cfdd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

packages/qwik/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to the library will be documented in this file.
44

5-
## vX.X.X (Month DD, YYYY)
5+
## v0.27.0 (September 06, 2024)
66

77
- Add support for async validation with Zod (issue #233)
88
- Add `validateOn` and `revalidateOn` option to `Field` and `FieldArray` component (pull request #247)

packages/qwik/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@modular-forms/qwik",
33
"description": "The modular and type-safe form library for Qwik",
4-
"version": "0.26.1",
4+
"version": "0.27.0",
55
"license": "MIT",
66
"author": "Fabian Hiller",
77
"homepage": "https://modularforms.dev",
@@ -44,8 +44,7 @@
4444
"build": "vite build --mode lib && tsc",
4545
"format": "prettier --write \"./src\"",
4646
"format.check": "prettier --check \"./src\"",
47-
"lint": "eslint \"./src/**/*.ts*\" && tsc --noEmit",
48-
"publish": "npm publish"
47+
"lint": "eslint \"./src/**/*.ts*\" && tsc --noEmit"
4948
},
5049
"dependencies": {
5150
"decode-formdata": ">=0.7.5 <1",

0 commit comments

Comments
 (0)