Skip to content

V2 Version Packages (beta) #7620

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"chilly-fans-shave",
"clever-flowers-drum",
"cold-moons-follow",
"cold-rice-slide",
"cyan-bottles-speak",
"dirty-lemons-shop",
"eighty-ligers-wink",
Expand All @@ -47,9 +48,11 @@
"heavy-radios-dream",
"heavy-seas-carry",
"hip-hornets-cheer",
"honest-pears-sniff",
"itchy-comics-develop",
"kind-toes-glow",
"lemon-tools-bathe",
"little-ways-deny",
"long-shirts-thank",
"loud-dolphins-relate",
"mean-dingos-hug",
Expand All @@ -58,10 +61,13 @@
"nine-otters-repeat",
"old-mayflies-fetch",
"olive-cameras-collect",
"olive-yaks-prove",
"orange-otters-attend",
"pretty-trees-check",
"proud-kangaroos-boil",
"proud-pillows-try",
"purple-melons-invent",
"rare-candies-join",
"red-trains-deny",
"rich-shirts-thank",
"rich-wasps-tease",
Expand All @@ -71,10 +77,14 @@
"shaggy-poems-appear",
"shaggy-poems-return",
"sharp-apples-relate",
"shy-walls-shake",
"six-games-float",
"slimy-weeks-hope",
"some-birds-juggle",
"sour-zebras-tell",
"strange-bottles-sleep",
"strong-rules-rescue",
"sweet-bees-punch",
"sweet-hairs-remember",
"sweet-socks-whisper",
"swift-flowers-juggle",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-qwik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# create-qwik

## 2.0.0-beta.1

## 2.0.0-alpha.10

## 2.0.0-alpha.9
Expand Down
2 changes: 1 addition & 1 deletion packages/create-qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-qwik",
"description": "Interactive CLI for create Qwik projects and adding features.",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"author": "Qwik Team",
"bin": "./create-qwik.cjs",
"bugs": "https://github.com/QwikDev/qwik/issues",
Expand Down
2 changes: 2 additions & 0 deletions packages/eslint-plugin-qwik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# eslint-plugin-qwik

## 2.0.0-beta.1

## 2.0.0-alpha.10

## 2.0.0-alpha.9
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-qwik",
"description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"author": "Qwik Team",
"bugs": "https://github.com/QwikDev/qwik/issues",
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/qwik-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @qwik.dev/react

## 2.0.0-beta.1

### Patch Changes

- Updated dependencies [[`5b3a514`](https://github.com/QwikDev/qwik/commit/5b3a514108737624661dd568cd59a7d6b7041976), [`f82dba8`](https://github.com/QwikDev/qwik/commit/f82dba8408e5412962e229396f515ba0b8e02977), [`aa45990`](https://github.com/QwikDev/qwik/commit/aa4599031ef2888d554214b0b935709f5a0675d1), [`6dbd58f`](https://github.com/QwikDev/qwik/commit/6dbd58f870aa32ac4aa252597b723f659d03c9bd), [`3949581`](https://github.com/QwikDev/qwik/commit/3949581c958c2d4d80403d535dd7fbf7e4729f21), [`6c4bd10`](https://github.com/QwikDev/qwik/commit/6c4bd10392d7b6f7ee900976422ed1e3ca8640cf), [`c3f45f0`](https://github.com/QwikDev/qwik/commit/c3f45f0688489a59fc401fe5c7955833045e8ce8), [`24585a5`](https://github.com/QwikDev/qwik/commit/24585a5c88fcdb6a7a214da8ec1bfb687d0bb330), [`ec3599a`](https://github.com/QwikDev/qwik/commit/ec3599af9d033c4977f98daa23017e9ee943f5d1)]:
- @qwik.dev/[email protected]

## 2.0.0-alpha.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qwik.dev/react",
"description": "Qwik React allows adding React components into existing Qwik application",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"bugs": "https://github.com/QwikDev/qwik/issues",
"devDependencies": {
"@qwik.dev/core": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/qwik-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @qwik.dev/city

## 2.0.0-beta.1

### Patch Changes

- Implement View Transition on SPA navigation (by [@GrandSchtroumpf](https://github.com/GrandSchtroumpf) in [#7391](https://github.com/QwikDev/qwik/pull/7391))

## 2.0.0-alpha.10

## 2.0.0-alpha.9
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qwik.dev/router",
"description": "The router for Qwik.",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"bugs": "https://github.com/QwikDev/qwik/issues",
"dependencies": {
"@mdx-js/mdx": "^3",
Expand Down
24 changes: 24 additions & 0 deletions packages/qwik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @qwik.dev/core

## 2.0.0-beta.1

### Minor Changes

- ✨ new hook - useAsyncComputed$ in replacement of useComputed$ with async operations (by [@Varixo](https://github.com/Varixo) in [#7589](https://github.com/QwikDev/qwik/pull/7589))

### Patch Changes

- 🐞🩹 proper empty props diffing (by [@Varixo](https://github.com/Varixo) in [#7633](https://github.com/QwikDev/qwik/pull/7633))

- 🐞🩹 serialize less vnode data (by [@Varixo](https://github.com/Varixo) in [#7636](https://github.com/QwikDev/qwik/pull/7636))

- 🐞🩹 don't wrap static objects with signal (by [@Varixo](https://github.com/Varixo) in [#7637](https://github.com/QwikDev/qwik/pull/7637))

- 🐞🩹 ensure components are only rendered when necessary (by [@Varixo](https://github.com/Varixo) in [#7631](https://github.com/QwikDev/qwik/pull/7631))

- 🐞🩹 skip serialize functions wrapped with the `noSerialize` (by [@Varixo](https://github.com/Varixo) in [#7621](https://github.com/QwikDev/qwik/pull/7621))

- 🐞🩹 reactivity for type-asserted variables in templates (by [@Varixo](https://github.com/Varixo) in [#7619](https://github.com/QwikDev/qwik/pull/7619))

- 🐞🩹 reactivity for logical expressions in templates (by [@Varixo](https://github.com/Varixo) in [#7619](https://github.com/QwikDev/qwik/pull/7619))

- ✨ When an error occurs during SSR due to using the browser APIs, show an explanation. (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7571](https://github.com/QwikDev/qwik/pull/7571))

## 2.0.0-alpha.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qwik.dev/core",
"description": "An open source framework for building instant loading web apps at any scale, without the extra effort.",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"author": "Qwik Team",
"bin": {
"qwik": "./qwik-cli.cjs"
Expand Down