Version Packages (#1246)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-08-27 10:46:14 -04:00 committed by GitHub
parent cd684eb95e
commit 3bb97ea328
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 68 additions and 49 deletions

View file

@ -1,5 +0,0 @@
---
'create-astro': patch
---
Adds a new template 'minimal' which does not include a framework

View file

@ -1,5 +0,0 @@
---
'@astrojs/parser': patch
---
fixed an issue using namespaced attributes in astro files

View file

@ -1,14 +0,0 @@
---
'docs': patch
'astro': patch
---
# Hoisted scripts
This change adds support for hoisted scripts, allowing you to bundle scripts together for a page and hoist them to the top (in the head):
```astro
<script hoist>
// Anything goes here!
</script>
```

View file

@ -1,5 +1,19 @@
# docs # docs
## 0.0.6
### Patch Changes
- 788c769d: # Hoisted scripts
This change adds support for hoisted scripts, allowing you to bundle scripts together for a page and hoist them to the top (in the head):
```astro
<script hoist>
// Anything goes here!
</script>
```
## 0.0.5 ## 0.0.5
## 0.0.5-next.0 ## 0.0.5-next.0

View file

@ -1,6 +1,6 @@
{ {
"name": "docs", "name": "docs",
"version": "0.0.5", "version": "0.0.6",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
@ -17,7 +17,7 @@
}, },
"devDependencies": { "devDependencies": {
"@snowpack/plugin-dotenv": "^2.1.0", "@snowpack/plugin-dotenv": "^2.1.0",
"astro": "^0.20.0", "astro": "^0.20.2",
"broken-link-checker": "^0.7.8", "broken-link-checker": "^0.7.8",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"pa11y-ci": "^2.4.2", "pa11y-ci": "^2.4.2",

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.20.1" "astro": "^0.20.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.20.1" "astro": "^0.20.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -12,7 +12,7 @@
"@docsearch/react": "^1.0.0-alpha.27" "@docsearch/react": "^1.0.0-alpha.27"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.20.1", "astro": "^0.20.2",
"@snowpack/plugin-dotenv": "^2.1.0" "@snowpack/plugin-dotenv": "^2.1.0"
}, },
"snowpack": { "snowpack": {

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-lit": "^0.1.0", "@astrojs/renderer-lit": "^0.1.0",
"astro": "^0.20.1" "astro": "^0.20.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.20.1" "astro": "^0.20.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.20.1" "astro": "^0.20.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.20.1" "astro": "^0.20.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.20.1", "astro": "^0.20.2",
"@astrojs/renderer-solid": "0.1.0" "@astrojs/renderer-solid": "0.1.0"
}, },
"snowpack": { "snowpack": {

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.20.1" "astro": "^0.20.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.20.1" "astro": "^0.20.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.20.1" "astro": "^0.20.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.20.1" "astro": "^0.20.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -19,7 +19,7 @@
"devDependencies": { "devDependencies": {
"@contentful/rich-text-html-renderer": "^14.1.2", "@contentful/rich-text-html-renderer": "^14.1.2",
"@contentful/rich-text-types": "^14.1.2", "@contentful/rich-text-types": "^14.1.2",
"astro": "^0.20.1" "astro": "^0.20.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.20.1" "astro": "^0.20.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.20.1", "astro": "^0.20.2",
"rehype-add-classes": "^1.0.0", "rehype-add-classes": "^1.0.0",
"rehype-autolink-headings": "^6.1.0", "rehype-autolink-headings": "^6.1.0",
"rehype-toc": "^3.0.2", "rehype-toc": "^3.0.2",

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.20.1" "astro": "^0.20.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.20.1" "astro": "^0.20.2"
}, },
"dependencies": { "dependencies": {
"nanostores": "^0.3.3" "nanostores": "^0.3.3"

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"tailwindcss": "^2.1.2", "tailwindcss": "^2.1.2",
"astro": "^0.20.1" "astro": "^0.20.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -1,5 +1,11 @@
# @astrojs/parser # @astrojs/parser
## 0.20.2
### Patch Changes
- 5d2ea578: fixed an issue using namespaced attributes in astro files
## 0.18.6 ## 0.18.6
## 0.18.5 ## 0.18.5

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/parser", "name": "@astrojs/parser",
"version": "0.18.6", "version": "0.20.2",
"author": "Skypack", "author": "Skypack",
"license": "MIT", "license": "MIT",
"type": "commonjs", "type": "commonjs",

View file

@ -1,5 +1,22 @@
# astro # astro
## 0.20.2
### Patch Changes
- 788c769d: # Hoisted scripts
This change adds support for hoisted scripts, allowing you to bundle scripts together for a page and hoist them to the top (in the head):
```astro
<script hoist>
// Anything goes here!
</script>
```
- Updated dependencies [5d2ea578]
- @astrojs/parser@0.20.2
## 0.20.1 ## 0.20.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "astro", "name": "astro",
"version": "0.20.1", "version": "0.20.2",
"author": "Skypack", "author": "Skypack",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
@ -45,7 +45,7 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/markdown-support": "0.3.0", "@astrojs/markdown-support": "0.3.0",
"@astrojs/parser": "0.18.6", "@astrojs/parser": "0.20.2",
"@astrojs/prism": "0.2.2", "@astrojs/prism": "0.2.2",
"@astrojs/renderer-preact": "0.2.1", "@astrojs/renderer-preact": "0.2.1",
"@astrojs/renderer-react": "0.2.0", "@astrojs/renderer-react": "0.2.0",

View file

@ -1,5 +1,11 @@
# create-astro # create-astro
## 0.6.1
### Patch Changes
- 24dce41c: Adds a new template 'minimal' which does not include a framework
## 0.6.0 ## 0.6.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "create-astro", "name": "create-astro",
"version": "0.6.0", "version": "0.6.1",
"type": "module", "type": "module",
"repository": { "repository": {
"type": "git", "type": "git",

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.20.1" "astro": "^0.20.2"
} }
} }