[ci] release (#3378)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-05-17 11:50:18 -04:00 committed by GitHub
parent 42251f3eb4
commit f54072bd3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
50 changed files with 114 additions and 117 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/netlify': minor
---
Updating out directories for Netlify Functions

View file

@ -1,5 +0,0 @@
---
'@astrojs/netlify': minor
---
Change out directories on dist and serverEntry

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes nested style bug causing initial styles to be off

View file

@ -1,5 +0,0 @@
---
'@astrojs/lit': patch
---
Added tests and fix a small edge case for when you call render with no props/attrs

View file

@ -1,5 +0,0 @@
---
'@astrojs/partytown': patch
---
Add config options for integration

View file

@ -1,5 +0,0 @@
---
'@astrojs/vercel': patch
---
Remove `nodeVersion` option for `serverless` target. Now it is inferred from Vercel

View file

@ -1,5 +0,0 @@
---
'@astrojs/turbolinks': patch
---
The @astrojs/turbolinks integration has been deprecated

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes issue with loading md pages in project with a space in folder name

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Allow using aliases for hydrated scripts

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.0-beta.28" "astro": "^1.0.0-beta.29"
} }
} }

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^0.1.2", "@astrojs/preact": "^0.1.2",
"astro": "^1.0.0-beta.28", "astro": "^1.0.0-beta.29",
"sass": "^1.51.0" "sass": "^1.51.0"
}, },
"dependencies": { "dependencies": {

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^0.1.2", "@astrojs/preact": "^0.1.2",
"astro": "^1.0.0-beta.28" "astro": "^1.0.0-beta.29"
}, },
"dependencies": { "dependencies": {
"preact": "^10.7.2" "preact": "^10.7.2"

View file

@ -10,6 +10,6 @@
}, },
"devDependencies": { "devDependencies": {
"@example/my-component": "workspace:*", "@example/my-component": "workspace:*",
"astro": "^1.0.0-beta.28" "astro": "^1.0.0-beta.29"
} }
} }

View file

@ -8,6 +8,6 @@
"serve": "astro --root demo preview" "serve": "astro --root demo preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.0-beta.28" "astro": "^1.0.0-beta.29"
} }
} }

View file

