Version Packages (#295)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-06-04 14:28:14 -04:00 committed by GitHub
parent aeba57d236
commit 7b900d8673
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 26 additions and 18 deletions

View file

@ -1,6 +0,0 @@
---
'astro': patch
'@astrojs/markdown-support': patch
---
Fixes issues with using astro via the create script

View file

@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
"astro": "0.12.1",
"astro": "0.12.2",
"nodemon": "^2.0.7"
},
"snowpack": {

View file

@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
"astro": "^0.12.1",
"astro": "^0.12.2",
"nodemon": "^2.0.7"
},
"snowpack": {

View file

@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
"astro": "^0.12.1",
"astro": "^0.12.2",
"nodemon": "^2.0.7"
},
"snowpack": {

View file

@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
"astro": "^0.12.1",
"astro": "^0.12.2",
"nodemon": "^2.0.7"
},
"snowpack": {

View file

@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
"astro": "^0.12.1"
"astro": "^0.12.2"
},
"snowpack": {
"workspaceRoot": "../.."

View file

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

View file

@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
"astro": "^0.12.1",
"astro": "^0.12.2",
"tailwindcss": "^2.1.2"
},
"snowpack": {

View file

@ -1,5 +1,13 @@
# astro
## 0.12.2
### Patch Changes
- 50e6f49: Fixes issues with using astro via the create script
- Updated dependencies [50e6f49]
- @astrojs/markdown-support@0.1.1
## 0.12.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "0.12.1",
"version": "0.12.2",
"author": "Skypack",
"license": "MIT",
"type": "module",
@ -35,7 +35,7 @@
"test": "uvu test -i fixtures -i benchmark -i test-utils.js"
},
"dependencies": {
"@astrojs/markdown-support": "0.1.0",
"@astrojs/markdown-support": "0.1.1",
"@astrojs/renderer-preact": "0.1.0",
"@astrojs/renderer-react": "0.1.0",
"@astrojs/renderer-svelte": "0.1.0",

View file

@ -0,0 +1,6 @@
# @astrojs/markdown-support
## 0.1.1
### Patch Changes
- 50e6f49: Fixes issues with using astro via the create script

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-support",
"version": "0.1.0",
"version": "0.1.1",
"main": "./dist/index.js",
"type": "commonjs",
"exports": {

View file

@ -6,6 +6,6 @@
"build": "astro build ."
},
"devDependencies": {
"astro": "^0.12.1"
"astro": "^0.12.2"
}
}