From 049b40e96381ea0db68b3acba7f80f759ff6f317 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 27 Jan 2025 21:39:59 +0000 Subject: [PATCH] Version Packages --- .changeset/breezy-lizards-dress.md | 18 ----------------- .changeset/breezy-suits-notice.md | 5 ----- .changeset/bright-experts-sip.md | 5 ----- .changeset/cold-dogs-hunt.md | 5 ----- .changeset/fluffy-tools-do.md | 5 ----- .changeset/gorgeous-garlics-melt.md | 5 ----- .changeset/long-jobs-whisper.md | 5 ----- .changeset/serious-pandas-joke.md | 5 ----- .changeset/sour-beans-hope.md | 5 ----- .changeset/tidy-years-smile.md | 5 ----- .changeset/warm-tools-tickle.md | 5 ----- .changeset/witty-radios-pump.md | 5 ----- packages/create-qwik/CHANGELOG.md | 2 ++ packages/create-qwik/package.json | 2 +- packages/eslint-plugin-qwik/CHANGELOG.md | 2 ++ packages/eslint-plugin-qwik/package.json | 2 +- packages/qwik-city/CHANGELOG.md | 25 ++++++++++++++++++++++++ packages/qwik-city/package.json | 2 +- packages/qwik/CHANGELOG.md | 20 +++++++++++++++++++ packages/qwik/package.json | 2 +- 20 files changed, 53 insertions(+), 77 deletions(-) delete mode 100644 .changeset/breezy-lizards-dress.md delete mode 100644 .changeset/breezy-suits-notice.md delete mode 100644 .changeset/bright-experts-sip.md delete mode 100644 .changeset/cold-dogs-hunt.md delete mode 100644 .changeset/fluffy-tools-do.md delete mode 100644 .changeset/gorgeous-garlics-melt.md delete mode 100644 .changeset/long-jobs-whisper.md delete mode 100644 .changeset/serious-pandas-joke.md delete mode 100644 .changeset/sour-beans-hope.md delete mode 100644 .changeset/tidy-years-smile.md delete mode 100644 .changeset/warm-tools-tickle.md delete mode 100644 .changeset/witty-radios-pump.md diff --git a/.changeset/breezy-lizards-dress.md b/.changeset/breezy-lizards-dress.md deleted file mode 100644 index 06ff72f6a0b..00000000000 --- a/.changeset/breezy-lizards-dress.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'@builder.io/qwik-city': patch ---- - -FIX: MDX content now accepts `props`, including `components` that lets you use your own custom components - -To add custom components to your MDX content, you can now do this: - -```tsx -// routes/example/index.tsx -import Content from './markdown.mdx'; -import MyComponent from '../../components/my-component/my-component'; -import { component$ } from '@builder.io/qwik'; - -export default component$(() => ); -``` - -You can also use props in JS expressions. See https://mdxjs.com/docs/using-mdx/#props diff --git a/.changeset/breezy-suits-notice.md b/.changeset/breezy-suits-notice.md deleted file mode 100644 index 188278443af..00000000000 --- a/.changeset/breezy-suits-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik': patch ---- - -docs: update turso integration keywords, add contributor diff --git a/.changeset/bright-experts-sip.md b/.changeset/bright-experts-sip.md deleted file mode 100644 index 8c46c68c2e0..00000000000 --- a/.changeset/bright-experts-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik': patch ---- - -FEAT: tailwindcss v4 integration diff --git a/.changeset/cold-dogs-hunt.md b/.changeset/cold-dogs-hunt.md deleted file mode 100644 index c485883b2b5..00000000000 --- a/.changeset/cold-dogs-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik': patch ---- - -fix: remove usage of `computedStyleMap` diff --git a/.changeset/fluffy-tools-do.md b/.changeset/fluffy-tools-do.md deleted file mode 100644 index 434fbec9edf..00000000000 --- a/.changeset/fluffy-tools-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik': patch ---- - -docs: remove shop diff --git a/.changeset/gorgeous-garlics-melt.md b/.changeset/gorgeous-garlics-melt.md deleted file mode 100644 index a225ea66cda..00000000000 --- a/.changeset/gorgeous-garlics-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik': patch ---- - -fix: error in the middleware occurs 404 diff --git a/.changeset/long-jobs-whisper.md b/.changeset/long-jobs-whisper.md deleted file mode 100644 index 5a3f32b2e62..00000000000 --- a/.changeset/long-jobs-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik-city': patch ---- - -FIX: mdx not rendering diff --git a/.changeset/serious-pandas-joke.md b/.changeset/serious-pandas-joke.md deleted file mode 100644 index b8c59bc77df..00000000000 --- a/.changeset/serious-pandas-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik': patch ---- - -fix: changed turso createClient import to work with file urls, updated docs note with info & link to the corresponding section in the turso docs diff --git a/.changeset/sour-beans-hope.md b/.changeset/sour-beans-hope.md deleted file mode 100644 index a0b5104a8be..00000000000 --- a/.changeset/sour-beans-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik-city': patch ---- - -DOCS: added a "Qwik for Mobile" guide to build iOS and Android Qwik apps diff --git a/.changeset/tidy-years-smile.md b/.changeset/tidy-years-smile.md deleted file mode 100644 index a0530a4090b..00000000000 --- a/.changeset/tidy-years-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik-city': patch ---- - -FIX: some qrls weren't fetched correctly on page load diff --git a/.changeset/warm-tools-tickle.md b/.changeset/warm-tools-tickle.md deleted file mode 100644 index b1956385cae..00000000000 --- a/.changeset/warm-tools-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik': patch ---- - -docs: add Qwik blog + articles diff --git a/.changeset/witty-radios-pump.md b/.changeset/witty-radios-pump.md deleted file mode 100644 index 343132a2275..00000000000 --- a/.changeset/witty-radios-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik': patch ---- - -fix: input's value is string when passing number diff --git a/packages/create-qwik/CHANGELOG.md b/packages/create-qwik/CHANGELOG.md index 91cebac0d98..ca0dae7e30a 100644 --- a/packages/create-qwik/CHANGELOG.md +++ b/packages/create-qwik/CHANGELOG.md @@ -1,5 +1,7 @@ # create-qwik +## 1.12.1 + ## 1.12.0 ## 1.11.0 diff --git a/packages/create-qwik/package.json b/packages/create-qwik/package.json index 4bc7405819c..9c46280dd55 100644 --- a/packages/create-qwik/package.json +++ b/packages/create-qwik/package.json @@ -1,7 +1,7 @@ { "name": "create-qwik", "description": "Interactive CLI for create Qwik projects and adding features.", - "version": "1.12.0", + "version": "1.12.1", "author": "Builder.io Team", "bin": "./create-qwik.cjs", "bugs": "https://github.com/QwikDev/qwik/issues", diff --git a/packages/eslint-plugin-qwik/CHANGELOG.md b/packages/eslint-plugin-qwik/CHANGELOG.md index 793c56879a4..1e007512dc2 100644 --- a/packages/eslint-plugin-qwik/CHANGELOG.md +++ b/packages/eslint-plugin-qwik/CHANGELOG.md @@ -1,5 +1,7 @@ # eslint-plugin-qwik +## 1.12.1 + ## 1.12.0 ## 1.11.0 diff --git a/packages/eslint-plugin-qwik/package.json b/packages/eslint-plugin-qwik/package.json index ffecdd9d548..9f0bb5e4759 100644 --- a/packages/eslint-plugin-qwik/package.json +++ b/packages/eslint-plugin-qwik/package.json @@ -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": "1.12.0", + "version": "1.12.1", "author": "Builder Team", "bugs": "https://github.com/QwikDev/qwik/issues", "dependencies": { diff --git a/packages/qwik-city/CHANGELOG.md b/packages/qwik-city/CHANGELOG.md index ee01dc2955a..89e19626fce 100644 --- a/packages/qwik-city/CHANGELOG.md +++ b/packages/qwik-city/CHANGELOG.md @@ -1,5 +1,30 @@ # @builder.io/qwik-city +## 1.12.1 + +### Patch Changes + +- 🐞🩹 MDX content now accepts `props`, including `components` that lets you use your own custom components (by [@double-thinker](https://github.com/double-thinker) in [#7277](https://github.com/QwikDev/qwik/pull/7277)) + + To add custom components to your MDX content, you can now do this: + + ```tsx + // routes/example/index.tsx + import Content from './markdown.mdx'; + import MyComponent from '../../components/my-component/my-component'; + import { component$ } from '@builder.io/qwik'; + + export default component$(() => ); + ``` + + You can also use props in JS expressions. See https://mdxjs.com/docs/using-mdx/#props + +- 🐞🩹 mdx not rendering (by [@shairez](https://github.com/shairez) in [#7168](https://github.com/QwikDev/qwik/pull/7168)) + +- 📃 added a "Qwik for Mobile" guide to build iOS and Android Qwik apps (by [@srapport](https://github.com/srapport) in [#7205](https://github.com/QwikDev/qwik/pull/7205)) + +- 🐞🩹 some qrls weren't fetched correctly on page load (by [@shairez](https://github.com/shairez) in [#7286](https://github.com/QwikDev/qwik/pull/7286)) + ## 1.12.0 ### Patch Changes diff --git a/packages/qwik-city/package.json b/packages/qwik-city/package.json index b29d5c3956e..7359779ac30 100644 --- a/packages/qwik-city/package.json +++ b/packages/qwik-city/package.json @@ -1,7 +1,7 @@ { "name": "@builder.io/qwik-city", "description": "The meta-framework for Qwik.", - "version": "1.12.0", + "version": "1.12.1", "bugs": "https://github.com/QwikDev/qwik/issues", "dependencies": { "@mdx-js/mdx": "^3", diff --git a/packages/qwik/CHANGELOG.md b/packages/qwik/CHANGELOG.md index 099967fcd7c..b0342d022c7 100644 --- a/packages/qwik/CHANGELOG.md +++ b/packages/qwik/CHANGELOG.md @@ -1,5 +1,25 @@ # @builder.io/qwik +## 1.12.1 + +### Patch Changes + +- 📃 update turso integration keywords, add contributor (by [@A2-NieR](https://github.com/A2-NieR) in [#7215](https://github.com/QwikDev/qwik/pull/7215)) + +- ✨ tailwindcss v4 integration (by [@sreeisalso](https://github.com/sreeisalso) in [#7274](https://github.com/QwikDev/qwik/pull/7274)) + +- 🐞🩹 remove usage of `computedStyleMap` (by [@Varixo](https://github.com/Varixo) in [#7252](https://github.com/QwikDev/qwik/pull/7252)) + +- 📃 remove shop (by [@gioboa](https://github.com/gioboa) in [#7221](https://github.com/QwikDev/qwik/pull/7221)) + +- 🐞🩹 error in the middleware occurs 404 (by [@JerryWu1234](https://github.com/JerryWu1234) in [#6951](https://github.com/QwikDev/qwik/pull/6951)) + +- 🐞🩹 changed turso createClient import to work with file urls, updated docs note with info & link to the corresponding section in the turso docs (by [@A2-NieR](https://github.com/A2-NieR) in [#7211](https://github.com/QwikDev/qwik/pull/7211)) + +- 📃 add Qwik blog + articles (by [@gioboa](https://github.com/gioboa) in [#7214](https://github.com/QwikDev/qwik/pull/7214)) + +- 🐞🩹 input's value is string when passing number (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7249](https://github.com/QwikDev/qwik/pull/7249)) + ## 1.12.0 ### Minor Changes diff --git a/packages/qwik/package.json b/packages/qwik/package.json index 341282aa6d6..4e80baebf4e 100644 --- a/packages/qwik/package.json +++ b/packages/qwik/package.json @@ -1,7 +1,7 @@ { "name": "@builder.io/qwik", "description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.", - "version": "1.12.0", + "version": "1.12.1", "annotation": "This package.json is for internal use in the monorepo, the build actually makes a new package.json for the published package via scripts/package-json.ts", "bin": { "qwik": "./qwik-cli.cjs"