@ -20,6 +20,6 @@
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^0.1.2", "@astrojs/preact": "^0.1.2",
"@astrojs/react": "^0.1.2", "@astrojs/react": "^0.1.2",
"astro": "^1.0.0-beta.28" "astro": "^1.0.0-beta.29"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.0-beta.28" "astro": "^1.0.0-beta.29"
} }
} }

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.0-beta.28" "astro": "^1.0.0-beta.29"
}, },
"dependencies": { "dependencies": {
"alpinejs": "^3.10.2" "alpinejs": "^3.10.2"

View file

@ -9,8 +9,8 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/lit": "^0.1.2", "@astrojs/lit": "^0.1.3",
"astro": "^1.0.0-beta.28" "astro": "^1.0.0-beta.29"
}, },
"dependencies": { "dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0", "@webcomponents/template-shadowroot": "^0.1.0",

View file

@ -9,13 +9,13 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/lit": "^0.1.2", "@astrojs/lit": "^0.1.3",
"@astrojs/preact": "^0.1.2", "@astrojs/preact": "^0.1.2",
"@astrojs/react": "^0.1.2", "@astrojs/react": "^0.1.2",
"@astrojs/solid-js": "^0.1.2", "@astrojs/solid-js": "^0.1.2",
"@astrojs/svelte": "^0.1.3", "@astrojs/svelte": "^0.1.3",
"@astrojs/vue": "^0.1.4", "@astrojs/vue": "^0.1.4",
"astro": "^1.0.0-beta.28" "astro": "^1.0.0-beta.29"
}, },
"dependencies": { "dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0", "@webcomponents/template-shadowroot": "^0.1.0",

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^0.1.2", "@astrojs/preact": "^0.1.2",
"astro": "^1.0.0-beta.28" "astro": "^1.0.0-beta.29"
}, },
"dependencies": { "dependencies": {
"preact": "^10.7.2" "preact": "^10.7.2"

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/react": "^0.1.2", "@astrojs/react": "^0.1.2",
"astro": "^1.0.0-beta.28" "astro": "^1.0.0-beta.29"
}, },
"dependencies": { "dependencies": {
"@types/react": "^18.0.9", "@types/react": "^18.0.9",

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/solid-js": "^0.1.2", "@astrojs/solid-js": "^0.1.2",
"astro": "^1.0.0-beta.28" "astro": "^1.0.0-beta.29"
}, },
"dependencies": { "dependencies": {
"solid-js": "^1.4.1" "solid-js": "^1.4.1"

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/svelte": "^0.1.3", "@astrojs/svelte": "^0.1.3",
"astro": "^1.0.0-beta.28" "astro": "^1.0.0-beta.29"
}, },
"dependencies": { "dependencies": {
"svelte": "^3.48.0" "svelte": "^3.48.0"

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/vue": "^0.1.4", "@astrojs/vue": "^0.1.4",
"astro": "^1.0.0-beta.28" "astro": "^1.0.0-beta.29"
}, },
"dependencies": { "dependencies": {
"vue": "^3.2.33" "vue": "^3.2.33"

View file

@ -9,14 +9,14 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/lit": "^0.1.2", "@astrojs/lit": "^0.1.3",
"@astrojs/partytown": "^0.1.2", "@astrojs/partytown": "^0.1.3",
"@astrojs/react": "^0.1.2", "@astrojs/react": "^0.1.2",
"@astrojs/sitemap": "^0.1.0", "@astrojs/sitemap": "^0.1.0",
"@astrojs/solid-js": "0.1.2", "@astrojs/solid-js": "0.1.2",
"@astrojs/tailwind": "^0.2.1", "@astrojs/tailwind": "^0.2.1",
"@astrojs/turbolinks": "^0.1.2", "@astrojs/turbolinks": "^0.1.3",
"astro": "^1.0.0-beta.28", "astro": "^1.0.0-beta.29",
"solid-js": "^1.4.1" "solid-js": "^1.4.1"
}, },
"dependencies": { "dependencies": {

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.0-beta.28" "astro": "^1.0.0-beta.29"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.0-beta.28" "astro": "^1.0.0-beta.29"
} }
} }

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^0.1.2", "@astrojs/preact": "^0.1.2",
"astro": "^1.0.0-beta.28", "astro": "^1.0.0-beta.29",
"sass": "^1.51.0" "sass": "^1.51.0"
}, },
"dependencies": { "dependencies": {

View file

@ -11,7 +11,7 @@
"devDependencies": { "devDependencies": {
"@astrojs/node": "^0.1.1", "@astrojs/node": "^0.1.1",
"@astrojs/svelte": "^0.1.3", "@astrojs/svelte": "^0.1.3",
"astro": "^1.0.0-beta.28", "astro": "^1.0.0-beta.29",
"concurrently": "^7.2.0", "concurrently": "^7.2.0",
"lightcookie": "^1.0.25", "lightcookie": "^1.0.25",
"unocss": "^0.15.6", "unocss": "^0.15.6",

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.0-beta.28" "astro": "^1.0.0-beta.29"
} }
} }

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/react": "^0.1.2", "@astrojs/react": "^0.1.2",
"astro": "^1.0.0-beta.28", "astro": "^1.0.0-beta.29",
"sass": "^1.51.0" "sass": "^1.51.0"
}, },
"dependencies": { "dependencies": {

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/markdown-remark": "^0.9.4", "@astrojs/markdown-remark": "^0.9.4",
"astro": "^1.0.0-beta.28", "astro": "^1.0.0-beta.29",
"hast-util-select": "5.0.1", "hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1", "rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1", "rehype-slug": "^5.0.1",

View file

@ -10,6 +10,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/markdown-remark": "^0.9.4", "@astrojs/markdown-remark": "^0.9.4",
"astro": "^1.0.0-beta.28" "astro": "^1.0.0-beta.29"
} }
} }

View file

