Version Packages (next) (#1904)

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

View file

@ -53,9 +53,11 @@
"many-donkeys-report",
"pink-trainers-learn",
"polite-ladybugs-train",
"popular-plants-report",
"quick-cheetahs-itch",
"real-cats-act",
"serious-knives-hug",
"serious-rocks-juggle",
"seven-bottles-warn",
"shaggy-guests-type",
"silly-apples-build",

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,12 @@
# astro
## 0.21.0-next.9
### Patch Changes
- 41c6a772: Fix for dev server not starting
- 3b511059: Fix for OSX .astro file corruption
## 0.21.0-next.8
### Patch Changes

View file

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

View file

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