Version Packages (#381)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-06-11 09:15:16 -04:00 committed by GitHub
parent 86694cb8b8
commit 6eacdbae42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 23 additions and 27 deletions

View file

@ -1,5 +0,0 @@
---
'astro': minor
---
Set the minimum Node version in the engines field

View file

@ -1,5 +0,0 @@
---
'astro': minor
---
Removes a second instance of snowpack which degraded peformance

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
nit: ask user to modify devOptions.port when addr in use for dev

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.12.9"
"astro": "^0.13.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.12.9",
"astro": "^0.13.0",
"nodemon": "^2.0.7"
},
"snowpack": {

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.12.9"
"astro": "^0.13.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.12.9"
"astro": "^0.13.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.12.9"
"astro": "^0.13.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

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

View file

@ -7,6 +7,6 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.12.9"
"astro": "^0.13.0"
}
}

View file

@ -8,7 +8,7 @@
},
"devDependencies": {
"tailwindcss": "^2.1.2",
"astro": "^0.12.9"
"astro": "^0.13.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -1,5 +1,16 @@
# astro
## 0.13.0
### Minor Changes
- ce93361: Set the minimum Node version in the engines field
- 1bab906: Removes a second instance of snowpack which degraded peformance
### Patch Changes
- 5fbc1cb: nit: ask user to modify devOptions.port when addr in use for dev
## 0.12.10
### Patch Changes

View file

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

View file

@ -15,7 +15,7 @@
"dev": "astro-scripts dev 'src/index.ts'"
},
"devDependencies": {
"astro": "^0.12.0-next.0",
"astro": "^0.13.0",
"astro-scripts": "0.0.1",
"source-map": "^0.7.3",
"typescript": "^4.3.1-rc",

View file

@ -7,6 +7,6 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.12.10"
"astro": "^0.13.0"
}
}