From 3c11b836af7cf9f14f3a27f11f548eec40671d5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Jul 2024 22:12:12 +0000 Subject: [PATCH] Version Packages --- .changeset/heavy-goats-approve.md | 5 ----- packages/create-qwik/CHANGELOG.md | 6 ++++++ 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 | 2 ++ packages/qwik-city/package.json | 2 +- packages/qwik/CHANGELOG.md | 2 ++ packages/qwik/package.json | 2 +- 9 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 .changeset/heavy-goats-approve.md diff --git a/.changeset/heavy-goats-approve.md b/.changeset/heavy-goats-approve.md deleted file mode 100644 index 7bdc17ce9ce..00000000000 --- a/.changeset/heavy-goats-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-qwik': patch ---- - -FIX: get the right version number in starter apps diff --git a/packages/create-qwik/CHANGELOG.md b/packages/create-qwik/CHANGELOG.md index 1c93696e4ca..08e37344cb7 100644 --- a/packages/create-qwik/CHANGELOG.md +++ b/packages/create-qwik/CHANGELOG.md @@ -1,5 +1,11 @@ # create-qwik +## 1.7.3 + +### Patch Changes + +- 🐞🩹 get the right version number in starter apps (by [@shairez](https://github.com/shairez) in [#6742](https://github.com/QwikDev/qwik/pull/6742)) + ## 1.7.2 ### Patch Changes diff --git a/packages/create-qwik/package.json b/packages/create-qwik/package.json index 1773eea669d..c13cf6a2ff2 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.7.2", + "version": "1.7.3", "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 b7465821752..85f5ce9f723 100644 --- a/packages/eslint-plugin-qwik/CHANGELOG.md +++ b/packages/eslint-plugin-qwik/CHANGELOG.md @@ -1,3 +1,5 @@ # eslint-plugin-qwik +## 1.7.3 + ## 1.7.2 diff --git a/packages/eslint-plugin-qwik/package.json b/packages/eslint-plugin-qwik/package.json index f77e42be2a9..270169fb56c 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.7.2", + "version": "1.7.3", "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 b644e082fb0..33bf4618a6f 100644 --- a/packages/qwik-city/CHANGELOG.md +++ b/packages/qwik-city/CHANGELOG.md @@ -1,5 +1,7 @@ # @builder.io/qwik-city +## 1.7.3 + ## 1.7.2 ### Patch Changes diff --git a/packages/qwik-city/package.json b/packages/qwik-city/package.json index 20e5a67d23a..0f72795dd13 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.7.2", + "version": "1.7.3", "bugs": "https://github.com/QwikDev/qwik/issues", "dependencies": { "@mdx-js/mdx": "^3.0.1", diff --git a/packages/qwik/CHANGELOG.md b/packages/qwik/CHANGELOG.md index 088111fa537..e74d37161fa 100644 --- a/packages/qwik/CHANGELOG.md +++ b/packages/qwik/CHANGELOG.md @@ -1,5 +1,7 @@ # @builder.io/qwik +## 1.7.3 + ## 1.7.2 ### Patch Changes diff --git a/packages/qwik/package.json b/packages/qwik/package.json index 53941093178..be4d021ceb8 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.7.2", + "version": "1.7.3", "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"