[ci] release (#2724)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-03-04 15:29:27 -06:00 committed by GitHub
parent 0d37f8e0a5
commit a6ee42fa17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 64 additions and 56 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/renderer-svelte': patch
---
Temporarily revert [#2715](https://github.com/withastro/astro/pull/2715) to fix `.svelte` files breaking in the static build.

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6", "astro": "^0.23.7",
"sass": "^1.49.8" "sass": "^1.49.8"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6" "astro": "^0.23.7"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6" "astro": "^0.23.7"
} }
} }

View file

@ -12,6 +12,6 @@
"serve": "astro --project-root demo preview" "serve": "astro --project-root demo preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6" "astro": "^0.23.7"
} }
} }

View file

@ -12,6 +12,6 @@
"@docsearch/react": "^1.0.0-alpha.28" "@docsearch/react": "^1.0.0-alpha.28"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6" "astro": "^0.23.7"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6" "astro": "^0.23.7"
} }
} }

View file

@ -10,7 +10,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6", "astro": "^0.23.7",
"preact": "~10.6.5", "preact": "~10.6.5",
"unocss": "^0.15.5", "unocss": "^0.15.5",
"vite-imagetools": "^4.0.1" "vite-imagetools": "^4.0.1"

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6" "astro": "^0.23.7"
} }
} }

View file

@ -10,6 +10,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-lit": "^0.4.0", "@astrojs/renderer-lit": "^0.4.0",
"astro": "^0.23.6" "astro": "^0.23.7"
} }
} }

View file

@ -10,6 +10,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-solid": "^0.4.0", "@astrojs/renderer-solid": "^0.4.0",
"astro": "^0.23.6" "astro": "^0.23.7"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6" "astro": "^0.23.7"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6" "astro": "^0.23.7"
} }
} }

View file

@ -10,6 +10,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-solid": "^0.4.0", "@astrojs/renderer-solid": "^0.4.0",
"astro": "^0.23.6" "astro": "^0.23.7"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6" "astro": "^0.23.7"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6" "astro": "^0.23.7"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6" "astro": "^0.23.7"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6" "astro": "^0.23.7"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6" "astro": "^0.23.7"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6" "astro": "^0.23.7"
} }
} }

View file

@ -11,7 +11,7 @@
"server": "node server/server.mjs" "server": "node server/server.mjs"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6", "astro": "^0.23.7",
"unocss": "^0.15.5", "unocss": "^0.15.5",
"vite-imagetools": "^4.0.1" "vite-imagetools": "^4.0.1"
}, },

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6" "astro": "^0.23.7"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6" "astro": "^0.23.7"
} }
} }

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6", "astro": "^0.23.7",
"hast-util-select": "5.0.1", "hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.0", "rehype-autolink-headings": "^6.1.0",
"rehype-slug": "^5.0.0", "rehype-slug": "^5.0.0",

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6" "astro": "^0.23.7"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6" "astro": "^0.23.7"
} }
} }

View file

@ -17,6 +17,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-solid": "^0.4.0", "@astrojs/renderer-solid": "^0.4.0",
"astro": "^0.23.6" "astro": "^0.23.7"
} }
} }

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6", "astro": "^0.23.7",
"autoprefixer": "^10.4.0", "autoprefixer": "^10.4.0",
"tailwindcss": "^3.0.5" "tailwindcss": "^3.0.5"
} }

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.23.6", "astro": "^0.23.7",
"vite-plugin-pwa": "0.11.5" "vite-plugin-pwa": "0.11.5"
} }
} }

View file

@ -1,5 +1,12 @@
# astro # astro
## 0.23.7
### Patch Changes
- Updated dependencies [[`0d37f8e0`](https://github.com/withastro/astro/commit/0d37f8e0a51ac7bcf9e108151828b733bbba6e94)]:
- @astrojs/renderer-svelte@0.5.1
## 0.23.6 ## 0.23.6
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "astro", "name": "astro",
"version": "0.23.6", "version": "0.23.7",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",
@ -64,7 +64,7 @@
"@astrojs/prism": "0.4.0", "@astrojs/prism": "0.4.0",
"@astrojs/renderer-preact": "^0.5.0", "@astrojs/renderer-preact": "^0.5.0",
"@astrojs/renderer-react": "0.5.0", "@astrojs/renderer-react": "0.5.0",
"@astrojs/renderer-svelte": "0.5.0", "@astrojs/renderer-svelte": "0.5.1",
"@astrojs/renderer-vue": "0.4.0", "@astrojs/renderer-vue": "0.4.0",
"@astropub/webapi": "^0.10.1", "@astropub/webapi": "^0.10.1",
"@babel/core": "^7.15.8", "@babel/core": "^7.15.8",

View file

@ -1,5 +1,11 @@
# @astrojs/renderer-svelte # @astrojs/renderer-svelte
## 0.5.1
### Patch Changes
- [#2722](https://github.com/withastro/astro/pull/2722) [`0d37f8e0`](https://github.com/withastro/astro/commit/0d37f8e0a51ac7bcf9e108151828b733bbba6e94) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Temporarily revert [#2715](https://github.com/withastro/astro/pull/2715) to fix `.svelte` files breaking in the static build.
## 0.5.0 ## 0.5.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/renderer-svelte", "name": "@astrojs/renderer-svelte",
"version": "0.5.0", "version": "0.5.1",
"description": "Use Svelte components within Astro", "description": "Use Svelte components within Astro",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",