Revert "Version Packages (#1011)"

This reverts commit 7f14ea6e38.
This commit is contained in:
Fred K. Schott 2021-08-05 13:54:15 -07:00
parent 7f14ea6e38
commit 8cf0e65a8b
23 changed files with 29 additions and 31 deletions

View file

@ -1,5 +0,0 @@
---
"@example/blog": patch
---
Add an alt tag for the hero image in the blog example

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
Fixes a previous revert, makes sure head content is injected into the right place

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
Refactor the CLI entrypoint to support stackblitz and improve the runtime check

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.9"
"astro": "^0.18.8"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.9"
"astro": "^0.18.8"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.9"
"astro": "^0.18.8"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -8,7 +8,7 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.1.0",
"astro": "^0.18.9"
"astro": "^0.18.8"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.9"
"astro": "^0.18.8"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.9"
"astro": "^0.18.8"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.9"
"astro": "^0.18.8"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.9",
"astro": "^0.18.8",
"@astrojs/renderer-solid": "0.1.0"
},
"snowpack": {

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.9"
"astro": "^0.18.8"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.9"
"astro": "^0.18.8"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.9"
"astro": "^0.18.8"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -18,7 +18,7 @@
"devDependencies": {
"@contentful/rich-text-html-renderer": "^14.1.2",
"@contentful/rich-text-types": "^14.1.2",
"astro": "^0.18.9"
"astro": "^0.18.8"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.9"
"astro": "^0.18.8"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.9",
"astro": "^0.18.8",
"rehype-add-classes": "^1.0.0",
"rehype-toc": "^3.0.2",
"remark-autolink-headings": "^6.0.1",

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.9"
"astro": "^0.18.8"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.9"
"astro": "^0.18.8"
},
"dependencies": {
"nanostores": "^0.3.3"

View file

@ -8,7 +8,7 @@
},
"devDependencies": {
"tailwindcss": "^2.1.2",
"astro": "^0.18.9"
"astro": "^0.18.8"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -1,12 +1,5 @@
# astro
## 0.18.9
### Patch Changes
- 4bbf1130: Fixes a previous revert, makes sure head content is injected into the right place
- 6ec7968d: Refactor the CLI entrypoint to support stackblitz and improve the runtime check
## 0.18.8
### Patch Changes

View file

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

View file

@ -7,6 +7,6 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.9"
"astro": "^0.18.8"
}
}