diff options
author | 2023-08-15 14:12:45 -0700 | |
---|---|---|
committer | 2023-08-15 16:12:45 -0500 | |
commit | 53ad9efde482b8719e988e0d1030d29437166935 (patch) | |
tree | 32161ed01a941b4a96fcb138350f9737de64fbcc /examples/with-tailwindcss | |
parent | 56e7c5177bd61b404978dc9b82e2d34d76a4b2f9 (diff) | |
download | astro-create-astro@3.2.1.tar.gz astro-create-astro@3.2.1.tar.zst astro-create-astro@3.2.1.zip |
[ci] release (#8090)create-astro@3.2.1astro@2.10.9
* [ci] release
* Update packages/create-astro/CHANGELOG.md
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Diffstat (limited to 'examples/with-tailwindcss')
-rw-r--r-- | examples/with-tailwindcss/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 8e4ae5e4b..e0195c8b7 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/tailwind": "^4.0.0", "@types/canvas-confetti": "^1.6.0", - "astro": "^2.10.8", + "astro": "^2.10.9", "autoprefixer": "^10.4.14", "canvas-confetti": "^1.6.0", "postcss": "^8.4.24", |