Skip to content

Commit c42693f

Browse files
authored
Merge pull request #7711 from QwikDev/changeset-release/build/v2
2 parents 5e89a80 + d3c3add commit c42693f

File tree

11 files changed

+63
-5
lines changed

11 files changed

+63
-5
lines changed

.changeset/pre.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
"changesets": [
1818
"afraid-bags-jam",
1919
"afraid-garlics-greet",
20+
"all-cloths-hammer",
21+
"angry-boats-lose",
2022
"angry-grapes-itch",
2123
"better-shrimps-sin",
2224
"blue-beans-happen",
@@ -51,28 +53,35 @@
5153
"fuzzy-files-kiss",
5254
"fuzzy-jobs-compare",
5355
"gentle-melons-pretend",
56+
"green-drinks-strive",
5457
"heavy-kids-wave",
58+
"heavy-maps-wash",
5559
"heavy-radios-dream",
5660
"heavy-seas-carry",
5761
"hip-hornets-cheer",
5862
"hip-points-kick",
5963
"honest-pears-sniff",
6064
"itchy-comics-develop",
6165
"kind-toes-glow",
66+
"large-houses-watch",
6267
"lemon-tools-bathe",
6368
"little-ways-deny",
6469
"long-shirts-thank",
6570
"loud-dolphins-relate",
71+
"many-tips-win",
6672
"mean-dingos-hug",
6773
"mean-parents-buy",
6874
"nervous-terms-explode",
6975
"nine-otters-repeat",
76+
"ninety-crabs-lay",
7077
"old-guests-stare",
7178
"old-mangos-return",
7279
"old-mayflies-fetch",
7380
"olive-cameras-collect",
7481
"olive-yaks-prove",
82+
"open-beds-grab",
7583
"orange-otters-attend",
84+
"polite-sloths-visit",
7685
"pretty-trees-check",
7786
"proud-houses-fix",
7887
"proud-kangaroos-boil",
@@ -89,6 +98,7 @@
8998
"shaggy-poems-appear",
9099
"shaggy-poems-return",
91100
"sharp-apples-relate",
101+
"short-suits-bet",
92102
"shy-walls-shake",
93103
"six-games-float",
94104
"sixty-grapes-beam",
@@ -109,6 +119,7 @@
109119
"thirty-carrots-stand",
110120
"thirty-ravens-draw",
111121
"tiny-berries-bow",
122+
"tiny-cows-pick",
112123
"tricky-meals-heal",
113124
"tricky-peaches-buy",
114125
"twenty-goats-flow",

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

57
## 2.0.0-beta.4

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

57
## 2.0.0-beta.4

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.5",
4+
"version": "2.0.0-beta.6",
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b985de7`](https://github.com/QwikDev/qwik/commit/b985de7f7a6c24c596dd8c3eb8a49e870fb4fe0f), [`9d3c287`](https://github.com/QwikDev/qwik/commit/9d3c287732771f1ff3075e38bb758e6523961ca3), [`69278cd`](https://github.com/QwikDev/qwik/commit/69278cd90f10dc4a54d7a0dba0f6a10d53d406f3), [`512bef8`](https://github.com/QwikDev/qwik/commit/512bef8f41aebf4426d5080735ac0373d1eb40e7), [`cc18126`](https://github.com/QwikDev/qwik/commit/cc1812625f83d6e308ab657dbbae34d27e64dfbd), [`283fea3`](https://github.com/QwikDev/qwik/commit/283fea37aaf445a7eeedc37200275901a3898364), [`4e9ecd3`](https://github.com/QwikDev/qwik/commit/4e9ecd3228df6b744b5435eb6670a0c4bf67fc96)]:
8+
- @qwik.dev/core@2.0.0-beta.6
9+
310
## 2.0.0-beta.5
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.5",
4+
"version": "2.0.0-beta.6",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"devDependencies": {
77
"@qwik.dev/core": "workspace:*",

packages/qwik-router/CHANGELOG.md

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

3+
## 2.0.0-beta.6
4+
5+
### Minor Changes
6+
7+
- ✨ qwikRouter middleware no longer needs qwikRouterConfig, it handles it internally (by [@wmertens](https://github.com/wmertens) in [#7748](https://github.com/QwikDev/qwik/pull/7748))
8+
9+
- 🐞🩹 the SSR internal build imports `@qwik-router-not-found-paths` and `@qwik-router-static-paths` are no longer used. Instead, the data is embedded directly. This might be a breaking change for some users that forked an adapter, in that case just remove the imports. (by [@wmertens](https://github.com/wmertens) in [#7755](https://github.com/QwikDev/qwik/pull/7755))
10+
11+
### Patch Changes
12+
13+
- Bugfix - rename the view transition type in CSS to prevent default view transition on SPA navigation (by [@GrandSchtroumpf](https://github.com/GrandSchtroumpf) in [#7713](https://github.com/QwikDev/qwik/pull/7713))
14+
15+
- 🐞🩹 getting invoke context for loaders in production (by [@Varixo](https://github.com/Varixo) in [#7730](https://github.com/QwikDev/qwik/pull/7730))
16+
17+
- ✨ Server output chunk files are now under their own build/ subdir, like the client build. This makes it easier to override the chunk filenames. This is possible because the Router metadata files are now an earlier part of the build process. (by [@wmertens](https://github.com/wmertens) in [#7748](https://github.com/QwikDev/qwik/pull/7748))
18+
319
## 2.0.0-beta.5
420

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

packages/qwik/CHANGELOG.md

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

3+
## 2.0.0-beta.6
4+
5+
### Minor Changes
6+
7+
- ✨ the QRL segment mapping during Vite dev mode now happens in core and does not require providing a separate `symbolMapper` function any more. (by [@wmertens](https://github.com/wmertens) in [#7748](https://github.com/QwikDev/qwik/pull/7748))
8+
9+
- ✨ Server output chunk files are now under their own build/ subdir, like the client build. This makes it easier to override the chunk filenames. This is possible because the Router metadata files are now an earlier part of the build process. (by [@wmertens](https://github.com/wmertens) in [#7748](https://github.com/QwikDev/qwik/pull/7748))
10+
11+
- 🐞🩹 `qwikVite` has better vite config handling around input files, and no longer writes the q-manifest file to a temp dir. (by [@wmertens](https://github.com/wmertens) in [#7748](https://github.com/QwikDev/qwik/pull/7748))
12+
13+
### Patch Changes
14+
15+
- 🐞🩹 the `srcInput` option to `qwikVite` is deprecated because it's unused. (by [@wmertens](https://github.com/wmertens) in [#7748](https://github.com/QwikDev/qwik/pull/7748))
16+
17+
- 🐞🩹 preserve innerHTML after component rerender (by [@Varixo](https://github.com/Varixo) in [#7740](https://github.com/QwikDev/qwik/pull/7740))
18+
19+
- 🐞🩹 render SVG attributes with correct namespace (by [@Varixo](https://github.com/Varixo) in [#7705](https://github.com/QwikDev/qwik/pull/7705))
20+
21+
- 🐞🩹 using useOn and useVisibleTask$ in component with primitive value only (by [@Varixo](https://github.com/Varixo) in [#7746](https://github.com/QwikDev/qwik/pull/7746))
22+
323
## 2.0.0-beta.5
424

525
### Patch Changes

0 commit comments

Comments
 (0)