diff --git a/.changeset/few-geese-approve.md b/.changeset/few-geese-approve.md deleted file mode 100644 index 8d1cbe00bdc..00000000000 --- a/.changeset/few-geese-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik-city': patch ---- - -FIX: include route bundles when their matching origin is not the first manifest origin diff --git a/.changeset/five-geese-grab.md b/.changeset/five-geese-grab.md deleted file mode 100644 index 104711a77e7..00000000000 --- a/.changeset/five-geese-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik-city': patch ---- - -fix: Bun and Deno request URL normalization to prevent protocol-relative paths from overriding the configured origin diff --git a/.changeset/old-mails-swim.md b/.changeset/old-mails-swim.md deleted file mode 100644 index 433bb96fb10..00000000000 --- a/.changeset/old-mails-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik-city': minor ---- - -FIX: The server plugins were not actually sorted and were relying on directory traversal order. Now they are explicitly sorted by ascending name. diff --git a/.changeset/swift-numbers-reply.md b/.changeset/swift-numbers-reply.md deleted file mode 100644 index 3db62e7789e..00000000000 --- a/.changeset/swift-numbers-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik-city': patch ---- - -FEAT: getRequestEvent() provides the current request event; used in the starter templates for providing better diagnostics in uncaught exceptions diff --git a/packages/create-qwik/CHANGELOG.md b/packages/create-qwik/CHANGELOG.md index 87133fe9fb6..1860f6a8439 100644 --- a/packages/create-qwik/CHANGELOG.md +++ b/packages/create-qwik/CHANGELOG.md @@ -1,5 +1,7 @@ # create-qwik +## 1.20.0 + ## 1.19.2 ## 1.19.1 diff --git a/packages/create-qwik/package.json b/packages/create-qwik/package.json index 9f1a915fb3c..5d64f6c0ccd 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.19.2", + "version": "1.20.0", "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 5d43d7a5f3f..d07b3d211cb 100644 --- a/packages/eslint-plugin-qwik/CHANGELOG.md +++ b/packages/eslint-plugin-qwik/CHANGELOG.md @@ -1,5 +1,7 @@ # eslint-plugin-qwik +## 1.20.0 + ## 1.19.2 ## 1.19.1 diff --git a/packages/eslint-plugin-qwik/package.json b/packages/eslint-plugin-qwik/package.json index c44c232721e..0be5a9331f2 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.19.2", + "version": "1.20.0", "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 73fac25e4fb..f2b63a16e6a 100644 --- a/packages/qwik-city/CHANGELOG.md +++ b/packages/qwik-city/CHANGELOG.md @@ -1,5 +1,19 @@ # @builder.io/qwik-city +## 1.20.0 + +### Minor Changes + +- 🐞🩹 The server plugins were not actually sorted and were relying on directory traversal order. Now they are explicitly sorted by ascending name. (by [@wmertens](https://github.com/wmertens) in [#8568](https://github.com/QwikDev/qwik/pull/8568)) + +### Patch Changes + +- 🐞🩹 include route bundles when their matching origin is not the first manifest origin (by [@Varixo](https://github.com/Varixo) in [#8455](https://github.com/QwikDev/qwik/pull/8455)) + +- 🐞🩹 Bun and Deno request URL normalization to prevent protocol-relative paths from overriding the configured origin (by [@Varixo](https://github.com/Varixo) in [#8463](https://github.com/QwikDev/qwik/pull/8463)) + +- ✨ getRequestEvent() provides the current request event; used in the starter templates for providing better diagnostics in uncaught exceptions (by [@wmertens](https://github.com/wmertens) in [#8655](https://github.com/QwikDev/qwik/pull/8655)) + ## 1.19.2 ### Patch Changes diff --git a/packages/qwik-city/package.json b/packages/qwik-city/package.json index 1b73b2fbc0f..2a1e5b888a6 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.19.2", + "version": "1.20.0", "bugs": "https://github.com/QwikDev/qwik/issues", "dependencies": { "@mdx-js/mdx": "^3.1.1", diff --git a/packages/qwik/CHANGELOG.md b/packages/qwik/CHANGELOG.md index e6bd870f660..ee3346d113f 100644 --- a/packages/qwik/CHANGELOG.md +++ b/packages/qwik/CHANGELOG.md @@ -1,5 +1,7 @@ # @builder.io/qwik +## 1.20.0 + ## 1.19.2 ### Patch Changes diff --git a/packages/qwik/package.json b/packages/qwik/package.json index e6e4e175e33..03df2ba8849 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.19.2", + "version": "1.20.0", "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"