Version Packages (#1537)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-10-12 13:27:06 -04:00 committed by GitHub
parent d59b657395
commit 5ac51bae3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 25 additions and 24 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Improve getStaticPaths memoization to successfully store values in the cache

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.10",
"astro": "^0.20.11",
"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.10"
"astro": "^0.20.11"
},
"snowpack": {
"workspaceRoot": "../.."

View file

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

View file

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

View file

@ -1,5 +1,11 @@
# astro
## 0.20.11
### Patch Changes
- 6813106a: Improve getStaticPaths memoization to successfully store values in the cache
## 0.20.10
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "0.20.10",
"version": "0.20.11",
"author": "Skypack",
"license": "MIT",
"type": "module",

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.10"
"astro": "^0.20.11"
}
}