Skip to content

Commit 7279646

Browse files
Version Packages (beta)
1 parent fedd379 commit 7279646

13 files changed

Lines changed: 90 additions & 8 deletions

File tree

.changeset/pre.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"@qwik.dev/react": "2.0.0-0",
1313
"supabase-auth-helpers-qwik": "0.0.3",
1414
"qwik-cli-e2e": "0.0.0",
15-
"@qwik.dev/optimizer": "2.0.0"
15+
"@qwik.dev/optimizer": "2.0.0",
16+
"@devtools/browser-extension": "0.1.0",
17+
"@qwik.dev/devtools": "0.2.8"
1618
},
1719
"branch": "build/v2",
1820
"changesets": [
@@ -37,6 +39,7 @@
3739
"bright-pants-crash",
3840
"bright-showers-taste",
3941
"brown-ravens-behave",
42+
"build-types-after-lib",
4043
"bumpy-turtles-fix",
4144
"calm-cobras-serve",
4245
"calm-cycles-know",
@@ -53,6 +56,7 @@
5356
"common-breads-wait",
5457
"common-socks-heal",
5558
"cool-hats-glow",
59+
"core-locale-node-builtin-import",
5660
"crazy-cities-tap",
5761
"crazy-dodos-attend",
5862
"cruel-taxis-talk",
@@ -140,13 +144,16 @@
140144
"lemon-flies-taste",
141145
"lemon-tools-bathe",
142146
"light-eels-lead",
147+
"light-shirts-move",
143148
"light-singers-remain",
144149
"little-birds-worry",
145150
"little-ways-deny",
146151
"long-cooks-joke",
147152
"long-shirts-thank",
148153
"loose-lemons-read",
149154
"loud-dolphins-relate",
155+
"loud-eels-battle",
156+
"loud-jokes-fail",
150157
"loud-mammals-dress",
151158
"lovely-terms-jump",
152159
"major-lemons-jam",
@@ -157,6 +164,7 @@
157164
"mean-tires-cover",
158165
"mean-webs-try",
159166
"metal-shrimps-search",
167+
"modern-emus-share",
160168
"nasty-dots-brake",
161169
"nasty-views-study",
162170
"neat-seas-give",
@@ -175,6 +183,7 @@
175183
"open-beds-grab",
176184
"orange-otters-attend",
177185
"orange-planes-kiss",
186+
"petite-dancers-bathe",
178187
"petite-experts-press",
179188
"plain-eggs-clean",
180189
"plain-snakes-punch",
@@ -186,6 +195,7 @@
186195
"pretty-parents-draw",
187196
"pretty-trees-check",
188197
"proud-houses-fix",
198+
"proud-items-scream",
189199
"proud-kangaroos-boil",
190200
"proud-pillows-try",
191201
"purple-melons-invent",
@@ -203,9 +213,9 @@
203213
"rich-sites-refuse",
204214
"rich-wasps-tease",
205215
"ripe-taxes-watch",
206-
"rollup-input-absolute",
207216
"rotten-penguins-cough",
208217
"rotten-weeks-tickle",
218+
"router-dev-middleware-missing-entry-ssr",
209219
"rude-sloths-help",
210220
"seven-pumpkins-argue",
211221
"shaggy-nights-visit",
@@ -220,6 +230,7 @@
220230
"short-terms-see",
221231
"shy-carpets-switch",
222232
"shy-heads-check",
233+
"shy-knives-pay",
223234
"shy-shirts-glow",
224235
"shy-walls-shake",
225236
"silent-badgers-bet",
@@ -246,6 +257,7 @@
246257
"sour-zebras-tell",
247258
"spicy-candies-visit",
248259
"spicy-onions-jog",
260+
"spicy-parrots-smash",
249261
"spicy-rings-check",
250262
"stale-corners-flow",
251263
"strange-bottles-sleep",
@@ -270,6 +282,7 @@
270282
"tasty-turkeys-stand",
271283
"ten-emus-jog",
272284
"ten-pigs-fly",
285+
"thin-brooms-stay",
273286
"thirty-carrots-stand",
274287
"thirty-ducks-sort",
275288
"thirty-ravens-draw",

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

57
## 2.0.0-beta.33

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.34",
4+
"version": "2.0.0-beta.35",
55
"author": "Qwik Team",
66
"bin": "./create-qwik.mjs",
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.35
4+
35
## 2.0.0-beta.34
46

57
### Patch Changes

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.34",
4+
"version": "2.0.0-beta.35",
55
"author": "Qwik Team",
66
"bugs": "https://github.com/QwikDev/qwik/issues",
77
"dependencies": {

packages/optimizer/CHANGELOG.md

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

3+
## 2.1.0-beta.4
4+
5+
### Minor Changes
6+
7+
- ✨ add worker$ support running heavy work in Web Workers (by [@Varixo](https://github.com/Varixo) in [#8572](https://github.com/QwikDev/qwik/pull/8572))
8+
39
## 2.1.0-beta.3
410

511
### Minor Changes

packages/optimizer/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/optimizer",
33
"description": "Qwik optimizer runtime and native bindings.",
4-
"version": "2.1.0-beta.3",
4+
"version": "2.1.0-beta.4",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"engines": {
77
"node": "^20.3.0 || >=21.0.0"

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.35
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8fdf639`](https://github.com/QwikDev/qwik/commit/8fdf6393312a10407db8d9a0b0199d77e2a208c7), [`8dbdc12`](https://github.com/QwikDev/qwik/commit/8dbdc1253d7ab4fe9bcef520d79b1c85aac3b372), [`b6f7556`](https://github.com/QwikDev/qwik/commit/b6f755677abc91b4a873afa2b50930d4354ecee9), [`5cb730f`](https://github.com/QwikDev/qwik/commit/5cb730f56b2500fca0c0acd06249f8b1f4612f40), [`c5f5bb0`](https://github.com/QwikDev/qwik/commit/c5f5bb0c89037848db7c7aee90e0d6daf2f97d3e), [`dc9a8e8`](https://github.com/QwikDev/qwik/commit/dc9a8e8ba830663c5b4ef1297079a976d8b258c6), [`ea33c02`](https://github.com/QwikDev/qwik/commit/ea33c02d179a52e438446ad3d511c1e77e45fa79), [`b90aa3f`](https://github.com/QwikDev/qwik/commit/b90aa3fa64464fda83b790f5f8f122a2a8e7ea5b), [`a8e3dc0`](https://github.com/QwikDev/qwik/commit/a8e3dc0694954aee6d9348b85a5c6cbb9b05b71d), [`5fd8f65`](https://github.com/QwikDev/qwik/commit/5fd8f65c5c7999785304580a92f7bfc7b57a9e68)]:
8+
- @qwik.dev/core@2.0.0-beta.35
9+
310
## 2.0.0-beta.34
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.34",
4+
"version": "2.0.0-beta.35",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"devDependencies": {
77
"@qwik.dev/core": "workspace:*",

packages/qwik-router/CHANGELOG.md

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

3+
## 2.0.0-beta.35
4+
5+
### Minor Changes
6+
7+
- ✨ add worker$ support running heavy work in Web Workers (by [@Varixo](https://github.com/Varixo) in [#8572](https://github.com/QwikDev/qwik/pull/8572))
8+
9+
### Patch Changes
10+
11+
- fix(router): The Vite dev won't crash anymore when `src/entry.ssr` is missing (e.g. in monorepos) (by [@maiieul](https://github.com/maiieul) in [#8601](https://github.com/QwikDev/qwik/pull/8601))
12+
13+
- 🐞🩹 handle callback-only response end in Vite HTML transform (by [@Varixo](https://github.com/Varixo) in [#8597](https://github.com/QwikDev/qwik/pull/8597))
14+
15+
- Updated dependencies [[`8fdf639`](https://github.com/QwikDev/qwik/commit/8fdf6393312a10407db8d9a0b0199d77e2a208c7), [`8dbdc12`](https://github.com/QwikDev/qwik/commit/8dbdc1253d7ab4fe9bcef520d79b1c85aac3b372), [`b6f7556`](https://github.com/QwikDev/qwik/commit/b6f755677abc91b4a873afa2b50930d4354ecee9), [`5cb730f`](https://github.com/QwikDev/qwik/commit/5cb730f56b2500fca0c0acd06249f8b1f4612f40), [`c5f5bb0`](https://github.com/QwikDev/qwik/commit/c5f5bb0c89037848db7c7aee90e0d6daf2f97d3e), [`dc9a8e8`](https://github.com/QwikDev/qwik/commit/dc9a8e8ba830663c5b4ef1297079a976d8b258c6), [`ea33c02`](https://github.com/QwikDev/qwik/commit/ea33c02d179a52e438446ad3d511c1e77e45fa79), [`b90aa3f`](https://github.com/QwikDev/qwik/commit/b90aa3fa64464fda83b790f5f8f122a2a8e7ea5b), [`a8e3dc0`](https://github.com/QwikDev/qwik/commit/a8e3dc0694954aee6d9348b85a5c6cbb9b05b71d), [`5fd8f65`](https://github.com/QwikDev/qwik/commit/5fd8f65c5c7999785304580a92f7bfc7b57a9e68)]:
16+
- @qwik.dev/core@2.0.0-beta.35
17+
318
## 2.0.0-beta.34
419

520
### Patch Changes

0 commit comments

Comments
 (0)