0
Fork 0
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:
github-actions[bot] 2021-09-28 15:34:16 -04:00 committed by GitHub
parent 806dcd8d8d
commit b78a58ed33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 7 deletions

View file

@ -1,5 +0,0 @@
---
"@astrojs/renderer-lit": patch
---
Update Lit renderer to use v2 release

View file

@ -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": {

View file

@ -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

View file

@ -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": {