Version Packages (next) (#845)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-07-24 16:02:25 -07:00 committed by GitHub
parent 7d82ce9c92
commit b863c05ae6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 45 additions and 21 deletions

View file

@ -43,6 +43,7 @@
"dull-queens-melt",
"eight-mangos-pretend",
"empty-otters-smell",
"empty-trainers-chew",
"fair-cats-count",
"fair-flowers-sleep",
"famous-bees-fry",
@ -50,8 +51,10 @@
"flat-apes-pump",
"funny-beers-knock",
"good-teachers-relax",
"healthy-pants-rule",
"lemon-jars-poke",
"lemon-yaks-dream",
"lovely-cats-sin",
"odd-cameras-wave",
"silver-goats-repeat",
"strange-kids-sing",

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.0-next.4"
"astro": "^0.18.0-next.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.0-next.4"
"astro": "^0.18.0-next.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.0-next.4"
"astro": "^0.18.0-next.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -8,7 +8,7 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.1.0",
"astro": "^0.18.0-next.4"
"astro": "^0.18.0-next.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.0-next.4"
"astro": "^0.18.0-next.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.0-next.4"
"astro": "^0.18.0-next.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.0-next.4"
"astro": "^0.18.0-next.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.0-next.4",
"astro": "^0.18.0-next.5",
"@astrojs/renderer-solid": "0.1.0-next.0"
},
"snowpack": {

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.0-next.4"
"astro": "^0.18.0-next.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.0-next.4"
"astro": "^0.18.0-next.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.0-next.4"
"astro": "^0.18.0-next.5"
},
"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.0-next.4"
"astro": "^0.18.0-next.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.0-next.4"
"astro": "^0.18.0-next.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.0-next.4",
"astro": "^0.18.0-next.5",
"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.0-next.4"
"astro": "^0.18.0-next.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.0-next.4"
"astro": "^0.18.0-next.5"
},
"dependencies": {
"nanostores": "^0.3.3"

View file

@ -8,7 +8,7 @@
},
"devDependencies": {
"tailwindcss": "^2.1.2",
"astro": "^0.18.0-next.4"
"astro": "^0.18.0-next.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -1,5 +1,13 @@
# @astrojs/parser
## 0.18.0-next.5
### Patch Changes
- 294a656: Adds support for global style blocks via `<style global>`
Be careful with this escape hatch! This is best reserved for uses like importing styling libraries like Tailwind, or changing global CSS variables.
## 0.18.0-next.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/parser",
"version": "0.18.0-next.2",
"version": "0.18.0-next.5",
"author": "Skypack",
"license": "MIT",
"type": "commonjs",

View file

@ -1,5 +1,18 @@
# astro
## 0.18.0-next.5
### Patch Changes
- 294a656: Adds support for global style blocks via `<style global>`
Be careful with this escape hatch! This is best reserved for uses like importing styling libraries like Tailwind, or changing global CSS variables.
- 164489f: Fix for `false` being rendered in conditionals
- af935c1: Fix error when no renderers are passed
- Updated dependencies [294a656]
- @astrojs/parser@0.18.0-next.5
## 0.18.0-next.4
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "0.18.0-next.4",
"version": "0.18.0-next.5",
"author": "Skypack",
"license": "MIT",
"type": "module",
@ -44,7 +44,7 @@
},
"dependencies": {
"@astrojs/markdown-support": "0.2.0",
"@astrojs/parser": "0.18.0-next.2",
"@astrojs/parser": "0.18.0-next.5",
"@astrojs/prism": "0.2.2",
"@astrojs/renderer-preact": "0.2.0-next.0",
"@astrojs/renderer-react": "0.2.0-next.0",

View file

@ -7,6 +7,6 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.0-next.4"
"astro": "^0.18.0-next.5"
}
}