0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

Version Packages (next) (#1881)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-11-19 01:21:00 -08:00 committed by GitHub
parent b1586a87ac
commit a43410b68e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 42 additions and 23 deletions

View file

@ -46,6 +46,7 @@
"curvy-years-kiss",
"dull-bikes-doubt",
"dull-steaks-dance",
"four-kids-melt",
"giant-shirts-sing",
"heavy-boxes-deliver",
"little-dogs-help",
@ -55,6 +56,7 @@
"quick-cheetahs-itch",
"real-cats-act",
"serious-knives-hug",
"seven-bottles-warn",
"shaggy-guests-type",
"silly-apples-build",
"silly-peas-battle",
@ -62,6 +64,7 @@
"tiny-bulldogs-lie",
"twelve-oranges-approve",
"twenty-rabbits-repeat",
"two-ducks-sit",
"young-steaks-report"
]
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.0-next.7"
"astro": "^0.21.0-next.8"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.0-next.7"
"astro": "^0.21.0-next.8"
}
}

View file

@ -12,7 +12,7 @@
"@docsearch/react": "^1.0.0-alpha.27"
},
"devDependencies": {
"astro": "^0.21.0-next.7",
"astro": "^0.21.0-next.8",
"@snowpack/plugin-dotenv": "^2.1.0"
}
}

View file

@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.2.0-next.0",
"astro": "^0.21.0-next.7"
"astro": "^0.21.0-next.8"
}
}

View file

@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.2.0-next.1",
"astro": "^0.21.0-next.7"
"astro": "^0.21.0-next.8"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.0-next.7"
"astro": "^0.21.0-next.8"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.0-next.7"
"astro": "^0.21.0-next.8"
}
}

View file

@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.2.0-next.1",
"astro": "^0.21.0-next.7"
"astro": "^0.21.0-next.8"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.0-next.7"
"astro": "^0.21.0-next.8"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.0-next.7"
"astro": "^0.21.0-next.8"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.0-next.7"
"astro": "^0.21.0-next.8"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.0-next.7"
"astro": "^0.21.0-next.8"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.0-next.7"
"astro": "^0.21.0-next.8"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.0-next.7"
"astro": "^0.21.0-next.8"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.0-next.7"
"astro": "^0.21.0-next.8"
}
}

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.0-next.7",
"astro": "^0.21.0-next.8",
"rehype-add-classes": "^1.0.0",
"rehype-autolink-headings": "^6.1.0",
"rehype-toc": "^3.0.2",

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.0-next.7"
"astro": "^0.21.0-next.8"
}
}

View file

@ -13,6 +13,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.2.0-next.1",
"astro": "^0.21.0-next.7"
"astro": "^0.21.0-next.8"
}
}

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.0-next.7",
"astro": "^0.21.0-next.8",
"autoprefixer": "^10.4.0",
"tailwindcss": "^2.2.19"
}

View file

@ -1,5 +1,15 @@
# astro
## 0.21.0-next.8
### Patch Changes
- c82ceff7: Bug fix for Debug when passed JSON contain HTML strings
- 53d9cf5e: Fixes dev server not stopping cleanly
- 8986d33b: Improve error display
- Updated dependencies [8986d33b]
- @astrojs/renderer-vue@0.2.0-next.2
## 0.21.0-next.7
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "0.21.0-next.7",
"version": "0.21.0-next.8",
"author": "Skypack",
"license": "MIT",
"type": "module",
@ -60,7 +60,7 @@
"@astrojs/renderer-preact": "^0.3.0-next.1",
"@astrojs/renderer-react": "0.3.0-next.1",
"@astrojs/renderer-svelte": "0.2.0-next.1",
"@astrojs/renderer-vue": "0.2.0-next.1",
"@astrojs/renderer-vue": "0.2.0-next.2",
"@babel/core": "^7.15.8",
"@babel/traverse": "^7.15.4",
"@proload/core": "^0.2.1",

View file

@ -1,5 +1,11 @@
# @astrojs/renderer-vue
## 0.2.0-next.2
### Patch Changes
- 8986d33b: Improve error display
## 0.2.0-next.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/renderer-vue",
"version": "0.2.0-next.1",
"version": "0.2.0-next.2",
"type": "module",
"exports": {
".": "./index.js",

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.0-next.7"
"astro": "^0.21.0-next.8"
}
}