Version Packages (next) (#1873)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-11-17 16:25:02 -08:00 committed by GitHub
parent c2668afed0
commit eb4d5f1d8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 40 additions and 22 deletions

View file

@ -39,6 +39,7 @@
"@example/subpath": "0.0.1"
},
"changesets": [
"beige-hairs-design",
"beige-kings-listen",
"bright-glasses-jump",
"curvy-glasses-rest",
@ -46,11 +47,14 @@
"dull-bikes-doubt",
"dull-steaks-dance",
"giant-shirts-sing",
"heavy-boxes-deliver",
"little-dogs-help",
"many-donkeys-report",
"pink-trainers-learn",
"polite-ladybugs-train",
"quick-cheetahs-itch",
"real-cats-act",
"serious-knives-hug",
"shaggy-guests-type",
"silly-apples-build",
"silly-peas-battle",

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,13 @@
# astro
## 0.21.0-next.7
### Patch Changes
- dbc49ed6: Fix HMR regression
- 6b598b24: Fix middleware order
- 0ce86dfd: Fixes Vue scoped styles when built
## 0.21.0-next.6
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# create-astro
## 0.6.7-next.1
### Patch Changes
- 6c66d483: Fix issue with v7.x+ versions of npm init, which changed default flag handling
## 0.6.7-next.0
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "create-astro",
"version": "0.6.7-next.0",
"version": "0.6.7-next.1",
"type": "module",
"repository": {
"type": "git",

View file

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