diff --git a/.changeset/brown-berries-eat.md b/.changeset/brown-berries-eat.md deleted file mode 100644 index 540fe6d39..000000000 --- a/.changeset/brown-berries-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/preact': minor ---- - -Automatically set up Preact DevTools bridge when running `astro dev`. diff --git a/.changeset/eleven-baboons-try.md b/.changeset/eleven-baboons-try.md deleted file mode 100644 index f953ae10c..000000000 --- a/.changeset/eleven-baboons-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': minor ---- - -Added a `background` option to specify a background color to replace transparent pixels (alpha layer). diff --git a/.changeset/giant-beds-beam.md b/.changeset/giant-beds-beam.md deleted file mode 100644 index 0aaae5db6..000000000 --- a/.changeset/giant-beds-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Add cyclic ref detection when serializing props diff --git a/.changeset/nice-cameras-hug.md b/.changeset/nice-cameras-hug.md deleted file mode 100644 index 11d4cecd1..000000000 --- a/.changeset/nice-cameras-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix bug with using `assert` as import identifier diff --git a/.changeset/soft-icons-travel.md b/.changeset/soft-icons-travel.md deleted file mode 100644 index 3d7b9f962..000000000 --- a/.changeset/soft-icons-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix for components, declared with JSXMemberExpression nodes, that failed to hydrate due to incomplete 'component-export' metadata diff --git a/.changeset/swift-wolves-argue.md b/.changeset/swift-wolves-argue.md deleted file mode 100644 index af8bff1fb..000000000 --- a/.changeset/swift-wolves-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': patch ---- - -Fixes a bug related to filenames for remote images in SSG builds diff --git a/examples/basics/package.json b/examples/basics/package.json index 2820756ba..36b26f934 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.6" + "astro": "^1.1.7" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 141c81ab8..920624ff8 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.6", + "astro": "^1.1.7", "@astrojs/mdx": "^0.11.1", "@astrojs/rss": "^1.0.0", "@astrojs/sitemap": "^1.0.0" diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index 80a5480be..02a897a7a 100644 --- a/examples/component/demo/package.json +++ b/examples/component/demo/package.json @@ -11,6 +11,6 @@ }, "devDependencies": { "@example/my-component": "workspace:*", - "astro": "^1.1.6" + "astro": "^1.1.7" } } diff --git a/examples/component/package.json b/examples/component/package.json index 35958f0b0..96d1b5c5c 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -8,6 +8,6 @@ "serve": "astro --root demo preview" }, "dependencies": { - "astro": "^1.1.6" + "astro": "^1.1.7" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index d951800be..96a7aa29c 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -11,12 +11,12 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.6", + "astro": "^1.1.7", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", "@astrojs/react": "^1.1.0", - "@astrojs/preact": "^1.0.2", + "@astrojs/preact": "^1.1.0", "@algolia/client-search": "^4.13.1", "@docsearch/css": "^3.1.0", "@docsearch/react": "^3.1.0", diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 8f4fe38c0..ecead3157 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.6", + "astro": "^1.1.7", "alpinejs": "^3.10.2", "@astrojs/alpinejs": "^0.1.2", "@types/alpinejs": "^3.7.0" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index bd3db1cd9..d9ea200a7 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.6", + "astro": "^1.1.7", "lit": "^2.2.5", "@astrojs/lit": "^1.0.0", "@webcomponents/template-shadowroot": "^0.1.0" diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 49467a2b0..63bff5342 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,14 +10,14 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.6", + "astro": "^1.1.7", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", "solid-js": "^1.4.3", "svelte": "^3.48.0", "vue": "^3.2.37", - "@astrojs/preact": "^1.0.2", + "@astrojs/preact": "^1.1.0", "@astrojs/react": "^1.1.0", "@astrojs/solid-js": "^1.1.0", "@astrojs/svelte": "^1.0.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 3442809f8..86fa870bd 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.6", + "astro": "^1.1.7", "preact": "^10.7.3", - "@astrojs/preact": "^1.0.2" + "@astrojs/preact": "^1.1.0" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 98182f911..a68fbd845 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.6", + "astro": "^1.1.7", "react": "^18.1.0", "react-dom": "^18.1.0", "@astrojs/react": "^1.1.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 0efc31906..55392d4df 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.6", + "astro": "^1.1.7", "solid-js": "^1.4.3", "@astrojs/solid-js": "^1.1.0" } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 467785540..25c5252d7 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,6 +12,6 @@ "dependencies": { "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.0", - "astro": "^1.1.6" + "astro": "^1.1.7" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 6e139cbec..b14317693 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.6", + "astro": "^1.1.7", "vue": "^3.2.37", "@astrojs/vue": "^1.0.1" } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 62de8b1cd..05284048d 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.6" + "astro": "^1.1.7" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 7a84da998..83d238c44 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.6" + "astro": "^1.1.7" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index b184de383..69f7a343e 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.6" + "astro": "^1.1.7" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index f122ed1e5..ef957afc8 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,7 +12,7 @@ }, "devDependencies": {}, "dependencies": { - "astro": "^1.1.6", + "astro": "^1.1.7", "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.0", "@astrojs/node": "^1.0.1", diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 378683c19..7262a8b2e 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.6", + "astro": "^1.1.7", "@astrojs/markdown-remark": "^1.1.0", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index eabf835b0..1a7936dc7 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.6" + "astro": "^1.1.7" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index fe71432c5..22446d4d4 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.6", + "astro": "^1.1.7", "preact": "^10.6.5", - "@astrojs/preact": "^1.0.2", + "@astrojs/preact": "^1.1.0", "@astrojs/mdx": "^0.11.1" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 550a4fa9f..81f93325a 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.6", + "astro": "^1.1.7", "preact": "^10.7.3", - "@astrojs/preact": "^1.0.2", + "@astrojs/preact": "^1.1.0", "nanostores": "^0.5.12", "@nanostores/preact": "^0.1.3" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index e7fe0a909..7688bf6eb 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.6", + "astro": "^1.1.7", "@astrojs/tailwind": "^1.0.0", "autoprefixer": "^10.4.7", "canvas-confetti": "^1.5.1", diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index ddc48bb85..8c72a34e8 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.6", + "astro": "^1.1.7", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 5071f2db5..c7edbeac6 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^1.1.6", + "astro": "^1.1.7", "vitest": "^0.20.3" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 27ee31f29..27b36d8d3 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,15 @@ # astro +## 1.1.7 + +### Patch Changes + +- [#4646](https://github.com/withastro/astro/pull/4646) [`98f242cdc`](https://github.com/withastro/astro/commit/98f242cdcd860679ad787ffb387558cb1dc93b87) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Add cyclic ref detection when serializing props + +- [#4656](https://github.com/withastro/astro/pull/4656) [`6d845c353`](https://github.com/withastro/astro/commit/6d845c353d5688f30787c4361f86c605fb638dd9) Thanks [@matthewp](https://github.com/matthewp)! - Fix bug with using `assert` as import identifier + +- [#4403](https://github.com/withastro/astro/pull/4403) [`d31e72c3b`](https://github.com/withastro/astro/commit/d31e72c3ba8270d1e8d33c533502b3c4c6390a15) Thanks [@JohnDaly](https://github.com/JohnDaly)! - Fix for components, declared with JSXMemberExpression nodes, that failed to hydrate due to incomplete 'component-export' metadata + ## 1.1.6 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index ae085735e..82c848ad3 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.1.6", + "version": "1.1.7", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index 6b55539d2..8e79766bc 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/image +## 0.6.0 + +### Minor Changes + +- [#4642](https://github.com/withastro/astro/pull/4642) [`e4348a4eb`](https://github.com/withastro/astro/commit/e4348a4eb49466579204eb5f7fb8823736f467c0) Thanks [@beeb](https://github.com/beeb)! - Added a `background` option to specify a background color to replace transparent pixels (alpha layer). + +### Patch Changes + +- [#4649](https://github.com/withastro/astro/pull/4649) [`db70afdcd`](https://github.com/withastro/astro/commit/db70afdcd5b7d6b39c9953e88dbdadc5e3a93175) Thanks [@tony-sull](https://github.com/tony-sull)! - Fixes a bug related to filenames for remote images in SSG builds + ## 0.5.1 ### Patch Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 6ed535695..a72bf0ecd 100644 --- a/packages/integrations/image/package.json +++ b/packages/integrations/image/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/image", "description": "Load and transform images in your Astro site.", - "version": "0.5.1", + "version": "0.6.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md index 0aec18097..f0050cab6 100644 --- a/packages/integrations/preact/CHANGELOG.md +++ b/packages/integrations/preact/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/preact +## 1.1.0 + +### Minor Changes + +- [#4515](https://github.com/withastro/astro/pull/4515) [`999250d65`](https://github.com/withastro/astro/commit/999250d651996c2833b747b84447aa4e97c91a38) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Automatically set up Preact DevTools bridge when running `astro dev`. + ## 1.0.2 ### Patch Changes diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index 9660e5c86..2aa24cac9 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/preact", "description": "Use Preact components within Astro", - "version": "1.0.2", + "version": "1.1.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e3667f8e7..f2e7f3f05 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -56,7 +56,7 @@ importers: examples/basics: specifiers: - astro: ^1.1.6 + astro: ^1.1.7 dependencies: astro: link:../../packages/astro @@ -65,7 +65,7 @@ importers: '@astrojs/mdx': ^0.11.1 '@astrojs/rss': ^1.0.0 '@astrojs/sitemap': ^1.0.0 - astro: ^1.1.6 + astro: ^1.1.7 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/rss': link:../../packages/astro-rss @@ -74,14 +74,14 @@ importers: examples/component: specifiers: - astro: ^1.1.6 + astro: ^1.1.7 dependencies: astro: link:../../packages/astro examples/component/demo: specifiers: '@example/my-component': workspace:* - astro: ^1.1.6 + astro: ^1.1.7 devDependencies: '@example/my-component': link:../packages/my-component astro: link:../../../packages/astro @@ -92,14 +92,14 @@ importers: examples/docs: specifiers: '@algolia/client-search': ^4.13.1 - '@astrojs/preact': ^1.0.2 + '@astrojs/preact': ^1.1.0 '@astrojs/react': ^1.1.0 '@docsearch/css': ^3.1.0 '@docsearch/react': ^3.1.0 '@types/node': ^18.0.0 '@types/react': ^17.0.45 '@types/react-dom': ^18.0.0 - astro: ^1.1.6 + astro: ^1.1.7 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -122,7 +122,7 @@ importers: '@astrojs/alpinejs': ^0.1.2 '@types/alpinejs': ^3.7.0 alpinejs: ^3.10.2 - astro: ^1.1.6 + astro: ^1.1.7 dependencies: '@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@types/alpinejs': 3.7.0 @@ -133,7 +133,7 @@ importers: specifiers: '@astrojs/lit': ^1.0.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.1.6 + astro: ^1.1.7 lit: ^2.2.5 dependencies: '@astrojs/lit': link:../../packages/integrations/lit @@ -143,12 +143,12 @@ importers: examples/framework-multiple: specifiers: - '@astrojs/preact': ^1.0.2 + '@astrojs/preact': ^1.1.0 '@astrojs/react': ^1.1.0 '@astrojs/solid-js': ^1.1.0 '@astrojs/svelte': ^1.0.0 '@astrojs/vue': ^1.0.1 - astro: ^1.1.6 + astro: ^1.1.7 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -171,8 +171,8 @@ importers: examples/framework-preact: specifiers: - '@astrojs/preact': ^1.0.2 - astro: ^1.1.6 + '@astrojs/preact': ^1.1.0 + astro: ^1.1.7 preact: ^10.7.3 dependencies: '@astrojs/preact': link:../../packages/integrations/preact @@ -184,7 +184,7 @@ importers: '@astrojs/react': ^1.1.0 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^1.1.6 + astro: ^1.1.7 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -198,7 +198,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^1.1.0 - astro: ^1.1.6 + astro: ^1.1.7 solid-js: ^1.4.3 dependencies: '@astrojs/solid-js': link:../../packages/integrations/solid @@ -208,7 +208,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^1.0.0 - astro: ^1.1.6 + astro: ^1.1.7 svelte: ^3.48.0 dependencies: '@astrojs/svelte': link:../../packages/integrations/svelte @@ -218,7 +218,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^1.0.1 - astro: ^1.1.6 + astro: ^1.1.7 vue: ^3.2.37 dependencies: '@astrojs/vue': link:../../packages/integrations/vue @@ -227,19 +227,19 @@ importers: examples/minimal: specifiers: - astro: ^1.1.6 + astro: ^1.1.7 dependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.1.6 + astro: ^1.1.7 dependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - astro: ^1.1.6 + astro: ^1.1.7 dependencies: astro: link:../../packages/astro @@ -247,7 +247,7 @@ importers: specifiers: '@astrojs/node': ^1.0.1 '@astrojs/svelte': ^1.0.0 - astro: ^1.1.6 + astro: ^1.1.7 concurrently: ^7.2.1 lightcookie: ^1.0.25 svelte: ^3.48.0 @@ -266,7 +266,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^1.1.0 - astro: ^1.1.6 + astro: ^1.1.7 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -283,15 +283,15 @@ importers: examples/with-markdown-shiki: specifiers: - astro: ^1.1.6 + astro: ^1.1.7 dependencies: astro: link:../../packages/astro examples/with-mdx: specifiers: '@astrojs/mdx': ^0.11.1 - '@astrojs/preact': ^1.0.2 - astro: ^1.1.6 + '@astrojs/preact': ^1.1.0 + astro: ^1.1.7 preact: ^10.6.5 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -301,9 +301,9 @@ importers: examples/with-nanostores: specifiers: - '@astrojs/preact': ^1.0.2 + '@astrojs/preact': ^1.1.0 '@nanostores/preact': ^0.1.3 - astro: ^1.1.6 + astro: ^1.1.7 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -316,7 +316,7 @@ importers: examples/with-tailwindcss: specifiers: '@astrojs/tailwind': ^1.0.0 - astro: ^1.1.6 + astro: ^1.1.7 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -331,7 +331,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.1.6 + astro: ^1.1.7 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 dependencies: @@ -341,7 +341,7 @@ importers: examples/with-vitest: specifiers: - astro: ^1.1.6 + astro: ^1.1.7 vitest: ^0.20.3 dependencies: astro: link:../../packages/astro