Version Packages (#1064)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-08-11 15:01:00 -07:00 committed by GitHub
parent 939b9d01a4
commit b54c01bf66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 46 additions and 49 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
- Allow Markdown with scoped styles to coexist happily with code syntax highlighting via Prism

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Properly escapes script tags with nested client:load directives when passing Astro components into framework components via props. Browsers interpret script end tags in strings as script end tags, resulting in syntax errors.

View file

@ -1,5 +0,0 @@
---
"astro": patch
---
Allow dev server port to be set by `PORT` environment variable

View file

@ -1,5 +0,0 @@
---
'docs': patch
---
change Spanish translations for Getting Started page

View file

@ -1,5 +0,0 @@
---
"@astrojs/renderer-vue": patch
---
Bump Vue version to latest stable

View file

@ -1,5 +1,11 @@
# docs
## 0.0.4
### Patch Changes
- adc767c5: change Spanish translations for Getting Started page
## 0.0.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"start": "astro dev",
@ -15,7 +15,7 @@
},
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.1.0",
"astro": "^0.18.2",
"astro": "^0.18.10",
"broken-link-checker": "^0.7.8",
"npm-run-all": "^4.1.5",
"pa11y-ci": "^2.4.2",

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.9"
"astro": "^0.18.10"
},
"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.10"
},
"snowpack": {
"workspaceRoot": "../.."

View file

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

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.9",
"astro": "^0.18.10",
"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.10"
},
"snowpack": {
"workspaceRoot": "../.."

View file

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

View file

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

View file

@ -1,5 +1,15 @@
# astro
## 0.18.10
### Patch Changes
- 2321b577: - Allow Markdown with scoped styles to coexist happily with code syntax highlighting via Prism
- 618ea3a8: Properly escapes script tags with nested client:load directives when passing Astro components into framework components via props. Browsers interpret script end tags in strings as script end tags, resulting in syntax errors.
- 939b9d01: Allow dev server port to be set by `PORT` environment variable
- Updated dependencies [1339d5e3]
- @astrojs/renderer-vue@0.1.7
## 0.18.9
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "0.18.9",
"version": "0.18.10",
"author": "Skypack",
"license": "MIT",
"type": "module",
@ -49,7 +49,7 @@
"@astrojs/renderer-preact": "0.2.1",
"@astrojs/renderer-react": "0.2.0",
"@astrojs/renderer-svelte": "0.1.1",
"@astrojs/renderer-vue": "0.1.6",
"@astrojs/renderer-vue": "0.1.7",
"@babel/code-frame": "^7.12.13",
"@babel/core": "^7.14.6",
"@babel/generator": "^7.13.9",

View file

@ -1,5 +1,11 @@
# @astrojs/renderer-vue
## 0.1.7
### Patch Changes
- 1339d5e3: Bump Vue version to latest stable
## 0.1.6
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/renderer-vue",
"version": "0.1.6",
"version": "0.1.7",
"type": "module",
"exports": {
".": "./index.js",

View file

@ -29,7 +29,7 @@
"vscode-languageserver-textdocument": "^1.0.1"
},
"devDependencies": {
"astro": "0.18.9",
"astro": "0.18.10",
"astro-scripts": "0.0.1"
}
}

View file

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