Version Packages (#923)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-07-28 16:03:39 -04:00 committed by GitHub
parent 460e62535e
commit 3f167c13cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 34 additions and 26 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/markdown-support': patch
---
Move remaining missing dependencies

View file

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

View file

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

View file

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

View file

@ -8,7 +8,7 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.1.0",
"astro": "^0.18.3"
"astro": "^0.18.4"
},
"snowpack": {
"workspaceRoot": "../.."

View file

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

View file

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

View file

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

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.3",
"astro": "^0.18.4",
"@astrojs/renderer-solid": "0.1.0"
},
"snowpack": {

View file

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

View file

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

View file

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

View file

@ -18,7 +18,7 @@
"devDependencies": {
"@contentful/rich-text-html-renderer": "^14.1.2",
"@contentful/rich-text-types": "^14.1.2",
"astro": "^0.18.3"
"astro": "^0.18.4"
},
"snowpack": {
"workspaceRoot": "../.."

View file

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

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.3",
"astro": "^0.18.4",
"rehype-add-classes": "^1.0.0",
"rehype-toc": "^3.0.2",
"remark-autolink-headings": "^6.0.1",

View file

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

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.3"
"astro": "^0.18.4"
},
"dependencies": {
"nanostores": "^0.3.3"

View file

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

View file

@ -1,5 +1,12 @@
# astro
## 0.18.4
### Patch Changes
- Updated dependencies [460e625]
- @astrojs/markdown-support@0.2.3
## 0.18.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "0.18.3",
"version": "0.18.4",
"author": "Skypack",
"license": "MIT",
"type": "module",
@ -43,7 +43,7 @@
"test": "uvu test -i fixtures -i benchmark -i test-utils.js"
},
"dependencies": {
"@astrojs/markdown-support": "0.2.2",
"@astrojs/markdown-support": "0.2.3",
"@astrojs/parser": "0.18.0",
"@astrojs/prism": "0.2.2",
"@astrojs/renderer-preact": "0.2.0",

View file

@ -1,5 +1,11 @@
# @astrojs/markdown-support
## 0.2.3
### Patch Changes
- 460e625: Move remaining missing dependencies
## 0.2.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-support",
"version": "0.2.2",
"version": "0.2.3",
"main": "./dist/index.js",
"type": "module",
"repository": {

View file

@ -7,6 +7,6 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.3"
"astro": "^0.18.4"
}
}