[ci] release (#2808)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
9a5d58d5ba
commit
2b89613539
34 changed files with 87 additions and 74 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@astrojs/renderer-svelte': patch
|
||||
---
|
||||
|
||||
Remove "PostCSS configuration was not passed or is invalid" error when using the Svelte renderer
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fix a warning from Vite regarding internal sourcemaps
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/renderer-preact": "^0.5.0",
|
||||
"astro": "^0.24.2",
|
||||
"astro": "^0.24.3",
|
||||
"sass": "^1.49.9"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.24.2",
|
||||
"astro": "^0.24.3",
|
||||
"@astrojs/renderer-preact": "^0.5.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@example/my-component": "workspace:*",
|
||||
"astro": "^0.24.2"
|
||||
"astro": "^0.24.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
"serve": "astro --project-root demo preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.24.2"
|
||||
"astro": "^0.24.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,6 +19,6 @@
|
|||
"devDependencies": {
|
||||
"@astrojs/renderer-preact": "^0.5.0",
|
||||
"@astrojs/renderer-react": "^0.5.0",
|
||||
"astro": "^0.24.2"
|
||||
"astro": "^0.24.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.24.2"
|
||||
"astro": "^0.24.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.24.2"
|
||||
"astro": "^0.24.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/renderer-lit": "^0.4.0",
|
||||
"astro": "^0.24.2"
|
||||
"astro": "^0.24.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
"@astrojs/renderer-preact": "^0.5.0",
|
||||
"@astrojs/renderer-react": "^0.5.0",
|
||||
"@astrojs/renderer-solid": "^0.4.0",
|
||||
"@astrojs/renderer-svelte": "^0.5.1",
|
||||
"@astrojs/renderer-svelte": "^0.5.2",
|
||||
"@astrojs/renderer-vue": "^0.4.0",
|
||||
"astro": "^0.24.2"
|
||||
"astro": "^0.24.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/renderer-preact": "^0.5.0",
|
||||
"astro": "^0.24.2"
|
||||
"astro": "^0.24.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/renderer-react": "^0.5.0",
|
||||
"astro": "^0.24.2"
|
||||
"astro": "^0.24.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/renderer-solid": "^0.4.0",
|
||||
"astro": "^0.24.2"
|
||||
"astro": "^0.24.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/renderer-svelte": "^0.5.1",
|
||||
"astro": "^0.24.2"
|
||||
"@astrojs/renderer-svelte": "^0.5.2",
|
||||
"astro": "^0.24.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/renderer-vue": "^0.4.0",
|
||||
"astro": "^0.24.2"
|
||||
"astro": "^0.24.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.24.2"
|
||||
"astro": "^0.24.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.24.2"
|
||||
"astro": "^0.24.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/renderer-preact": "^0.5.0",
|
||||
"astro": "^0.24.2",
|
||||
"astro": "^0.24.3",
|
||||
"sass": "^1.49.9"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
"server": "node server/server.mjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/renderer-svelte": "^0.5.1",
|
||||
"astro": "^0.24.2",
|
||||
"@astrojs/renderer-svelte": "^0.5.2",
|
||||
"astro": "^0.24.3",
|
||||
"unocss": "^0.15.6",
|
||||
"vite-imagetools": "^4.0.3"
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.24.2"
|
||||
"astro": "^0.24.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/renderer-react": "^0.5.0",
|
||||
"astro": "^0.24.2",
|
||||
"astro": "^0.24.3",
|
||||
"sass": "^1.49.9"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/markdown-remark": "^0.6.4",
|
||||
"astro": "^0.24.2",
|
||||
"astro": "^0.24.3",
|
||||
"hast-util-select": "5.0.1",
|
||||
"rehype-autolink-headings": "^6.1.1",
|
||||
"rehype-slug": "^5.0.1",
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/markdown-remark": "^0.6.4",
|
||||
"astro": "^0.24.2"
|
||||
"astro": "^0.24.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
"@astrojs/markdown-remark": "^0.6.4",
|
||||
"@astrojs/renderer-preact": "^0.5.0",
|
||||
"@astrojs/renderer-react": "^0.5.0",
|
||||
"@astrojs/renderer-svelte": "^0.5.1",
|
||||
"@astrojs/renderer-svelte": "^0.5.2",
|
||||
"@astrojs/renderer-vue": "^0.4.0",
|
||||
"astro": "^0.24.2"
|
||||
"astro": "^0.24.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
"@astrojs/renderer-preact": "^0.5.0",
|
||||
"@astrojs/renderer-react": "^0.5.0",
|
||||
"@astrojs/renderer-solid": "^0.4.0",
|
||||
"@astrojs/renderer-svelte": "^0.5.1",
|
||||
"@astrojs/renderer-svelte": "^0.5.2",
|
||||
"@astrojs/renderer-vue": "^0.4.0",
|
||||
"astro": "^0.24.2"
|
||||
"astro": "^0.24.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/renderer-preact": "^0.5.0",
|
||||
"astro": "^0.24.2",
|
||||
"astro": "^0.24.3",
|
||||
"autoprefixer": "^10.4.2",
|
||||
"postcss": "^8.4.8",
|
||||
"tailwindcss": "^3.0.23"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.24.2",
|
||||
"astro": "^0.24.3",
|
||||
"vite-plugin-pwa": "0.11.11",
|
||||
"workbox-window": "^6.5.1"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
# astro
|
||||
|
||||
## 0.24.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2806](https://github.com/withastro/astro/pull/2806) [`9e59ec92`](https://github.com/withastro/astro/commit/9e59ec921fe539233a1a22b9f0c34ca3cfd05247) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix a warning from Vite regarding internal sourcemaps
|
||||
|
||||
- Updated dependencies [[`79282163`](https://github.com/withastro/astro/commit/79282163e229bfe332b1221be3099f751b05807b)]:
|
||||
- @astrojs/renderer-svelte@0.5.2
|
||||
|
||||
## 0.24.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "astro",
|
||||
"version": "0.24.2",
|
||||
"version": "0.24.3",
|
||||
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
|
@ -67,7 +67,7 @@
|
|||
"@astrojs/prism": "0.4.0",
|
||||
"@astrojs/renderer-preact": "^0.5.0",
|
||||
"@astrojs/renderer-react": "0.5.0",
|
||||
"@astrojs/renderer-svelte": "0.5.1",
|
||||
"@astrojs/renderer-svelte": "0.5.2",
|
||||
"@astrojs/renderer-vue": "0.4.0",
|
||||
"@astrojs/webapi": "^0.11.0",
|
||||
"@babel/core": "^7.17.5",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/renderer-svelte
|
||||
|
||||
## 0.5.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2807](https://github.com/withastro/astro/pull/2807) [`79282163`](https://github.com/withastro/astro/commit/79282163e229bfe332b1221be3099f751b05807b) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Remove "PostCSS configuration was not passed or is invalid" error when using the Svelte renderer
|
||||
|
||||
## 0.5.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/renderer-svelte",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2",
|
||||
"description": "Use Svelte components within Astro",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
|
|
8
scripts/CHANGELOG.md
Normal file
8
scripts/CHANGELOG.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# astro-scripts
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`79282163`](https://github.com/withastro/astro/commit/79282163e229bfe332b1221be3099f751b05807b)]:
|
||||
- @astrojs/renderer-svelte@0.5.2
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "astro-scripts",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "./index.js",
|
||||
|
|
Loading…
Reference in a new issue