Skip to content

Commit a42c242

Browse files
committed
Bump Qwik package to v0.28.2 and update changelog
1 parent 37cbbde commit a42c242

File tree

3 files changed

+38
-31
lines changed

3 files changed

+38
-31
lines changed

packages/qwik/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## v0.28.2 (October 19, 2024)
6+
7+
- Fix Qwik and Qwik City peer dependency specification
8+
59
## v0.28.1 (October 07, 2024)
610

711
- Fix installation error when Valibot dependency is missing (issue #255)

packages/qwik/package.json

Lines changed: 4 additions & 4 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.28.1",
4+
"version": "0.28.2",
55
"license": "MIT",
66
"author": "Fabian Hiller",
77
"homepage": "https://modularforms.dev",
@@ -51,15 +51,15 @@
5151
"valibot": "1.0.0-beta.0"
5252
},
5353
"devDependencies": {
54-
"@builder.io/qwik": "^1.9.0",
55-
"@builder.io/qwik-city": "^1.9.0",
54+
"@builder.io/qwik": "^1.9.1",
55+
"@builder.io/qwik-city": "^1.9.1",
5656
"@types/eslint": "^8.56.12",
5757
"@types/node": "^20.16.10",
5858
"@typescript-eslint/eslint-plugin": "^7.18.0",
5959
"@typescript-eslint/parser": "^7.18.0",
6060
"@typescript-eslint/utils": "^7.18.0",
6161
"eslint": "8.57.0",
62-
"eslint-plugin-qwik": "^1.9.0",
62+
"eslint-plugin-qwik": "^1.9.1",
6363
"typescript": "^5.6.2",
6464
"vite": "^5.4.8",
6565
"zod": "^3.23.8"

pnpm-lock.yaml

Lines changed: 30 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)