Skip to content

Commit a83ccf3

Browse files
authored
Merge pull request #8195 from QwikDev/changeset-release/build/v2
V2 Version Packages (beta)
2 parents 4555a72 + 0d4afd9 commit a83ccf3

File tree

11 files changed

+32
-5
lines changed

11 files changed

+32
-5
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@
164164
"some-birds-juggle",
165165
"some-emus-fly",
166166
"sour-zebras-tell",
167+
"spicy-rings-check",
167168
"stale-corners-flow",
168169
"strange-bottles-sleep",
169170
"strong-rules-rescue",

packages/create-qwik/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# create-qwik
22

3+
## 2.0.0-beta.16
4+
5+
- FIX: add missing execa dependency
6+
37
## 2.0.0-beta.15
48

59
## 2.0.0-beta.14

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

57
## 2.0.0-beta.14

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.15",
4+
"version": "2.0.0-beta.16",
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.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`27d4724`](https://github.com/QwikDev/qwik/commit/27d4724ba25197862fcf398c42ab65d033aa30e0)]:
8+
- @qwik.dev/[email protected]
9+
310
## 2.0.0-beta.15
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.15",
4+
"version": "2.0.0-beta.16",
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.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`27d4724`](https://github.com/QwikDev/qwik/commit/27d4724ba25197862fcf398c42ab65d033aa30e0)]:
8+
- @qwik.dev/[email protected]
9+
310
## 2.0.0-beta.15
411

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

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.16
4+
5+
### Patch Changes
6+
7+
- ✨ Introduced the QRLInternal type (by [@JerryWu1234](https://github.com/JerryWu1234) in [#8193](https://github.com/QwikDev/qwik/pull/8193))
8+
39
## 2.0.0-beta.15
410

511
### Minor Changes

0 commit comments

Comments
 (0)