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" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-lit": "^0.1.1", "@astrojs/renderer-lit": "^0.1.2",
"astro": "^0.20.8" "astro": "^0.20.8"
}, },
"snowpack": { "snowpack": {

View file

@ -1,5 +1,11 @@
# @astrojs/renderer-lit # @astrojs/renderer-lit
## 0.1.2
### Patch Changes
- 806dcd8d: Update Lit renderer to use v2 release
## 0.1.1 ## 0.1.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/renderer-lit", "name": "@astrojs/renderer-lit",
"version": "0.1.1", "version": "0.1.2",
"description": "A Lit renderer for Astro", "description": "A Lit renderer for Astro",
"type": "module", "type": "module",
"exports": { "exports": {