Skip to content

Commit

Permalink
Version Packages (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 17, 2025
1 parent 9b92141 commit 7eff689
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"hip-hornets-cheer",
"loud-dolphins-relate",
"mean-dingos-hug",
"neat-maps-tickle",
"nervous-terms-explode",
"nine-otters-repeat",
"proud-pillows-try",
Expand All @@ -41,12 +42,14 @@
"rich-wasps-tease",
"rotten-weeks-tickle",
"shaggy-poems-return",
"slimy-weeks-hope",
"sour-zebras-tell",
"sweet-socks-whisper",
"thirty-ravens-draw",
"tiny-berries-bow",
"tricky-meals-heal",
"twenty-goats-flow",
"unlucky-dodos-grab",
"wild-cooks-pay",
"witty-balloons-thank"
]
Expand Down
2 changes: 2 additions & 0 deletions packages/create-qwik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# create-qwik

## 2.0.0-alpha.6

## 2.0.0-alpha.5

## 2.0.0-alpha.4
Expand Down
2 changes: 1 addition & 1 deletion packages/create-qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-qwik",
"description": "Interactive CLI for create Qwik projects and adding features.",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"author": "Qwik Team",
"bin": "./create-qwik.cjs",
"bugs": "https://github.com/QwikDev/qwik/issues",
Expand Down
2 changes: 2 additions & 0 deletions packages/eslint-plugin-qwik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# eslint-plugin-qwik

## 2.0.0-alpha.6

## 2.0.0-alpha.5

## 2.0.0-alpha.4
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-qwik",
"description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"author": "Qwik Team",
"bugs": "https://github.com/QwikDev/qwik/issues",
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/qwik-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @qwik.dev/react

## 2.0.0-alpha.6

### Patch Changes

- Updated dependencies [[`3065344`](https://github.com/QwikDev/qwik/commit/3065344906c882998e7fd276a92df62e10c51cf6), [`dc08212`](https://github.com/QwikDev/qwik/commit/dc08212ef5e2157aa401dcb13419fc452f10d523), [`decee40`](https://github.com/QwikDev/qwik/commit/decee4066bf8ecf2cc6db976bc7ecae9ecf59ceb)]:
- @qwik.dev/core@2.0.0-alpha.6

## 2.0.0-alpha.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qwik.dev/react",
"description": "Qwik React allows adding React components into existing Qwik application",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"bugs": "https://github.com/QwikDev/qwik/issues",
"devDependencies": {
"@qwik.dev/core": "workspace:*",
Expand Down
2 changes: 2 additions & 0 deletions packages/qwik-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @qwik.dev/city

## 2.0.0-alpha.6

## 2.0.0-alpha.5

## 2.0.0-alpha.4
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qwik.dev/router",
"description": "The router for Qwik.",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"bugs": "https://github.com/QwikDev/qwik/issues",
"dependencies": {
"@mdx-js/mdx": "^3",
Expand Down
10 changes: 10 additions & 0 deletions packages/qwik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @qwik.dev/core

## 2.0.0-alpha.6

### Patch Changes

- 🐞🩹 input's value is string when passing number (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7182](https://github.com/QwikDev/qwik/pull/7182))

- 🐞🩹 retry vnode diffing on promise throw (by [@Varixo](https://github.com/Varixo) in [#7259](https://github.com/QwikDev/qwik/pull/7259))

- 🐞🩹 convert destructured array's props to signal (by [@Varixo](https://github.com/Varixo) in [#7217](https://github.com/QwikDev/qwik/pull/7217))

## 2.0.0-alpha.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qwik.dev/core",
"description": "An open source framework for building instant loading web apps at any scale, without the extra effort.",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"author": "Qwik Team",
"bin": {
"qwik": "./qwik-cli.cjs"
Expand Down

0 comments on commit 7eff689

Please sign in to comment.