Version Packages (next) (#794)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-07-21 08:18:13 -07:00 committed by GitHub
parent b0e6b5cbad
commit ac64d198e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 75 additions and 24 deletions

View file

@ -34,7 +34,21 @@
"astro-vscode": "0.5.0", "astro-vscode": "0.5.0",
"www": "1.1.0", "www": "1.1.0",
"@example/framework-lit": "0.0.1", "@example/framework-lit": "0.0.1",
"@astrojs/renderer-lit": "0.1.0" "@astrojs/renderer-lit": "0.1.0",
"docs": "0.0.2"
}, },
"changesets": ["fair-flowers-sleep", "lemon-jars-poke", "tender-paws-smash", "wicked-gifts-cover"] "changesets": [
"eight-mangos-pretend",
"empty-otters-smell",
"fair-flowers-sleep",
"famous-bees-fry",
"funny-beers-knock",
"good-teachers-relax",
"lemon-jars-poke",
"odd-cameras-wave",
"strange-kids-sing",
"tender-paws-smash",
"two-squids-film",
"wicked-gifts-cover"
]
} }

View file

@ -7,7 +7,7 @@
"build": "astro build" "build": "astro build"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.18.0-next.1" "astro": "^0.18.0-next.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build" "build": "astro build"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.18.0-next.1" "astro": "^0.18.0-next.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build" "build": "astro build"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.18.0-next.1" "astro": "^0.18.0-next.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build" "build": "astro build"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.18.0-next.1" "astro": "^0.18.0-next.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build" "build": "astro build"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.18.0-next.1" "astro": "^0.18.0-next.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build" "build": "astro build"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.18.0-next.1" "astro": "^0.18.0-next.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build" "build": "astro build"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.18.0-next.1" "astro": "^0.18.0-next.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build" "build": "astro build"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.18.0-next.1" "astro": "^0.18.0-next.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build" "build": "astro build"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.18.0-next.1" "astro": "^0.18.0-next.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build" "build": "astro build"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.18.0-next.1" "astro": "^0.18.0-next.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -11,7 +11,7 @@
"lint": "prettier --check \"src/**/*.js\"" "lint": "prettier --check \"src/**/*.js\""
}, },
"dependencies": { "dependencies": {
"astro": "^0.18.0-next.1", "astro": "^0.18.0-next.2",
"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.18.0-next.1", "astro": "^0.18.0-next.2",
"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

@ -7,7 +7,7 @@
"build": "astro build" "build": "astro build"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.18.0-next.1" "astro": "^0.18.0-next.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build" "build": "astro build"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.18.0-next.1", "astro": "^0.18.0-next.2",
"rehype-add-classes": "^1.0.0", "rehype-add-classes": "^1.0.0",
"rehype-toc": "^3.0.2", "rehype-toc": "^3.0.2",
"remark-autolink-headings": "^6.0.1", "remark-autolink-headings": "^6.0.1",

View file

@ -7,7 +7,7 @@
"build": "astro build" "build": "astro build"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.18.0-next.1" "astro": "^0.18.0-next.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build" "build": "astro build"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.18.0-next.1" "astro": "^0.18.0-next.2"
}, },
"dependencies": { "dependencies": {
"nanostores": "^0.3.3" "nanostores": "^0.3.3"

View file

@ -8,7 +8,7 @@
}, },
"devDependencies": { "devDependencies": {
"tailwindcss": "^2.1.2", "tailwindcss": "^2.1.2",
"astro": "^0.18.0-next.1" "astro": "^0.18.0-next.2"
}, },
"snowpack": { "snowpack": {
"workspaceRoot": "../.." "workspaceRoot": "../.."

View file

@ -1,5 +1,12 @@
# @astrojs/parser # @astrojs/parser
## 0.18.0-next.2
### Patch Changes
- a7e6666: compile javascript to target Node v12.x
- b85e68a: Fixes case where custom elements are not handled within JSX expressions
## 0.15.4 ## 0.15.4
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/parser", "name": "@astrojs/parser",
"version": "0.15.4", "version": "0.18.0-next.2",
"author": "Skypack", "author": "Skypack",
"license": "MIT", "license": "MIT",
"type": "commonjs", "type": "commonjs",

View file

@ -1,5 +1,28 @@
# astro # astro
## 0.18.0-next.2
### Minor Changes
- f67e8f5: New Collections API (createCollection)
BREAKING CHANGE: The expected return format from createCollection() has been changed. Visit https://docs.astro.build/core-concepts/collections to learn the new API.
This feature was implemented with backwards-compatible deprecation warnings, to help you find and update pages that are using the legacy API.
- 40c882a: Fix url to find page with "index" at the end file name
### Patch Changes
- a7e6666: compile javascript to target Node v12.x
- fb8bf7e: Allow multiple Astro servers to be running simultaneously by choosing random ports if the defaults are taken.
- 0e761b9: Add ability to specify hostname in devOptions
- 007c220: Remove custom Astro.fetchContent() glob implementation, use `import.meta.globEager` internally instead.
- b85e68a: Fixes case where custom elements are not handled within JSX expressions
- Updated dependencies [a7e6666]
- Updated dependencies [b85e68a]
- @astrojs/parser@0.18.0-next.2
## 0.18.0-next.1 ## 0.18.0-next.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "astro", "name": "astro",
"version": "0.18.0-next.1", "version": "0.18.0-next.2",
"author": "Skypack", "author": "Skypack",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
@ -42,7 +42,7 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/markdown-support": "0.2.0", "@astrojs/markdown-support": "0.2.0",
"@astrojs/parser": "0.15.4", "@astrojs/parser": "0.18.0-next.2",
"@astrojs/prism": "0.2.2", "@astrojs/prism": "0.2.2",
"@astrojs/renderer-preact": "0.1.3", "@astrojs/renderer-preact": "0.1.3",
"@astrojs/renderer-react": "0.1.5", "@astrojs/renderer-react": "0.1.5",

View file

@ -1,5 +1,12 @@
# create-astro # create-astro
## 0.5.1-next.0
### Patch Changes
- a7e6666: compile javascript to target Node v12.x
- d45431d: create-astro does not fail when removing subdirectories
## 0.5.0 ## 0.5.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "create-astro", "name": "create-astro",
"version": "0.5.0", "version": "0.5.1-next.0",
"type": "module", "type": "module",
"repository": { "repository": {
"type": "git", "type": "git",

View file

@ -7,6 +7,6 @@
"build": "astro build" "build": "astro build"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.18.0-next.1" "astro": "^0.18.0-next.2"
} }
} }