Version Packages (#1988)

* Version Packages (next)

* chore: update CHANGELOG

* fix: merge conflict

* fix: merge conflict

* chore: remove pre.json

* Version Packages

* Version Packages

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nate Moore <nate@skypack.dev>
This commit is contained in:
github-actions[bot] 2021-11-23 17:12:00 -06:00 committed by GitHub
parent 7476a92461
commit 0751808a2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 52 additions and 55 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix client:visible with multiple copies of same component

View file

@ -1,10 +0,0 @@
---
'astro': patch
---
Update compiler with the following patches:
- Fix components supporting only one style or script
- Fix regression where leading `<style>` elements could break generated tags
- Fix case-sensitivity of void elements
- Fix expressions not working within SVG elements
- Fix panic when preprocessed style is empty

View file

@ -1,5 +0,0 @@
---
'@astrojs/renderer-svelte': patch
---
Add TypeScript, Sass support to Svelte

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix CSS URLs on Windows

View file

@ -1,5 +0,0 @@
---
'create-astro': patch
---
Add a helpful message for the "could not find commit hash for ..." error

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.2" "astro": "^0.21.3"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.2" "astro": "^0.21.3"
} }
} }

View file

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

View file

@ -10,6 +10,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-lit": "^0.2.1", "@astrojs/renderer-lit": "^0.2.1",
"astro": "^0.21.2" "astro": "^0.21.3"
} }
} }

View file

@ -10,6 +10,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-solid": "^0.2.0", "@astrojs/renderer-solid": "^0.2.0",
"astro": "^0.21.2" "astro": "^0.21.3"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.2" "astro": "^0.21.3"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.2" "astro": "^0.21.3"
} }
} }

View file

@ -10,6 +10,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-solid": "^0.2.0", "@astrojs/renderer-solid": "^0.2.0",
"astro": "^0.21.2" "astro": "^0.21.3"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.2" "astro": "^0.21.3"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.2" "astro": "^0.21.3"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.2" "astro": "^0.21.3"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.2" "astro": "^0.21.3"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.2" "astro": "^0.21.3"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.2" "astro": "^0.21.3"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.2" "astro": "^0.21.3"
} }
} }

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.2", "astro": "^0.21.3",
"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-slug": "^5.0.0", "rehype-slug": "^5.0.0",

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.2" "astro": "^0.21.3"
} }
} }

View file

@ -16,6 +16,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-solid": "^0.2.0", "@astrojs/renderer-solid": "^0.2.0",
"astro": "^0.21.2" "astro": "^0.21.3"
} }
} }

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.2", "astro": "^0.21.3",
"autoprefixer": "^10.4.0", "autoprefixer": "^10.4.0",
"tailwindcss": "^2.2.19" "tailwindcss": "^2.2.19"
} }

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.0-next.3", "astro": "^0.21.3",
"vite-plugin-pwa": "^0.11.5" "vite-plugin-pwa": "^0.11.5"
} }
} }

View file

@ -1,5 +1,20 @@
# astro # astro
## 0.21.3
### Patch Changes
- 8a5de030: Fix client:visible with multiple copies of same component
- 9ed6b3c0: Update compiler with the following patches:
- Fix components supporting only one style or script
- Fix regression where leading `<style>` elements could break generated tags
- Fix case-sensitivity of void elements
- Fix expressions not working within SVG elements
- Fix panic when preprocessed style is empty
- 7a7427e4: Fix CSS URLs on Windows
- Updated dependencies [4cec1256]
- @astrojs/renderer-svelte@0.2.1
## 0.21.2 ## 0.21.2
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "astro", "name": "astro",
"version": "0.21.2", "version": "0.21.3",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"author": "withastro", "author": "withastro",
"license": "MIT", "license": "MIT",
@ -61,7 +61,7 @@
"@astrojs/prism": "0.3.0", "@astrojs/prism": "0.3.0",
"@astrojs/renderer-preact": "^0.3.0", "@astrojs/renderer-preact": "^0.3.0",
"@astrojs/renderer-react": "0.3.0", "@astrojs/renderer-react": "0.3.0",
"@astrojs/renderer-svelte": "0.2.0", "@astrojs/renderer-svelte": "0.2.1",
"@astrojs/renderer-vue": "0.2.0", "@astrojs/renderer-vue": "0.2.0",
"@babel/core": "^7.15.8", "@babel/core": "^7.15.8",
"@babel/traverse": "^7.15.4", "@babel/traverse": "^7.15.4",

View file

@ -1,5 +1,11 @@
# create-astro # create-astro
## 0.6.8
### Patch Changes
- 3e1bdb1a: Add a helpful message for the "could not find commit hash for ..." error
## 0.6.7 ## 0.6.7
## 0.6.7-next.1 ## 0.6.7-next.1

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/renderer-svelte # @astrojs/renderer-svelte
## 0.2.1
### Patch Changes
- 4cec1256: Add TypeScript, Sass support to Svelte
## 0.2.0 ## 0.2.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/renderer-svelte", "name": "@astrojs/renderer-svelte",
"version": "0.2.0", "version": "0.2.1",
"description": "Use Svelte components within Astro", "description": "Use Svelte components within Astro",
"repository": { "repository": {
"type": "git", "type": "git",

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.21.2" "astro": "^0.21.3"
} }
} }