Version Packages (#1472)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-10-01 13:36:02 -04:00 committed by GitHub
parent 0eeb25348e
commit b5f1bd46ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 41 additions and 32 deletions

View file

@ -1,5 +0,0 @@
---
'create-astro': patch
---
change rm to unlink for node 12 compatability

View file

@ -1,5 +0,0 @@
---
'@astrojs/renderer-react': patch
---
Fixes detect to allow rendering React.PureComponents

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.8"
"astro": "^0.20.9"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.8"
"astro": "^0.20.9"
},
"snowpack": {
"workspaceRoot": "../.."

View file

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

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.1.2",
"astro": "^0.20.8"
"astro": "^0.20.9"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.8",
"astro": "^0.20.9",
"@astrojs/renderer-solid": "^0.1.1"
},
"snowpack": {

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.8"
"astro": "^0.20.9"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.8"
"astro": "^0.20.9"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.8",
"astro": "^0.20.9",
"@astrojs/renderer-solid": "0.1.1"
},
"snowpack": {

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.8"
"astro": "^0.20.9"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.8"
"astro": "^0.20.9"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.8"
"astro": "^0.20.9"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.8"
"astro": "^0.20.9"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.8"
"astro": "^0.20.9"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.8",
"astro": "^0.20.9",
"rehype-add-classes": "^1.0.0",
"rehype-autolink-headings": "^6.1.0",
"rehype-toc": "^3.0.2",

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.8"
"astro": "^0.20.9"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.8"
"astro": "^0.20.9"
},
"dependencies": {
"nanostores": "^0.3.3"

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"tailwindcss": "^2.1.2",
"astro": "^0.20.8"
"astro": "^0.20.9"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -1,5 +1,12 @@
# astro
## 0.20.9
### Patch Changes
- Updated dependencies [756e3769]
- @astrojs/renderer-react@0.2.2
## 0.20.8
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "0.20.8",
"version": "0.20.9",
"author": "Skypack",
"license": "MIT",
"type": "module",
@ -48,7 +48,7 @@
"@astrojs/parser": "0.20.2",
"@astrojs/prism": "0.2.2",
"@astrojs/renderer-preact": "0.2.2",
"@astrojs/renderer-react": "0.2.1",
"@astrojs/renderer-react": "0.2.2",
"@astrojs/renderer-svelte": "0.1.2",
"@astrojs/renderer-vue": "0.1.8",
"@babel/code-frame": "^7.12.13",

View file

@ -1,5 +1,11 @@
# create-astro
## 0.6.3
### Patch Changes
- 0eeb2534: change rm to unlink for node 12 compatability
## 0.6.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "create-astro",
"version": "0.6.2",
"version": "0.6.3",
"type": "module",
"repository": {
"type": "git",

View file

@ -1,5 +1,11 @@
# @astrojs/renderer-react
## 0.2.2
### Patch Changes
- 756e3769: Fixes detect to allow rendering React.PureComponents
## 0.2.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/renderer-react",
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"exports": {
".": "./index.js",

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.8"
"astro": "^0.20.9"
}
}