0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

Version Packages (next) (#1092)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-08-12 01:39:34 -07:00 committed by GitHub
parent 089d1e7a5e
commit 43e17e59da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 28 additions and 21 deletions

View file

@ -41,6 +41,7 @@
},
"changesets": [
"honest-rivers-call",
"light-ads-grin"
"light-ads-grin",
"tidy-hotels-serve"
]
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,11 @@
# astro
## 0.19.0-next.2
### Patch Changes
- 089d1e7a: update dependencies, and fix a bad .flat() call
## 0.19.0-next.1
### Patch Changes

View file

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

View file

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

View file

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