Version Packages (#513)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-06-22 15:01:33 -04:00 committed by GitHub
parent 09b5779884
commit 16724f93e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 26 additions and 24 deletions

View file

@ -1,5 +0,0 @@
---
'astro': minor
---
Removes mounting the project folder and adds a `src` root option

View file

@ -1,5 +0,0 @@
---
'create-astro': patch
---
fix small output bugs

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,11 @@
# astro
## 0.14.0
### Minor Changes
- 09b5779: Removes mounting the project folder and adds a `src` root option
## 0.13.12
_Rolling back to 0.13.10 to prevent a regression in the dev server output._

View file

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

View file

@ -1,5 +1,11 @@
# create-astro
## 0.3.4
### Patch Changes
- b0e41ea: fix small output bugs
## 0.3.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "create-astro",
"version": "0.3.3",
"version": "0.3.4",
"type": "module",
"repository": {
"type": "git",

View file

@ -28,7 +28,7 @@
"vscode-languageserver-textdocument": "^1.0.1"
},
"devDependencies": {
"astro": "^0.13.0",
"astro": "^0.14.0",
"astro-scripts": "0.0.1"
}
}

View file

@ -7,6 +7,6 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.13.11"
"astro": "^0.14.0"
}
}