Version Packages (next) ()

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-08-11 15:50:14 -07:00 committed by GitHub
parent b56c0cbda1
commit 10d6fa4bca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 43 additions and 22 deletions
.changeset
docs
examples
blog-multiple-authors
blog
docs
framework-lit
framework-multiple
framework-preact
framework-react
framework-solid
framework-svelte
framework-vue
portfolio
snowpack
starter
with-markdown-plugins
with-markdown
with-nanostores
with-tailwindcss
packages/astro
tools/language-server
www

View file

@ -39,5 +39,7 @@
"astro-vscode": "0.6.1",
"www": "1.1.0"
},
"changesets": []
"changesets": [
"light-ads-grin"
]
}

View file

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

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.10"
"astro": "^0.19.0-next.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.10"
"astro": "^0.19.0-next.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.10"
"astro": "^0.19.0-next.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -8,7 +8,7 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.1.0",
"astro": "^0.18.10"
"astro": "^0.19.0-next.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.10"
"astro": "^0.19.0-next.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.10"
"astro": "^0.19.0-next.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.10"
"astro": "^0.19.0-next.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.10",
"astro": "^0.19.0-next.0",
"@astrojs/renderer-solid": "0.1.0"
},
"snowpack": {

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.10"
"astro": "^0.19.0-next.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.10"
"astro": "^0.19.0-next.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.10"
"astro": "^0.19.0-next.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.18.10"
"astro": "^0.19.0-next.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.10"
"astro": "^0.19.0-next.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.10",
"astro": "^0.19.0-next.0",
"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.10"
"astro": "^0.19.0-next.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.10"
"astro": "^0.19.0-next.0"
},
"dependencies": {
"nanostores": "^0.3.3"

View file

@ -8,7 +8,7 @@
},
"devDependencies": {
"tailwindcss": "^2.1.2",
"astro": "^0.18.10"
"astro": "^0.19.0-next.0"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -1,5 +1,24 @@
# astro
## 0.19.0-next.0
### Minor Changes
- 0f0cc2b9: **[BREAKING]** Replace the Collections API with new file-based routing.
This is a breaking change which impacts collections, pagination, and RSS support.
Runtime warnings have been added to help you migrate old code to the new API.
If you have trouble upgrading, reach out on https://astro.build/chat
This change was made due to confusion around our Collection API, which many users found difficult to use. The new file-based routing approach should feel more familiar to anyone who has used Next.js or SvelteKit.
Documentation added:
- https://astro-docs-git-main-pikapkg.vercel.app/core-concepts/routing
- https://astro-docs-git-main-pikapkg.vercel.app/guides/pagination
- https://astro-docs-git-main-pikapkg.vercel.app/guides/rss
- https://astro-docs-git-main-pikapkg.vercel.app/reference/api-reference#getstaticpaths
## 0.18.10
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "0.18.10",
"version": "0.19.0-next.0",
"author": "Skypack",
"license": "MIT",
"type": "module",

View file

@ -29,7 +29,7 @@
"vscode-languageserver-textdocument": "^1.0.1"
},
"devDependencies": {
"astro": "0.18.10",
"astro": "0.19.0-next.0",
"astro-scripts": "0.0.1"
}
}

View file

@ -7,6 +7,6 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.10"
"astro": "^0.19.0-next.0"
}
}