Skip to content

Commit d814364

Browse files
Version Packages (beta)
1 parent 86e8cf0 commit d814364

File tree

11 files changed

+33
-5
lines changed

11 files changed

+33
-5
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"afraid-bags-jam",
1919
"afraid-garlics-greet",
2020
"angry-grapes-itch",
21+
"better-shrimps-sin",
2122
"blue-beans-happen",
2223
"brave-files-grin",
2324
"bright-cows-sell",
@@ -47,6 +48,7 @@
4748
"friendly-gorillas-walk",
4849
"friendly-sloths-return",
4950
"funny-apricots-learn",
51+
"fuzzy-files-kiss",
5052
"fuzzy-jobs-compare",
5153
"gentle-melons-pretend",
5254
"heavy-kids-wave",
@@ -91,6 +93,7 @@
9193
"six-games-float",
9294
"sixty-grapes-beam",
9395
"slimy-weeks-hope",
96+
"smooth-cups-press",
9497
"soft-insects-see",
9598
"some-birds-juggle",
9699
"sour-zebras-tell",

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

57
## 2.0.0-beta.3

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

57
## 2.0.0-beta.3

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.4",
4+
"version": "2.0.0-beta.5",
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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`01fa728`](https://github.com/QwikDev/qwik/commit/01fa72808e7935aa701a8cc3f47b71edeca4e8af)]:
8+
- @qwik.dev/[email protected]
9+
310
## 2.0.0-beta.4
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.4",
4+
"version": "2.0.0-beta.5",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"devDependencies": {
77
"@qwik.dev/core": "workspace:*",

packages/qwik-router/CHANGELOG.md

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

3+
## 2.0.0-beta.5
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 adding popstate and scroll event for SPA navigation (by [@Varixo](https://github.com/Varixo) in [#7706](https://github.com/QwikDev/qwik/pull/7706))
8+
9+
- 🐞🩹 nested not serialized loaders (by [@Varixo](https://github.com/Varixo) in [#7704](https://github.com/QwikDev/qwik/pull/7704))
10+
311
## 2.0.0-beta.4
412

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

packages/qwik/CHANGELOG.md

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

3+
## 2.0.0-beta.5
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 don't wrap function calls in signal (by [@Varixo](https://github.com/Varixo) in [#7707](https://github.com/QwikDev/qwik/pull/7707))
8+
39
## 2.0.0-beta.4
410

511
### Minor Changes

0 commit comments

Comments
 (0)