0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

Version Packages (#425)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-06-14 12:54:33 -04:00 committed by GitHub
parent e0989c696a
commit 5602aabfe0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 19 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes serialization of boolean attributes

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix scoped CSS selector when class contains a colon

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Allows doctype to be written with any casing

View file

@ -11,7 +11,7 @@
"lint": "prettier --check \"src/**/*.js\""
},
"dependencies": {
"astro": "^0.13.3",
"astro": "^0.13.4",
"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.3",
"astro": "^0.13.4",
"eleventy-plugin-nesting-toc": "^1.2.0",
"luxon": "^1.25.0",
"markdown-it": "^12.0.2",

View file

@ -1,5 +1,13 @@
# astro
## 0.13.4
### Patch Changes
- 2d85409: Fixes serialization of boolean attributes
- e0989c6: Fix scoped CSS selector when class contains a colon
- 42dee79: Allows doctype to be written with any casing
## 0.13.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "0.13.3",
"version": "0.13.4",
"author": "Skypack",
"license": "MIT",
"type": "module",

View file

@ -7,6 +7,6 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.13.3"
"astro": "^0.13.4"
}
}