Version Packages (#466)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-06-16 14:12:05 -04:00 committed by GitHub
parent f9f2da458d
commit 382868abfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 46 additions and 29 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Pass configured Tailwind config file to the tailwindcss plugin

View file

@ -1,8 +0,0 @@
---
'astro': patch
'@astrojs/parser': patch
'@astrojs/prism': patch
'@astrojs/markdown-support': patch
---
Add repository key to all package.json

View file

@ -1,5 +0,0 @@
---
'create-astro': patch
---
Add repository key to package.json for create-astro

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/parser
## 0.13.9
### Patch Changes
- f9f2da4: Add repository key to all package.json
## 0.13.8
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/parser",
"version": "0.13.8",
"version": "0.13.9",
"author": "Skypack",
"license": "MIT",
"type": "commonjs",

View file

@ -1,5 +1,11 @@
# @astrojs/prism
## 0.2.2
### Patch Changes
- f9f2da4: Add repository key to all package.json
## 0.2.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/prism",
"version": "0.2.1",
"version": "0.2.2",
"description": "IYKYK",
"main": "index.mjs",
"repository": {

View file

@ -1,5 +1,16 @@
# astro
## 0.13.9
### Patch Changes
- 3ada25d: Pass configured Tailwind config file to the tailwindcss plugin
- f9f2da4: Add repository key to all package.json
- Updated dependencies [f9f2da4]
- @astrojs/parser@0.13.9
- @astrojs/prism@0.2.2
- @astrojs/markdown-support@0.1.2
## 0.13.8
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "0.13.8",
"version": "0.13.9",
"author": "Skypack",
"license": "MIT",
"type": "module",
@ -41,9 +41,9 @@
"test": "uvu test -i fixtures -i benchmark -i test-utils.js"
},
"dependencies": {
"@astrojs/markdown-support": "0.1.1",
"@astrojs/parser": "0.13.8",
"@astrojs/prism": "0.2.1",
"@astrojs/markdown-support": "0.1.2",
"@astrojs/parser": "0.13.9",
"@astrojs/prism": "0.2.2",
"@astrojs/renderer-preact": "0.1.2",
"@astrojs/renderer-react": "0.1.2",
"@astrojs/renderer-svelte": "0.1.1",

View file

@ -1,5 +1,11 @@
# create-astro
## 0.3.3
### Patch Changes
- f9f2da4: Add repository key to package.json for create-astro
## 0.3.2
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/markdown-support
## 0.1.2
### Patch Changes
- f9f2da4: Add repository key to all package.json
## 0.1.1
### Patch Changes

View file

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

View file

@ -7,6 +7,6 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.13.8"
"astro": "^0.13.9"
}
}