Version Packages (#1972)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
d3476f24d4
commit
fff00e45f0
34 changed files with 58 additions and 74 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Support `lang="postcss"` in addition to `lang="pcss"`
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Bump Sass dependency version
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Added `MarkdownParser` and `MarkdownParserResponse` to `@types`
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fix a host of compiler bugs, including:
|
||||
- CSS scoping of `*` character inside of `calc()` expressions
|
||||
- Encoding of double quotes inside of quoted attributes
|
||||
- Expressions inside of `<table>` elements
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@astrojs/renderer-lit': patch
|
||||
---
|
||||
|
||||
renderer-lit will bind to properties rather than attributes fixing certain binding issues
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
'@astrojs/markdown-remark': minor
|
||||
---
|
||||
|
||||
- Upgraded dependencies
|
||||
- Replaced `remark-slug` with `rehype-slug` because [it was deprecated](https://github.com/remarkjs/remark-slug)
|
||||
- Replaced `@silvenon/remark-smartypants` with `remark-smartypants` because its name was changed
|
||||
- Disable **all** built-in plugins when custom remark and/or rehype plugins are added
|
||||
- Removed `remark-footnotes` because [`remark-gfm` now supports footnotes](https://github.com/remarkjs/remark-gfm/releases/tag/3.0.0)
|
||||
- Re-added `remark-smartypants` and `rehype-slug` to the default plugins list
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fixes building of non-hoisted scripts
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fix regression with `astro build` 404.astro output
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.21.1"
|
||||
"astro": "^0.21.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.21.1"
|
||||
"astro": "^0.21.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"@docsearch/react": "^1.0.0-alpha.27"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.21.1",
|
||||
"astro": "^0.21.2",
|
||||
"@snowpack/plugin-dotenv": "^2.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/renderer-lit": "^0.2.0",
|
||||
"astro": "^0.21.1"
|
||||
"@astrojs/renderer-lit": "^0.2.1",
|
||||
"astro": "^0.21.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/renderer-solid": "^0.2.0",
|
||||
"astro": "^0.21.1"
|
||||
"astro": "^0.21.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.21.1"
|
||||
"astro": "^0.21.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.21.1"
|
||||
"astro": "^0.21.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/renderer-solid": "^0.2.0",
|
||||
"astro": "^0.21.1"
|
||||
"astro": "^0.21.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.21.1"
|
||||
"astro": "^0.21.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.21.1"
|
||||
"astro": "^0.21.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.21.1"
|
||||
"astro": "^0.21.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.21.1"
|
||||
"astro": "^0.21.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.21.1"
|
||||
"astro": "^0.21.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.21.1"
|
||||
"astro": "^0.21.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.21.1"
|
||||
"astro": "^0.21.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.21.1",
|
||||
"astro": "^0.21.2",
|
||||
"rehype-add-classes": "^1.0.0",
|
||||
"rehype-autolink-headings": "^6.1.0",
|
||||
"rehype-slug": "^5.0.0",
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.21.1"
|
||||
"astro": "^0.21.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,6 +16,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/renderer-solid": "^0.2.0",
|
||||
"astro": "^0.21.1"
|
||||
"astro": "^0.21.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.21.1",
|
||||
"astro": "^0.21.2",
|
||||
"autoprefixer": "^10.4.0",
|
||||
"tailwindcss": "^2.2.19"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,21 @@
|
|||
# astro
|
||||
|
||||
## 0.21.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 22dd6bf6: Support `lang="postcss"` in addition to `lang="pcss"`
|
||||
- d3476f24: Bump Sass dependency version
|
||||
- 679d4395: Added `MarkdownParser` and `MarkdownParserResponse` to `@types`
|
||||
- e4945232: Fix a host of compiler bugs, including:
|
||||
- CSS scoping of `*` character inside of `calc()` expressions
|
||||
- Encoding of double quotes inside of quoted attributes
|
||||
- Expressions inside of `<table>` elements
|
||||
- 8cb77959: Fixes building of non-hoisted scripts
|
||||
- fc5f4163: Fix regression with `astro build` 404.astro output
|
||||
- Updated dependencies [679d4395]
|
||||
- @astrojs/markdown-remark@0.5.0
|
||||
|
||||
## 0.21.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "astro",
|
||||
"version": "0.21.1",
|
||||
"version": "0.21.2",
|
||||
"author": "Skypack",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
@ -55,7 +55,7 @@
|
|||
"dependencies": {
|
||||
"@astrojs/compiler": "^0.3.4",
|
||||
"@astrojs/language-server": "^0.7.16",
|
||||
"@astrojs/markdown-remark": "^0.4.0",
|
||||
"@astrojs/markdown-remark": "^0.5.0",
|
||||
"@astrojs/prism": "0.3.0",
|
||||
"@astrojs/renderer-preact": "^0.3.0",
|
||||
"@astrojs/renderer-react": "0.3.0",
|
||||
|
|
|
@ -1,5 +1,16 @@
|
|||
# @astrojs/markdown-remark
|
||||
|
||||
## 0.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 679d4395: - Upgraded dependencies
|
||||
- Replaced `remark-slug` with `rehype-slug` because [it was deprecated](https://github.com/remarkjs/remark-slug)
|
||||
- Replaced `@silvenon/remark-smartypants` with `remark-smartypants` because its name was changed
|
||||
- Disable **all** built-in plugins when custom remark and/or rehype plugins are added
|
||||
- Removed `remark-footnotes` because [`remark-gfm` now supports footnotes](https://github.com/remarkjs/remark-gfm/releases/tag/3.0.0)
|
||||
- Re-added `remark-smartypants` and `rehype-slug` to the default plugins list
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/markdown-remark",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"main": "./dist/index.js",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/renderer-lit
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ec01d1b4: renderer-lit will bind to properties rather than attributes fixing certain binding issues
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/renderer-lit",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "A Lit renderer for Astro",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.21.1"
|
||||
"astro": "^0.21.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue