Version Packages (next) (#1907)

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

View file

@ -46,6 +46,7 @@
"curvy-years-kiss",
"dull-bikes-doubt",
"dull-steaks-dance",
"few-pumpkins-report",
"four-kids-melt",
"giant-shirts-sing",
"heavy-boxes-deliver",

View file

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

View file

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

View file

@ -12,7 +12,7 @@
"@docsearch/react": "^1.0.0-alpha.27"
},
"devDependencies": {
"astro": "^0.21.0-next.9",
"astro": "^0.21.0-next.10",
"@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.9"
"astro": "^0.21.0-next.10"
}
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.0-next.9",
"astro": "^0.21.0-next.10",
"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.9"
"astro": "^0.21.0-next.10"
}
}

View file

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

View file

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

View file

@ -1,5 +1,11 @@
# astro
## 0.21.0-next.10
### Patch Changes
- c7682168: Fix build by making vendored vite resolve to copy
## 0.21.0-next.9
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "0.21.0-next.9",
"version": "0.21.0-next.10",
"author": "Skypack",
"license": "MIT",
"type": "module",

View file

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