Skip to content

Commit 2dcea0e

Browse files
Version Packages (alpha)
1 parent a8f0942 commit 2dcea0e

File tree

11 files changed

+31
-5
lines changed

11 files changed

+31
-5
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@
2323
"brown-ravens-behave",
2424
"calm-cycles-know",
2525
"chilled-spoons-wonder",
26+
"chilly-fans-shave",
2627
"clever-flowers-drum",
2728
"fast-baboons-itch",
2829
"few-mugs-accept",
2930
"five-kangaroos-matter",
3031
"five-shoes-deny",
3132
"forty-garlics-train",
3233
"fresh-rocks-exercise",
34+
"friendly-beers-heal",
3335
"friendly-gorillas-walk",
3436
"friendly-sloths-return",
3537
"funny-apricots-learn",
@@ -50,6 +52,7 @@
5052
"old-mayflies-fetch",
5153
"olive-cameras-collect",
5254
"orange-otters-attend",
55+
"proud-kangaroos-boil",
5356
"proud-pillows-try",
5457
"purple-melons-invent",
5558
"red-trains-deny",

packages/create-qwik/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# create-qwik
22

3+
## 2.0.0-alpha.9
4+
35
## 2.0.0-alpha.8
46

57
## 2.0.0-alpha.7

packages/create-qwik/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-qwik",
33
"description": "Interactive CLI for create Qwik projects and adding features.",
4-
"version": "2.0.0-alpha.8",
4+
"version": "2.0.0-alpha.9",
55
"author": "Qwik Team",
66
"bin": "./create-qwik.cjs",
77
"bugs": "https://github.com/QwikDev/qwik/issues",

packages/eslint-plugin-qwik/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# eslint-plugin-qwik
22

3+
## 2.0.0-alpha.9
4+
35
## 2.0.0-alpha.8
46

57
## 2.0.0-alpha.7

packages/eslint-plugin-qwik/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-qwik",
33
"description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",
4-
"version": "2.0.0-alpha.8",
4+
"version": "2.0.0-alpha.9",
55
"author": "Qwik Team",
66
"bugs": "https://github.com/QwikDev/qwik/issues",
77
"dependencies": {

packages/qwik-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @qwik.dev/react
22

3+
## 2.0.0-alpha.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`abc7732`](https://github.com/QwikDev/qwik/commit/abc773245c88d3d33b8b1675679b5f781c5c5143), [`008fe60`](https://github.com/QwikDev/qwik/commit/008fe608a10e1b3a555e93d024b17a91bc597bc7), [`289cc06`](https://github.com/QwikDev/qwik/commit/289cc0626f0ca56aa8379d846650c16f9a57a782)]:
8+
- @qwik.dev/[email protected]
9+
310
## 2.0.0-alpha.8
411

512
### Patch Changes

packages/qwik-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@qwik.dev/react",
33
"description": "Qwik React allows adding React components into existing Qwik application",
4-
"version": "2.0.0-alpha.8",
4+
"version": "2.0.0-alpha.9",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"devDependencies": {
77
"@qwik.dev/core": "workspace:*",

packages/qwik-router/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @qwik.dev/city
22

3+
## 2.0.0-alpha.9
4+
35
## 2.0.0-alpha.8
46

57
### Patch Changes

packages/qwik-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@qwik.dev/router",
33
"description": "The router for Qwik.",
4-
"version": "2.0.0-alpha.8",
4+
"version": "2.0.0-alpha.9",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"dependencies": {
77
"@mdx-js/mdx": "^3",

packages/qwik/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @qwik.dev/core
22

3+
## 2.0.0-alpha.9
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 don't wrap template literals with a function call inside them in a signal (by [@Varixo](https://github.com/Varixo) in [#7390](https://github.com/QwikDev/qwik/pull/7390))
8+
9+
- 🐞🩹 attribute diffing was not working correctly in some edge cases (by [@Varixo](https://github.com/Varixo) in [#7419](https://github.com/QwikDev/qwik/pull/7419))
10+
11+
- 🐞🩹 finding vnodes on interaction (by [@Varixo](https://github.com/Varixo) in [#7410](https://github.com/QwikDev/qwik/pull/7410))
12+
313
## 2.0.0-alpha.8
414

515
### Patch Changes

0 commit comments

Comments
 (0)