Version Packages (#1928)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
e6aaeff50c
commit
b4818701fe
47 changed files with 126 additions and 119 deletions
|
@ -1,9 +0,0 @@
|
||||||
---
|
|
||||||
'@astrojs/renderer-lit': minor
|
|
||||||
'@astrojs/renderer-preact': minor
|
|
||||||
'@astrojs/renderer-react': minor
|
|
||||||
'@astrojs/renderer-solid': minor
|
|
||||||
'@astrojs/renderer-svelte': minor
|
|
||||||
'@astrojs/renderer-vue': minor
|
|
||||||
---
|
|
||||||
Updated framework renderers for the v0.21.0 release of Astro. Assorted changes and a new renderer interface are included in this release.
|
|
|
@ -1,4 +0,0 @@
|
||||||
---
|
|
||||||
'@astrojs/markdown-remark': minor
|
|
||||||
---
|
|
||||||
Initial release.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@astrojs/prism': patch
|
|
||||||
---
|
|
||||||
- Adds compatibility to work with Astro 0.21.
|
|
||||||
- New typings added for the primary export.
|
|
|
@ -1,11 +0,0 @@
|
||||||
---
|
|
||||||
'astro': minor
|
|
||||||
---
|
|
||||||
Astro 0.21 is here! [Read the complete migration guide](https://docs.astro.build/migration/0.21.0/).
|
|
||||||
|
|
||||||
This new version of Astro includes:
|
|
||||||
|
|
||||||
- A new, faster, [Go-based compiler](https://github.com/snowpackjs/astro-compiler)
|
|
||||||
- A completely new runtime backed by [Vite](https://vitejs.dev/), with significantly dev experience improvements
|
|
||||||
- Improved support for loading Astro config files, including `.cjs`, `.js`, and `.ts` files
|
|
||||||
- And [many more features](https://astro.build/blog/astro-021-preview/)!
|
|
|
@ -1,47 +0,0 @@
|
||||||
{
|
|
||||||
"mode": "exit",
|
|
||||||
"tag": "next",
|
|
||||||
"initialVersions": {
|
|
||||||
"docs": "0.0.7",
|
|
||||||
"@example/blog": "0.0.1",
|
|
||||||
"@example/blog-multiple-authors": "0.0.1",
|
|
||||||
"@example/docs": "0.0.1",
|
|
||||||
"@example/framework-lit": "0.0.1",
|
|
||||||
"@example/framework-multiple": "0.0.1",
|
|
||||||
"@example/framework-preact": "0.0.1",
|
|
||||||
"@example/framework-react": "0.0.1",
|
|
||||||
"@example/framework-solid": "0.0.1",
|
|
||||||
"@example/framework-svelte": "0.0.1",
|
|
||||||
"@example/framework-vue": "0.0.1",
|
|
||||||
"@example/minimal": "0.0.1",
|
|
||||||
"@example/portfolio": "0.0.1",
|
|
||||||
"@example/starter": "0.0.1",
|
|
||||||
"@example/with-markdown": "0.0.1",
|
|
||||||
"@example/with-markdown-plugins": "0.0.2",
|
|
||||||
"@example/with-nanostores": "0.0.1",
|
|
||||||
"@example/with-tailwindcss": "0.0.1",
|
|
||||||
"astro": "0.20.12",
|
|
||||||
"@astrojs/parser": "0.20.2",
|
|
||||||
"@astrojs/prism": "0.2.2",
|
|
||||||
"@astrojs/astro-test-builtins-dep": "0.0.1",
|
|
||||||
"@astrojs/test-custom-element-renderer": "0.0.1",
|
|
||||||
"create-astro": "0.6.6",
|
|
||||||
"@astrojs/markdown-remark": "0.3.1",
|
|
||||||
"@astrojs/renderer-lit": "0.1.2",
|
|
||||||
"@astrojs/renderer-preact": "0.2.2",
|
|
||||||
"@astrojs/renderer-react": "0.2.2",
|
|
||||||
"@astrojs/renderer-solid": "0.1.1",
|
|
||||||
"@astrojs/renderer-svelte": "0.1.2",
|
|
||||||
"@astrojs/renderer-vue": "0.1.9",
|
|
||||||
"astro-scripts": "0.0.1",
|
|
||||||
"www": "1.1.0",
|
|
||||||
"@example/portfolio-svelte": "0.0.1",
|
|
||||||
"@example/subpath": "0.0.1"
|
|
||||||
},
|
|
||||||
"changesets": [
|
|
||||||
"changeset-1",
|
|
||||||
"changeset-2",
|
|
||||||
"changeset-3",
|
|
||||||
"changeset-4"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.12"
|
"astro": "^0.21.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.12"
|
"astro": "^0.21.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"@docsearch/react": "^1.0.0-alpha.27"
|
"@docsearch/react": "^1.0.0-alpha.27"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.12",
|
"astro": "^0.21.0",
|
||||||
"@snowpack/plugin-dotenv": "^2.1.0"
|
"@snowpack/plugin-dotenv": "^2.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/renderer-lit": "^0.2.0-next.0",
|
"@astrojs/renderer-lit": "^0.2.0",
|
||||||
"astro": "^0.21.0-next.12"
|
"astro": "^0.21.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/renderer-solid": "^0.2.0-next.1",
|
"@astrojs/renderer-solid": "^0.2.0",
|
||||||
"astro": "^0.21.0-next.12"
|
"astro": "^0.21.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.12"
|
"astro": "^0.21.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.12"
|
"astro": "^0.21.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/renderer-solid": "^0.2.0-next.1",
|
"@astrojs/renderer-solid": "^0.2.0",
|
||||||
"astro": "^0.21.0-next.12"
|
"astro": "^0.21.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.12"
|
"astro": "^0.21.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.12"
|
"astro": "^0.21.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.12"
|
"astro": "^0.21.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.12"
|
"astro": "^0.21.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.12"
|
"astro": "^0.21.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.12"
|
"astro": "^0.21.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.12"
|
"astro": "^0.21.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.12",
|
"astro": "^0.21.0",
|
||||||
"rehype-add-classes": "^1.0.0",
|
"rehype-add-classes": "^1.0.0",
|
||||||
"rehype-autolink-headings": "^6.1.0",
|
"rehype-autolink-headings": "^6.1.0",
|
||||||
"rehype-toc": "^3.0.2",
|
"rehype-toc": "^3.0.2",
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.12"
|
"astro": "^0.21.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"nanostores": "^0.3.3"
|
"nanostores": "^0.3.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/renderer-solid": "^0.2.0-next.1",
|
"@astrojs/renderer-solid": "^0.2.0",
|
||||||
"astro": "^0.21.0-next.12"
|
"astro": "^0.21.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.12",
|
"astro": "^0.21.0",
|
||||||
"autoprefixer": "^10.4.0",
|
"autoprefixer": "^10.4.0",
|
||||||
"tailwindcss": "^2.2.19"
|
"tailwindcss": "^2.2.19"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# @astrojs/parser
|
# @astrojs/parser
|
||||||
|
|
||||||
|
## 0.20.3
|
||||||
|
|
||||||
## 0.20.2
|
## 0.20.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/parser",
|
"name": "@astrojs/parser",
|
||||||
"version": "0.20.2",
|
"version": "0.20.3",
|
||||||
"author": "Skypack",
|
"author": "Skypack",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
|
|
|
@ -1,5 +1,12 @@
|
||||||
# @astrojs/prism
|
# @astrojs/prism
|
||||||
|
|
||||||
|
## 0.3.0
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- e6aaeff5: - Adds compatibility to work with Astro 0.21.
|
||||||
|
- New typings added for the primary export.
|
||||||
|
|
||||||
## 0.3.0-next.0
|
## 0.3.0-next.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/prism",
|
"name": "@astrojs/prism",
|
||||||
"version": "0.3.0-next.0",
|
"version": "0.3.0",
|
||||||
"description": "IYKYK",
|
"description": "IYKYK",
|
||||||
"main": "index.mjs",
|
"main": "index.mjs",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -1,5 +1,30 @@
|
||||||
# astro
|
# astro
|
||||||
|
|
||||||
|
## 0.21.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- e6aaeff5: Astro 0.21 is here! [Read the complete migration guide](https://docs.astro.build/migration/0.21.0/).
|
||||||
|
|
||||||
|
This new version of Astro includes:
|
||||||
|
|
||||||
|
- A new, faster, [Go-based compiler](https://github.com/snowpackjs/astro-compiler)
|
||||||
|
- A completely new runtime backed by [Vite](https://vitejs.dev/), with significantly dev experience improvements
|
||||||
|
- Improved support for loading Astro config files, including `.cjs`, `.js`, and `.ts` files
|
||||||
|
- And [many more features](https://astro.build/blog/astro-021-preview/)!
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [e6aaeff5]
|
||||||
|
- Updated dependencies [e6aaeff5]
|
||||||
|
- Updated dependencies [e6aaeff5]
|
||||||
|
- @astrojs/renderer-preact@0.3.0
|
||||||
|
- @astrojs/renderer-react@0.3.0
|
||||||
|
- @astrojs/renderer-svelte@0.2.0
|
||||||
|
- @astrojs/renderer-vue@0.2.0
|
||||||
|
- @astrojs/markdown-remark@0.4.0
|
||||||
|
- @astrojs/prism@0.3.0
|
||||||
|
|
||||||
## 0.21.0-next.12
|
## 0.21.0-next.12
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "astro",
|
"name": "astro",
|
||||||
"version": "0.21.0-next.12",
|
"version": "0.21.0",
|
||||||
"author": "Skypack",
|
"author": "Skypack",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
@ -55,12 +55,12 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/compiler": "^0.3.3",
|
"@astrojs/compiler": "^0.3.3",
|
||||||
"@astrojs/language-server": "^0.7.16",
|
"@astrojs/language-server": "^0.7.16",
|
||||||
"@astrojs/markdown-remark": "^0.4.0-next.2",
|
"@astrojs/markdown-remark": "^0.4.0",
|
||||||
"@astrojs/prism": "0.3.0-next.0",
|
"@astrojs/prism": "0.3.0",
|
||||||
"@astrojs/renderer-preact": "^0.3.0-next.1",
|
"@astrojs/renderer-preact": "^0.3.0",
|
||||||
"@astrojs/renderer-react": "0.3.0-next.1",
|
"@astrojs/renderer-react": "0.3.0",
|
||||||
"@astrojs/renderer-svelte": "0.2.0-next.1",
|
"@astrojs/renderer-svelte": "0.2.0",
|
||||||
"@astrojs/renderer-vue": "0.2.0-next.2",
|
"@astrojs/renderer-vue": "0.2.0",
|
||||||
"@babel/core": "^7.15.8",
|
"@babel/core": "^7.15.8",
|
||||||
"@babel/traverse": "^7.15.4",
|
"@babel/traverse": "^7.15.4",
|
||||||
"@proload/core": "^0.2.1",
|
"@proload/core": "^0.2.1",
|
||||||
|
@ -107,7 +107,7 @@
|
||||||
"zod": "^3.8.1"
|
"zod": "^3.8.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/parser": "^0.20.2",
|
"@astrojs/parser": "^0.20.3",
|
||||||
"@babel/types": "^7.15.6",
|
"@babel/types": "^7.15.6",
|
||||||
"@types/chai": "^4.2.22",
|
"@types/chai": "^4.2.22",
|
||||||
"@types/connect": "^3.4.35",
|
"@types/connect": "^3.4.35",
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# create-astro
|
# create-astro
|
||||||
|
|
||||||
|
## 0.6.7
|
||||||
|
|
||||||
## 0.6.7-next.1
|
## 0.6.7-next.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "create-astro",
|
"name": "create-astro",
|
||||||
"version": "0.6.7-next.1",
|
"version": "0.6.7",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -1,5 +1,16 @@
|
||||||
# @astrojs/markdown-support
|
# @astrojs/markdown-support
|
||||||
|
|
||||||
|
## 0.4.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- e6aaeff5: Initial release.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [e6aaeff5]
|
||||||
|
- @astrojs/prism@0.3.0
|
||||||
|
|
||||||
## 0.4.0-next.2
|
## 0.4.0-next.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/markdown-remark",
|
"name": "@astrojs/markdown-remark",
|
||||||
"version": "0.4.0-next.2",
|
"version": "0.4.0",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
"dev": "astro-scripts dev \"src/**/*.ts\""
|
"dev": "astro-scripts dev \"src/**/*.ts\""
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/prism": "^0.3.0-next.0",
|
"@astrojs/prism": "^0.3.0",
|
||||||
"@silvenon/remark-smartypants": "^1.0.0",
|
"@silvenon/remark-smartypants": "^1.0.0",
|
||||||
"assert": "^2.0.0",
|
"assert": "^2.0.0",
|
||||||
"github-slugger": "^1.3.0",
|
"github-slugger": "^1.3.0",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/renderer-lit
|
# @astrojs/renderer-lit
|
||||||
|
|
||||||
|
## 0.2.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- e6aaeff5: Updated framework renderers for the v0.21.0 release of Astro. Assorted changes and a new renderer interface are included in this release.
|
||||||
|
|
||||||
## 0.2.0-next.0
|
## 0.2.0-next.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/renderer-lit",
|
"name": "@astrojs/renderer-lit",
|
||||||
"version": "0.2.0-next.0",
|
"version": "0.2.0",
|
||||||
"description": "A Lit renderer for Astro",
|
"description": "A Lit renderer for Astro",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/renderer-preact
|
# @astrojs/renderer-preact
|
||||||
|
|
||||||
|
## 0.3.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- e6aaeff5: Updated framework renderers for the v0.21.0 release of Astro. Assorted changes and a new renderer interface are included in this release.
|
||||||
|
|
||||||
## 0.3.0-next.1
|
## 0.3.0-next.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/renderer-preact",
|
"name": "@astrojs/renderer-preact",
|
||||||
"version": "0.3.0-next.1",
|
"version": "0.3.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./index.js",
|
".": "./index.js",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/renderer-react
|
# @astrojs/renderer-react
|
||||||
|
|
||||||
|
## 0.3.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- e6aaeff5: Updated framework renderers for the v0.21.0 release of Astro. Assorted changes and a new renderer interface are included in this release.
|
||||||
|
|
||||||
## 0.3.0-next.1
|
## 0.3.0-next.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/renderer-react",
|
"name": "@astrojs/renderer-react",
|
||||||
"version": "0.3.0-next.1",
|
"version": "0.3.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./index.js",
|
".": "./index.js",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/renderer-solid
|
# @astrojs/renderer-solid
|
||||||
|
|
||||||
|
## 0.2.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- e6aaeff5: Updated framework renderers for the v0.21.0 release of Astro. Assorted changes and a new renderer interface are included in this release.
|
||||||
|
|
||||||
## 0.2.0-next.1
|
## 0.2.0-next.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/renderer-solid",
|
"name": "@astrojs/renderer-solid",
|
||||||
"version": "0.2.0-next.1",
|
"version": "0.2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./index.js",
|
".": "./index.js",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/renderer-svelte
|
# @astrojs/renderer-svelte
|
||||||
|
|
||||||
|
## 0.2.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- e6aaeff5: Updated framework renderers for the v0.21.0 release of Astro. Assorted changes and a new renderer interface are included in this release.
|
||||||
|
|
||||||
## 0.2.0-next.1
|
## 0.2.0-next.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/renderer-svelte",
|
"name": "@astrojs/renderer-svelte",
|
||||||
"version": "0.2.0-next.1",
|
"version": "0.2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./index.js",
|
".": "./index.js",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/renderer-vue
|
# @astrojs/renderer-vue
|
||||||
|
|
||||||
|
## 0.2.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- e6aaeff5: Updated framework renderers for the v0.21.0 release of Astro. Assorted changes and a new renderer interface are included in this release.
|
||||||
|
|
||||||
## 0.2.0-next.2
|
## 0.2.0-next.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/renderer-vue",
|
"name": "@astrojs/renderer-vue",
|
||||||
"version": "0.2.0-next.2",
|
"version": "0.2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./index.js",
|
".": "./index.js",
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.12"
|
"astro": "^0.21.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue