Skip to content

Commit aa098fc

Browse files
authored
Merge pull request #7671 from QwikDev/changeset-release/build/v2
2 parents 5eb95fb + 152e3e0 commit aa098fc

File tree

11 files changed

+40
-5
lines changed

11 files changed

+40
-5
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"angry-grapes-itch",
2121
"blue-beans-happen",
2222
"brave-files-grin",
23+
"bright-cows-sell",
2324
"brown-ravens-behave",
2425
"calm-cycles-know",
2526
"chilled-spoons-wonder",
@@ -28,6 +29,7 @@
2829
"cold-moons-follow",
2930
"cold-rice-slide",
3031
"cyan-bottles-speak",
32+
"cyan-walls-sing",
3133
"dirty-lemons-shop",
3234
"eighty-ligers-wink",
3335
"fair-cameras-boil",
@@ -48,6 +50,7 @@
4850
"heavy-radios-dream",
4951
"heavy-seas-carry",
5052
"hip-hornets-cheer",
53+
"hip-points-kick",
5154
"honest-pears-sniff",
5255
"itchy-comics-develop",
5356
"kind-toes-glow",
@@ -59,6 +62,7 @@
5962
"mean-parents-buy",
6063
"nervous-terms-explode",
6164
"nine-otters-repeat",
65+
"old-guests-stare",
6266
"old-mayflies-fetch",
6367
"olive-cameras-collect",
6468
"olive-yaks-prove",
@@ -81,6 +85,7 @@
8185
"shy-walls-shake",
8286
"six-games-float",
8387
"slimy-weeks-hope",
88+
"soft-insects-see",
8489
"some-birds-juggle",
8590
"sour-zebras-tell",
8691
"strange-bottles-sleep",
@@ -91,6 +96,7 @@
9196
"swift-flowers-juggle",
9297
"tame-glasses-explain",
9398
"tasty-penguins-ring",
99+
"thirty-carrots-stand",
94100
"thirty-ravens-draw",
95101
"tiny-berries-bow",
96102
"tricky-meals-heal",

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-beta.3
4+
35
## 2.0.0-beta.2
46

57
## 2.0.0-beta.1

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-beta.2",
4+
"version": "2.0.0-beta.3",
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-beta.3
4+
35
## 2.0.0-beta.2
46

57
## 2.0.0-beta.1

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-beta.2",
4+
"version": "2.0.0-beta.3",
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-beta.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`72e9af1`](https://github.com/QwikDev/qwik/commit/72e9af17358080606d79cede49e2ca8a21851159), [`1440753`](https://github.com/QwikDev/qwik/commit/14407531a0a238b3c2aea9ea5eab258ca3c87edc), [`2aa49d9`](https://github.com/QwikDev/qwik/commit/2aa49d922431cb4d96932e5fd1edc66b0f60714b), [`24d600c`](https://github.com/QwikDev/qwik/commit/24d600c5e49129774c4c0306499978df756aed7c), [`7d8b949`](https://github.com/QwikDev/qwik/commit/7d8b949495c9df341136af736c4270fd71f982b2), [`652e871`](https://github.com/QwikDev/qwik/commit/652e871fcc7b985649e4645fb90fecf085158322)]:
8+
- @qwik.dev/[email protected]
9+
310
## 2.0.0-beta.2
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-beta.2",
4+
"version": "2.0.0-beta.3",
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-beta.3
4+
35
## 2.0.0-beta.2
46

57
## 2.0.0-beta.1

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-beta.2",
4+
"version": "2.0.0-beta.3",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"dependencies": {
77
"@mdx-js/mdx": "^3",

packages/qwik/CHANGELOG.md

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

3+
## 2.0.0-beta.3
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 resuming a component using styles and a text node (by [@Varixo](https://github.com/Varixo) in [#7668](https://github.com/QwikDev/qwik/pull/7668))
8+
9+
- 🐞🩹 reuse the same props instance when props are changing (by [@Varixo](https://github.com/Varixo) in [#7672](https://github.com/QwikDev/qwik/pull/7672))
10+
11+
- 🐞🩹 the @qwik-handlers aren't properly handled in dev mode for library projects (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7608](https://github.com/QwikDev/qwik/pull/7608))
12+
13+
- 🐞🩹 subscribe to signals on computed signal recomputation (by [@Varixo](https://github.com/Varixo) in [#7700](https://github.com/QwikDev/qwik/pull/7700))
14+
15+
- :zap: QRL segments now memoize imports, removing some Promises during render (by [@wmertens](https://github.com/wmertens) in [#7686](https://github.com/QwikDev/qwik/pull/7686))
16+
17+
- 🐞🩹 allow special characters in key attribute (by [@Varixo](https://github.com/Varixo) in [#7677](https://github.com/QwikDev/qwik/pull/7677))
18+
319
## 2.0.0-beta.2
420

521
### Patch Changes

0 commit comments

Comments
 (0)