diff --git a/.changeset/twenty-brooms-speak.md b/.changeset/twenty-brooms-speak.md deleted file mode 100644 index 84aed63405f..00000000000 --- a/.changeset/twenty-brooms-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-qwik': patch ---- - -refactor: tailwind starter dependencies upgraded to latest diff --git a/.changeset/wicked-foxes-behave.md b/.changeset/wicked-foxes-behave.md deleted file mode 100644 index 8ba9b3dd87c..00000000000 --- a/.changeset/wicked-foxes-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-qwik': patch ---- - -feat: added `preserveModules` to library starters to improve library bundling / tree-shaking diff --git a/packages/create-qwik/CHANGELOG.md b/packages/create-qwik/CHANGELOG.md index 329f7261de2..fd1f784c19d 100644 --- a/packages/create-qwik/CHANGELOG.md +++ b/packages/create-qwik/CHANGELOG.md @@ -1,5 +1,13 @@ # create-qwik +## 1.8.1 + +### Patch Changes + +- refactor: tailwind starter dependencies upgraded to latest (by [@thejackshelton](https://github.com/thejackshelton) in [#6783](https://github.com/QwikDev/qwik/pull/6783)) + +- ✨ added `preserveModules` to library starters to improve library bundling / tree-shaking (by [@thejackshelton](https://github.com/thejackshelton) in [#6773](https://github.com/QwikDev/qwik/pull/6773)) + ## 1.8.0 ### Patch Changes diff --git a/packages/create-qwik/package.json b/packages/create-qwik/package.json index 9dba145ed24..2a97ad286a7 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.8.0", + "version": "1.8.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 d8863d814f2..d4d8f326182 100644 --- a/packages/eslint-plugin-qwik/CHANGELOG.md +++ b/packages/eslint-plugin-qwik/CHANGELOG.md @@ -1,5 +1,7 @@ # eslint-plugin-qwik +## 1.8.1 + ## 1.8.0 ## 1.7.3 diff --git a/packages/eslint-plugin-qwik/package.json b/packages/eslint-plugin-qwik/package.json index c4e7fd015a7..3e39e8b4c7c 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.8.0", + "version": "1.8.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 bd24bcfbe0f..b9fadb7f2b5 100644 --- a/packages/qwik-city/CHANGELOG.md +++ b/packages/qwik-city/CHANGELOG.md @@ -1,5 +1,7 @@ # @builder.io/qwik-city +## 1.8.1 + ## 1.8.0 ## 1.7.3 diff --git a/packages/qwik-city/package.json b/packages/qwik-city/package.json index b36f9543da6..298a19c8bfd 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.8.0", + "version": "1.8.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 68a7f5139a3..c840ff99d8c 100644 --- a/packages/qwik/CHANGELOG.md +++ b/packages/qwik/CHANGELOG.md @@ -1,5 +1,7 @@ # @builder.io/qwik +## 1.8.1 + ## 1.8.0 ### Minor Changes diff --git a/packages/qwik/package.json b/packages/qwik/package.json index 8eac6eb07bc..29ddc814c1e 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.8.0", + "version": "1.8.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": "./dist/qwik-cli.cjs"