Version Packages (#1228)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-08-26 12:56:36 -04:00 committed by GitHub
parent d3499fc6dd
commit c83d481733
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 45 additions and 38 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/markdown-support': minor
---
Upgrade `@astrojs/markdown-support` dependencies. The `remark-rehype@9` upgrade enables accessible footnotes with `remark-footnotes`.

View file

@ -1,9 +0,0 @@
---
'astro': minor
---
**[BREAKING CHANGE]** stop bundling, building, and processing public files. This fixes an issue where we weren't actually honoring the "do not process" property of the public directory.
If you were using the `public/` directory as expected and not using it to build files for you, then this should not be a breaking change. However, will notice that these files are no longer bundled.
If you were using the `public/` directory to build files (for example, like `public/index.scss`) then you can expect this to no longer work. As per the correct Astro documentation.

View file

@ -16,7 +16,7 @@
},
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.1.0",
"astro": "^0.19.0",
"astro": "^0.20.0",
"broken-link-checker": "^0.7.8",
"npm-run-all": "^4.1.5",
"pa11y-ci": "^2.4.2",

View file

@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.19.4"
"astro": "^0.20.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.19.4"
"astro": "^0.20.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.19.4"
"astro": "^0.20.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.1.0",
"astro": "^0.19.4"
"astro": "^0.20.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.19.4"
"astro": "^0.20.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.19.4"
"astro": "^0.20.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.19.4"
"astro": "^0.20.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.19.4",
"astro": "^0.20.0",
"@astrojs/renderer-solid": "0.1.0"
},
"snowpack": {

View file

@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.19.4"
"astro": "^0.20.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.19.4"
"astro": "^0.20.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.19.4"
"astro": "^0.20.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.19.4"
"astro": "^0.20.0"
},
"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.19.4"
"astro": "^0.20.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.19.4"
"astro": "^0.20.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.19.4",
"astro": "^0.20.0",
"rehype-add-classes": "^1.0.0",
"rehype-autolink-headings": "^6.1.0",
"rehype-toc": "^3.0.2",

View file

@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.19.4"
"astro": "^0.20.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.19.4"
"astro": "^0.20.0"
},
"dependencies": {
"nanostores": "^0.3.3"

View file

@ -9,7 +9,7 @@
},
"devDependencies": {
"tailwindcss": "^2.1.2",
"astro": "^0.19.4"
"astro": "^0.20.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -1,5 +1,20 @@
# astro
## 0.20.0
### Minor Changes
- affcd04f: **[BREAKING CHANGE]** stop bundling, building, and processing public files. This fixes an issue where we weren't actually honoring the "do not process" property of the public directory.
If you were using the `public/` directory as expected and not using it to build files for you, then this should not be a breaking change. However, will notice that these files are no longer bundled.
If you were using the `public/` directory to build files (for example, like `public/index.scss`) then you can expect this to no longer work. As per the correct Astro documentation.
### Patch Changes
- Updated dependencies [397d8f3d]
- @astrojs/markdown-support@0.3.0
## 0.19.4
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "0.19.4",
"version": "0.20.0",
"author": "Skypack",
"license": "MIT",
"type": "module",
@ -44,7 +44,7 @@
"test": "uvu test -i fixtures -i benchmark -i test-utils.js"
},
"dependencies": {
"@astrojs/markdown-support": "0.2.4",
"@astrojs/markdown-support": "0.3.0",
"@astrojs/parser": "0.18.6",
"@astrojs/prism": "0.2.2",
"@astrojs/renderer-preact": "0.2.1",

View file

@ -1,5 +1,11 @@
# @astrojs/markdown-support
## 0.3.0
### Minor Changes
- 397d8f3d: Upgrade `@astrojs/markdown-support` dependencies. The `remark-rehype@9` upgrade enables accessible footnotes with `remark-footnotes`.
## 0.2.4
### Patch Changes

View file

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

View file

@ -29,7 +29,7 @@
"vscode-languageserver-textdocument": "^1.0.1"
},
"devDependencies": {
"astro": "0.19.4",
"astro": "0.20.0",
"astro-scripts": "0.0.1"
}
}

View file

@ -8,6 +8,6 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.19.4"
"astro": "^0.20.0"
}
}