Skip to content

Commit

Permalink
better node
Browse files Browse the repository at this point in the history
  • Loading branch information
thejackshelton committed Dec 25, 2024
1 parent 00c008e commit 960ca08
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["@qwikdev/astro-website", "astro-deno-demo", "astro-node-demo", "astro-demo"]
"ignore": [
"@qwikdev/astro-website",
"astro-deno-demo",
"astro-node-demo",
"astro-demo",
"minimal-fixture"
]
}
5 changes: 4 additions & 1 deletion .changeset/warm-badgers-nail.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## πŸŽ„ Qwik Astro Holiday Update! (0.7) πŸŽ…

Special thanks to [Luiz Ferraz (Fryuni)](https://github.com/Fryuni) for his help with this release!

### ✨ What's New

- πŸš€ Added support for Astro 5
Expand All @@ -16,10 +18,11 @@
### πŸ› οΈ Under the Hood

- ⚑️ Faster builds: Now using Vite for entrypoint detection
- πŸ”§ Using latest version of Astro Integration Kit (18.0)
- πŸͺŸ Fixed Windows compatibility issues
- πŸ“ Better `@astrojs/mdx` compatibility
- πŸ“ A temp directory is no longer needed
- 🌐 Full support for all deployment platforms ([#179](https://github.com/QwikDev/astro/issues/179)):
- 🌐 Full support for all Astro deployment platforms ([#179](https://github.com/QwikDev/astro/issues/179)):
- Netlify
- Vercel
- Cloudflare
Expand Down

0 comments on commit 960ca08

Please sign in to comment.