mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Version Packages (#446)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
9d4a40fccc
commit
28c2d74dc3
9 changed files with 28 additions and 14 deletions
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'@astrojs/renderer-preact': patch
|
||||
'@astrojs/renderer-react': patch
|
||||
---
|
||||
|
||||
Fixes bug with using arrow function components
|
|
@ -11,7 +11,7 @@
|
|||
"lint": "prettier --check \"src/**/*.js\""
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^0.13.6",
|
||||
"astro": "^0.13.7",
|
||||
"date-fns": "^2.19.0",
|
||||
"deepmerge": "^4.2.2",
|
||||
"docsearch.js": "^2.6.3",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.4",
|
||||
"@contentful/rich-text-html-renderer": "^14.1.2",
|
||||
"@contentful/rich-text-types": "^14.1.2",
|
||||
"astro": "^0.13.6",
|
||||
"astro": "^0.13.7",
|
||||
"eleventy-plugin-nesting-toc": "^1.2.0",
|
||||
"luxon": "^1.25.0",
|
||||
"markdown-it": "^12.0.2",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# astro
|
||||
|
||||
## 0.13.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9d4a40f]
|
||||
- @astrojs/renderer-preact@0.1.2
|
||||
- @astrojs/renderer-react@0.1.2
|
||||
|
||||
## 0.13.6
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "astro",
|
||||
"version": "0.13.6",
|
||||
"version": "0.13.7",
|
||||
"author": "Skypack",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
@ -39,8 +39,8 @@
|
|||
"@astrojs/markdown-support": "0.1.1",
|
||||
"@astrojs/parser": "0.13.3",
|
||||
"@astrojs/prism": "0.2.1",
|
||||
"@astrojs/renderer-preact": "0.1.1",
|
||||
"@astrojs/renderer-react": "0.1.1",
|
||||
"@astrojs/renderer-preact": "0.1.2",
|
||||
"@astrojs/renderer-react": "0.1.2",
|
||||
"@astrojs/renderer-svelte": "0.1.1",
|
||||
"@astrojs/renderer-vue": "0.1.2",
|
||||
"@babel/code-frame": "^7.12.13",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/renderer-preact
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9d4a40f: Fixes bug with using arrow function components
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/renderer-preact",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/renderer-react
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9d4a40f: Fixes bug with using arrow function components
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/renderer-react",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
"build": "astro build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.13.6"
|
||||
"astro": "^0.13.7"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue