mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Version Packages (#1451)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
806dcd8d8d
commit
b78a58ed33
4 changed files with 8 additions and 7 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@astrojs/renderer-lit": patch
|
||||
---
|
||||
|
||||
Update Lit renderer to use v2 release
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/renderer-lit": "^0.1.1",
|
||||
"@astrojs/renderer-lit": "^0.1.2",
|
||||
"astro": "^0.20.8"
|
||||
},
|
||||
"snowpack": {
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/renderer-lit
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 806dcd8d: Update Lit renderer to use v2 release
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/renderer-lit",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "A Lit renderer for Astro",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
|
|
Loading…
Reference in a new issue