@ -14,7 +14,7 @@
"@astrojs/react": "^0.1.2", "@astrojs/react": "^0.1.2",
"@astrojs/svelte": "^0.1.3", "@astrojs/svelte": "^0.1.3",
"@astrojs/vue": "^0.1.4", "@astrojs/vue": "^0.1.4",
"astro": "^1.0.0-beta.28" "astro": "^1.0.0-beta.29"
}, },
"dependencies": { "dependencies": {
"preact": "^10.7.2", "preact": "^10.7.2",

View file

@ -25,6 +25,6 @@
"@astrojs/solid-js": "^0.1.2", "@astrojs/solid-js": "^0.1.2",
"@astrojs/svelte": "^0.1.3", "@astrojs/svelte": "^0.1.3",
"@astrojs/vue": "^0.1.4", "@astrojs/vue": "^0.1.4",
"astro": "^1.0.0-beta.28" "astro": "^1.0.0-beta.29"
} }
} }

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/tailwind": "^0.2.1", "@astrojs/tailwind": "^0.2.1",
"astro": "^1.0.0-beta.28", "astro": "^1.0.0-beta.29",
"autoprefixer": "^10.4.7", "autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1", "canvas-confetti": "^1.5.1",
"postcss": "^8.4.13", "postcss": "^8.4.13",

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.0-beta.28", "astro": "^1.0.0-beta.29",
"vite-plugin-pwa": "0.11.11", "vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3" "workbox-window": "^6.5.3"
} }

View file

