Version Packages (next) (#1731)

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

View file

@ -34,9 +34,11 @@
"@astrojs/renderer-svelte": "0.1.2",
"@astrojs/renderer-vue": "0.1.9",
"astro-scripts": "0.0.1",
"www": "1.1.0"
"www": "1.1.0",
"@example/portfolio-svelte": "0.0.1"
},
"changesets": [
"curvy-years-kiss",
"dull-bikes-doubt",
"pink-trainers-learn",
"silly-apples-build",

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.0-next.0"
"astro": "^0.21.0-next.1"
},
"snowpack": {
"workspaceRoot": "../.."

View file

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

View file

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

View file

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

View file

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

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.0-next.0",
"astro": "^0.21.0-next.1",
"autoprefixer": "^10.3.7",
"tailwindcss": "^2.2.17"
}

View file

@ -1,5 +1,15 @@
# astro
## 0.21.0-next.1
### Patch Changes
- 11ee158a: Fix issue with `style` and `script` processing where siblings would be skipped
Fix `Fragment` and `<>` handling for backwards compatability
Fix CSS `--custom-proprty` parsing when using scoped CSS
## 0.21.0-next.0
### Minor Changes

View file

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

View file

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