Skip to content

Commit cb19ff7

Browse files
authored
Merge pull request #8095 from QwikDev/changeset-release/build/v2
V2 Version Packages (beta)
2 parents e116efc + 310dbe3 commit cb19ff7

File tree

11 files changed

+49
-5
lines changed

11 files changed

+49
-5
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"changesets": [
1818
"afraid-bags-jam",
1919
"afraid-garlics-greet",
20+
"afraid-wolves-heal",
2021
"all-cloths-hammer",
2122
"angry-boats-lose",
2223
"angry-grapes-itch",
@@ -59,6 +60,7 @@
5960
"friendly-gorillas-walk",
6061
"friendly-sloths-return",
6162
"funny-apricots-learn",
63+
"funny-feet-wish",
6264
"fuzzy-files-kiss",
6365
"fuzzy-jobs-compare",
6466
"fuzzy-worlds-kneel",
@@ -78,6 +80,7 @@
7880
"itchy-comics-develop",
7981
"kind-toes-glow",
8082
"large-houses-watch",
83+
"large-turtles-write",
8184
"lazy-tigers-dig",
8285
"lemon-dingos-dance",
8386
"lemon-tools-bathe",
@@ -91,6 +94,7 @@
9194
"mean-tires-cover",
9295
"mean-webs-try",
9396
"nervous-terms-explode",
97+
"nice-teams-grow",
9498
"nine-otters-repeat",
9599
"ninety-crabs-lay",
96100
"ninety-pets-win",
@@ -102,6 +106,7 @@
102106
"open-beds-grab",
103107
"orange-otters-attend",
104108
"plain-eggs-clean",
109+
"polite-parents-win",
105110
"polite-sloths-visit",
106111
"pretty-glasses-mate",
107112
"pretty-parents-draw",
@@ -126,6 +131,7 @@
126131
"sharp-apples-relate",
127132
"shiny-readers-double",
128133
"short-suits-bet",
134+
"shy-carpets-switch",
129135
"shy-shirts-glow",
130136
"shy-walls-shake",
131137
"silly-pans-wear",

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

57
## 2.0.0-beta.11

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.12",
4+
"version": "2.0.0-beta.13",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-plugin-qwik
22

3+
## 2.0.0-beta.13
4+
5+
### Minor Changes
6+
7+
- ✨ add eslint rule for resolving async computed (by [@Varixo](https://github.com/Varixo) in [#7881](https://github.com/QwikDev/qwik/pull/7881))
8+
39
## 2.0.0-beta.12
410

511
## 2.0.0-beta.11

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.12",
4+
"version": "2.0.0-beta.13",
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.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bd53d10`](https://github.com/QwikDev/qwik/commit/bd53d109adfee68209c512a714c26da4202d8c7e), [`2c85df4`](https://github.com/QwikDev/qwik/commit/2c85df498514334be05e5a86fe27557195db7f65), [`822feb0`](https://github.com/QwikDev/qwik/commit/822feb0a8258c56c407c75508a2f8f19ad8e2a31), [`e1ca73e`](https://github.com/QwikDev/qwik/commit/e1ca73eaa230eb012f77f6ffa77a943e4d65f22f), [`2403f6a`](https://github.com/QwikDev/qwik/commit/2403f6a38aa9e45a4a068bd237c72375e6db61db)]:
8+
- @qwik.dev/core@2.0.0-beta.13
9+
310
## 2.0.0-beta.12
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.12",
4+
"version": "2.0.0-beta.13",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"devDependencies": {
77
"@qwik.dev/core": "workspace:*",

packages/qwik-router/CHANGELOG.md

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

3+
## 2.0.0-beta.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bd53d10`](https://github.com/QwikDev/qwik/commit/bd53d109adfee68209c512a714c26da4202d8c7e), [`2c85df4`](https://github.com/QwikDev/qwik/commit/2c85df498514334be05e5a86fe27557195db7f65), [`822feb0`](https://github.com/QwikDev/qwik/commit/822feb0a8258c56c407c75508a2f8f19ad8e2a31), [`e1ca73e`](https://github.com/QwikDev/qwik/commit/e1ca73eaa230eb012f77f6ffa77a943e4d65f22f), [`2403f6a`](https://github.com/QwikDev/qwik/commit/2403f6a38aa9e45a4a068bd237c72375e6db61db)]:
8+
- @qwik.dev/core@2.0.0-beta.13
9+
310
## 2.0.0-beta.12
411

512
### 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.12",
4+
"version": "2.0.0-beta.13",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"dependencies": {
77
"@azure/functions": "3.5.1",

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.13
4+
5+
### Minor Changes
6+
7+
- ✨ add resolve method for async computed (by [@Varixo](https://github.com/Varixo) in [#7881](https://github.com/QwikDev/qwik/pull/7881))
8+
9+
### Patch Changes
10+
11+
- 🐞🩹 checking if object is serializable in dev mode (by [@Varixo](https://github.com/Varixo) in [#8106](https://github.com/QwikDev/qwik/pull/8106))
12+
13+
- 🐞🩹 don't emit script before qwik style element (by [@Varixo](https://github.com/Varixo) in [#8124](https://github.com/QwikDev/qwik/pull/8124))
14+
15+
- 🐞🩹 ensure DOM is updated during long running tasks (by [@Varixo](https://github.com/Varixo) in [#8087](https://github.com/QwikDev/qwik/pull/8087))
16+
17+
- 🐞🩹 useId should genereate different id for ssr (by [@Varixo](https://github.com/Varixo) in [#8094](https://github.com/QwikDev/qwik/pull/8094))
18+
319
## 2.0.0-beta.12
420

521
### Major Changes

0 commit comments

Comments
 (0)