@ -1,5 +1,15 @@
# astro # astro
## 1.0.0-beta.29
### Patch Changes
- [#3388](https://github.com/withastro/astro/pull/3388) [`4d00473d`](https://github.com/withastro/astro/commit/4d00473dbd20e673b5c9857d500dee072bb20f99) Thanks [@matthewp](https://github.com/matthewp)! - Fixes nested style bug causing initial styles to be off
* [#3379](https://github.com/withastro/astro/pull/3379) [`0259d765`](https://github.com/withastro/astro/commit/0259d7658be82a4a5e09fb703498571d958a0569) Thanks [@matthewp](https://github.com/matthewp)! - Fixes issue with loading md pages in project with a space in folder name
- [#3376](https://github.com/withastro/astro/pull/3376) [`b1230152`](https://github.com/withastro/astro/commit/b1230152ff67ca9c184b24023651f4f8739097b8) Thanks [@matthewp](https://github.com/matthewp)! - Allow using aliases for hydrated scripts
## 1.0.0-beta.28 ## 1.0.0-beta.28
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "astro", "name": "astro",
"version": "1.0.0-beta.28", "version": "1.0.0-beta.29",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/lit # @astrojs/lit
## 0.1.3
### Patch Changes
- [#3375](https://github.com/withastro/astro/pull/3375) [`fe61e469`](https://github.com/withastro/astro/commit/fe61e469b243c27781112499f151782baf9004a4) Thanks [@jdvivar](https://github.com/jdvivar)! - Added tests and fix a small edge case for when you call render with no props/attrs
## 0.1.2 ## 0.1.2
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/lit", "name": "@astrojs/lit",
"version": "0.1.2", "version": "0.1.3",
"description": "Use Lit components within Astro", "description": "Use Lit components within Astro",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",

View file

@ -1,5 +1,13 @@
# @astrojs/netlify # @astrojs/netlify
## 0.4.0
### Minor Changes
- [#3381](https://github.com/withastro/astro/pull/3381) [`43d92227`](https://github.com/withastro/astro/commit/43d922277afaeca9c90364fbf0b19477fd2c6566) Thanks [@sarahetter](https://github.com/sarahetter)! - Updating out directories for Netlify Functions
* [#3377](https://github.com/withastro/astro/pull/3377) [`e1294c42`](https://github.com/withastro/astro/commit/e1294c422b3d3e98ccc745fe95d5672c9a17fe1f) Thanks [@sarahetter](https://github.com/sarahetter)! - Change out directories on dist and serverEntry
## 0.3.4 ## 0.3.4
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/netlify", "name": "@astrojs/netlify",
"description": "Deploy your site to Netlify", "description": "Deploy your site to Netlify",
"version": "0.3.4", "version": "0.4.0",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/partytown # @astrojs/partytown
## 0.1.3
### Patch Changes
- [#3380](https://github.com/withastro/astro/pull/3380) [`31b0bc87`](https://github.com/withastro/astro/commit/31b0bc87a4f6f652d9007810026e99756a32cc46) Thanks [@rotate-mark](https://github.com/rotate-mark)! - Add config options for integration
## 0.1.2 ## 0.1.2
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/partytown", "name": "@astrojs/partytown",
"description": "Astro + Partytown integration", "description": "Astro + Partytown integration",
"version": "0.1.2", "version": "0.1.3",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/turbolinks # @astrojs/turbolinks
## 0.1.3
### Patch Changes
- [#3383](https://github.com/withastro/astro/pull/3383) [`387ed0cf`](https://github.com/withastro/astro/commit/387ed0cfa1ed73e0025dd81f221ea7c95d724a59) Thanks [@tony-sull](https://github.com/tony-sull)! - The @astrojs/turbolinks integration has been deprecated
## 0.1.2 ## 0.1.2
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/turbolinks", "name": "@astrojs/turbolinks",
"description": "Turbolinks + Astro Integrations", "description": "Turbolinks + Astro Integrations",
"version": "0.1.2", "version": "0.1.3",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/vercel # @astrojs/vercel
## 0.2.2
### Patch Changes
- [#3368](https://github.com/withastro/astro/pull/3368) [`9d01f93b`](https://github.com/withastro/astro/commit/9d01f93b1c7db5d4afc4041e6ee73fb52f24d2d1) Thanks [@JuanM04](https://github.com/JuanM04)! - Remove `nodeVersion` option for `serverless` target. Now it is inferred from Vercel
## 0.2.1 ## 0.2.1
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/vercel", "name": "@astrojs/vercel",
"description": "Deploy your site to Vercel", "description": "Deploy your site to Vercel",
"version": "0.2.1", "version": "0.2.2",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",
"license": "MIT", "license": "MIT",

66
pnpm-lock.yaml generated
View file

@ -45,14 +45,14 @@ importers:
examples/basics: examples/basics:
specifiers: specifiers:
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/blog: examples/blog:
specifiers: specifiers:
'@astrojs/preact': ^0.1.2 '@astrojs/preact': ^0.1.2
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
preact: ^10.7.2 preact: ^10.7.2
dependencies: dependencies:
preact: 10.7.2 preact: 10.7.2
@ -63,7 +63,7 @@ importers:
examples/blog-multiple-authors: examples/blog-multiple-authors:
specifiers: specifiers:
'@astrojs/preact': ^0.1.2 '@astrojs/preact': ^0.1.2
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
preact: ^10.7.2 preact: ^10.7.2
sass: ^1.51.0 sass: ^1.51.0
dependencies: dependencies:
@ -75,14 +75,14 @@ importers:
examples/component: examples/component:
specifiers: specifiers:
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/component/demo: examples/component/demo:
specifiers: specifiers:
'@example/my-component': workspace:* '@example/my-component': workspace:*
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
devDependencies: devDependencies:
'@example/my-component': link:../packages/my-component '@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro astro: link:../../../packages/astro
@ -98,7 +98,7 @@ importers:
'@docsearch/css': ^3.0.0 '@docsearch/css': ^3.0.0
'@docsearch/react': ^3.0.0 '@docsearch/react': ^3.0.0
'@types/react': ^17.0.45 '@types/react': ^17.0.45
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
preact: ^10.7.2 preact: ^10.7.2
react: ^17.0.2 react: ^17.0.2
react-dom: ^17.0.2 react-dom: ^17.0.2
@ -117,14 +117,14 @@ importers:
examples/env-vars: examples/env-vars:
specifiers: specifiers:
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/framework-alpine: examples/framework-alpine:
specifiers: specifiers:
alpinejs: ^3.10.2 alpinejs: ^3.10.2
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
dependencies: dependencies:
alpinejs: 3.10.2 alpinejs: 3.10.2
devDependencies: devDependencies:
@ -132,9 +132,9 @@ importers:
examples/framework-lit: examples/framework-lit:
specifiers: specifiers:
'@astrojs/lit': ^0.1.2 '@astrojs/lit': ^0.1.3
'@webcomponents/template-shadowroot': ^0.1.0 '@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
lit: ^2.2.3 lit: ^2.2.3
dependencies: dependencies:
'@webcomponents/template-shadowroot': 0.1.0 '@webcomponents/template-shadowroot': 0.1.0
@ -145,14 +145,14 @@ importers:
examples/framework-multiple: examples/framework-multiple:
specifiers: specifiers:
'@astrojs/lit': ^0.1.2 '@astrojs/lit': ^0.1.3
'@astrojs/preact': ^0.1.2 '@astrojs/preact': ^0.1.2
'@astrojs/react': ^0.1.2 '@astrojs/react': ^0.1.2
'@astrojs/solid-js': ^0.1.2 '@astrojs/solid-js': ^0.1.2
'@astrojs/svelte': ^0.1.3 '@astrojs/svelte': ^0.1.3
'@astrojs/vue': ^0.1.4 '@astrojs/vue': ^0.1.4
'@webcomponents/template-shadowroot': ^0.1.0 '@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
lit: ^2.2.3 lit: ^2.2.3
preact: ^10.7.2 preact: ^10.7.2
react: ^18.1.0 react: ^18.1.0
@ -181,7 +181,7 @@ importers:
examples/framework-preact: examples/framework-preact:
specifiers: specifiers:
'@astrojs/preact': ^0.1.2 '@astrojs/preact': ^0.1.2
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
preact: ^10.7.2 preact: ^10.7.2
dependencies: dependencies:
preact: 10.7.2 preact: 10.7.2
@ -194,7 +194,7 @@ importers:
'@astrojs/react': ^0.1.2 '@astrojs/react': ^0.1.2
'@types/react': ^18.0.9 '@types/react': ^18.0.9
'@types/react-dom': ^18.0.4 '@types/react-dom': ^18.0.4
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
react: ^18.1.0 react: ^18.1.0
react-dom: ^18.1.0 react-dom: ^18.1.0
dependencies: dependencies:
@ -209,7 +209,7 @@ importers:
examples/framework-solid: examples/framework-solid:
specifiers: specifiers:
'@astrojs/solid-js': ^0.1.2 '@astrojs/solid-js': ^0.1.2
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
solid-js: ^1.4.1 solid-js: ^1.4.1
dependencies: dependencies:
solid-js: 1.4.1 solid-js: 1.4.1
@ -220,7 +220,7 @@ importers:
examples/framework-svelte: examples/framework-svelte:
specifiers: specifiers:
'@astrojs/svelte': ^0.1.3 '@astrojs/svelte': ^0.1.3
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
svelte: ^3.48.0 svelte: ^3.48.0
dependencies: dependencies:
svelte: 3.48.0 svelte: 3.48.0
@ -231,7 +231,7 @@ importers:
examples/framework-vue: examples/framework-vue:
specifiers: specifiers:
'@astrojs/vue': ^0.1.4 '@astrojs/vue': ^0.1.4
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
vue: ^3.2.33 vue: ^3.2.33
dependencies: dependencies:
vue: 3.2.33 vue: 3.2.33
@ -241,15 +241,15 @@ importers:
examples/integrations-playground: examples/integrations-playground:
specifiers: specifiers:
'@astrojs/lit': ^0.1.2 '@astrojs/lit': ^0.1.3
'@astrojs/partytown': ^0.1.2 '@astrojs/partytown': ^0.1.3
'@astrojs/react': ^0.1.2 '@astrojs/react': ^0.1.2
'@astrojs/sitemap': ^0.1.0 '@astrojs/sitemap': ^0.1.0
'@astrojs/solid-js': 0.1.2 '@astrojs/solid-js': 0.1.2
'@astrojs/tailwind': ^0.2.1 '@astrojs/tailwind': ^0.2.1
'@astrojs/turbolinks': ^0.1.2 '@astrojs/turbolinks': ^0.1.3
'@webcomponents/template-shadowroot': ^0.1.0 '@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
lit: ^2.2.3 lit: ^2.2.3
preact: ^10.7.2 preact: ^10.7.2
react: ^18.1.0 react: ^18.1.0
@ -278,20 +278,20 @@ importers:
examples/minimal: examples/minimal:
specifiers: specifiers:
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/non-html-pages: examples/non-html-pages:
specifiers: specifiers:
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/portfolio: examples/portfolio:
specifiers: specifiers:
'@astrojs/preact': ^0.1.2 '@astrojs/preact': ^0.1.2
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
preact: ^10.7.2 preact: ^10.7.2
sass: ^1.51.0 sass: ^1.51.0
dependencies: dependencies:
@ -305,7 +305,7 @@ importers:
specifiers: specifiers:
'@astrojs/node': ^0.1.1 '@astrojs/node': ^0.1.1
'@astrojs/svelte': ^0.1.3 '@astrojs/svelte': ^0.1.3
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
concurrently: ^7.2.0 concurrently: ^7.2.0
lightcookie: ^1.0.25 lightcookie: ^1.0.25
svelte: ^3.48.0 svelte: ^3.48.0
@ -324,14 +324,14 @@ importers:
examples/starter: examples/starter:
specifiers: specifiers:
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/subpath: examples/subpath:
specifiers: specifiers:
'@astrojs/react': ^0.1.2 '@astrojs/react': ^0.1.2
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
react: ^18.1.0 react: ^18.1.0
react-dom: ^18.1.0 react-dom: ^18.1.0
sass: ^1.51.0 sass: ^1.51.0
@ -350,7 +350,7 @@ importers:
'@astrojs/react': ^0.1.2 '@astrojs/react': ^0.1.2
'@astrojs/svelte': ^0.1.3 '@astrojs/svelte': ^0.1.3
'@astrojs/vue': ^0.1.4 '@astrojs/vue': ^0.1.4
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
preact: ^10.7.2 preact: ^10.7.2
react: ^18.1.0 react: ^18.1.0
react-dom: ^18.1.0 react-dom: ^18.1.0
@ -373,7 +373,7 @@ importers:
examples/with-markdown-plugins: examples/with-markdown-plugins:
specifiers: specifiers:
'@astrojs/markdown-remark': ^0.9.4 '@astrojs/markdown-remark': ^0.9.4
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
hast-util-select: 5.0.1 hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1 rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1 rehype-slug: ^5.0.1
@ -391,7 +391,7 @@ importers:
examples/with-markdown-shiki: examples/with-markdown-shiki:
specifiers: specifiers:
'@astrojs/markdown-remark': ^0.9.4 '@astrojs/markdown-remark': ^0.9.4
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
devDependencies: devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark '@astrojs/markdown-remark': link:../../packages/markdown/remark
astro: link:../../packages/astro astro: link:../../packages/astro
@ -406,7 +406,7 @@ importers:
'@nanostores/preact': ^0.1.3 '@nanostores/preact': ^0.1.3
'@nanostores/react': ^0.1.5 '@nanostores/react': ^0.1.5
'@nanostores/vue': ^0.4.1 '@nanostores/vue': ^0.4.1
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
nanostores: ^0.5.12 nanostores: ^0.5.12
preact: ^10.7.2 preact: ^10.7.2
react: ^18.1.0 react: ^18.1.0
@ -434,7 +434,7 @@ importers:
examples/with-tailwindcss: examples/with-tailwindcss:
specifiers: specifiers:
'@astrojs/tailwind': ^0.2.1 '@astrojs/tailwind': ^0.2.1
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
autoprefixer: ^10.4.7 autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1 canvas-confetti: ^1.5.1
postcss: ^8.4.13 postcss: ^8.4.13
@ -449,7 +449,7 @@ importers:
examples/with-vite-plugin-pwa: examples/with-vite-plugin-pwa:
specifiers: specifiers:
astro: ^1.0.0-beta.28 astro: ^1.0.0-beta.29
vite-plugin-pwa: 0.11.11 vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3 workbox-window: ^6.5.3
devDependencies: devDependencies: