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\"" "lint": "prettier --check \"src/**/*.js\""
}, },
"dependencies": { "dependencies": {
"astro": "^0.13.8", "astro": "^0.13.9",
"date-fns": "^2.19.0", "date-fns": "^2.19.0",
"deepmerge": "^4.2.2", "deepmerge": "^4.2.2",
"docsearch.js": "^2.6.3", "docsearch.js": "^2.6.3",
@ -25,7 +25,7 @@
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.4", "@11ty/eleventy-plugin-syntaxhighlight": "^3.0.4",
"@contentful/rich-text-html-renderer": "^14.1.2", "@contentful/rich-text-html-renderer": "^14.1.2",
"@contentful/rich-text-types": "^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", "eleventy-plugin-nesting-toc": "^1.2.0",
"luxon": "^1.25.0", "luxon": "^1.25.0",
"markdown-it": "^12.0.2", "markdown-it": "^12.0.2",

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,16 @@
# astro # 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 ## 0.13.8
### Patch Changes ### Patch Changes

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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