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

[ci] release (beta) (#12370)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2024-11-06 07:47:57 -08:00 committed by GitHub
parent b21a075002
commit d63d87dcae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 84 additions and 55 deletions

View file

@ -53,6 +53,7 @@
"eighty-boxes-applaud",
"eighty-donkeys-fly",
"eighty-ligers-punch",
"empty-houses-melt",
"five-jars-hear",
"fluffy-jars-live",
"forty-trains-notice",
@ -84,6 +85,7 @@
"nasty-crabs-worry",
"neat-dots-hear",
"neat-queens-learn",
"old-actors-learn",
"old-zebras-teach",
"perfect-fans-fly",
"pink-yaks-exercise",
@ -91,6 +93,7 @@
"poor-dots-add",
"poor-frogs-dream",
"poor-seals-clap",
"pretty-walls-camp",
"quick-ads-exercise",
"quick-onions-leave",
"rotten-phones-scream",
@ -113,6 +116,7 @@
"ten-walls-tap",
"three-days-cough",
"three-olives-reflect",
"tough-planets-dress",
"twelve-comics-march",
"twenty-cobras-push",
"unlucky-bobcats-sit",

View file

@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.0.0-beta.6"
"astro": "^5.0.0-beta.7"
}
}

View file

@ -13,6 +13,6 @@
"@astrojs/mdx": "^4.0.0-beta.3",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"astro": "^5.0.0-beta.6"
"astro": "^5.0.0-beta.7"
}
}

View file

@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^5.0.0-beta.6"
"astro": "^5.0.0-beta.7"
},
"peerDependencies": {
"astro": "^4.0.0 || ^5.0.0"

View file

@ -11,7 +11,7 @@
"test": "vitest run"
},
"dependencies": {
"astro": "^5.0.0-beta.6",
"astro": "^5.0.0-beta.7",
"@astrojs/react": "^3.6.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",

View file

@ -13,6 +13,6 @@
"@astrojs/alpinejs": "^0.4.0",
"@types/alpinejs": "^3.13.10",
"alpinejs": "^3.14.3",
"astro": "^5.0.0-beta.6"
"astro": "^5.0.0-beta.7"
}
}

View file

@ -13,11 +13,11 @@
"@astrojs/preact": "^3.5.3",
"@astrojs/react": "^3.6.2",
"@astrojs/solid-js": "^4.4.2",
"@astrojs/svelte": "^6.0.0-beta.1",
"@astrojs/svelte": "^6.0.0-beta.2",
"@astrojs/vue": "^5.0.0-beta.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^5.0.0-beta.6",
"astro": "^5.0.0-beta.7",
"preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",

View file

@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/preact": "^3.5.3",
"@preact/signals": "^1.3.0",
"astro": "^5.0.0-beta.6",
"astro": "^5.0.0-beta.7",
"preact": "^10.24.3"
}
}

View file

@ -13,7 +13,7 @@
"@astrojs/react": "^3.6.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^5.0.0-beta.6",
"astro": "^5.0.0-beta.7",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}

View file

@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^4.4.2",
"astro": "^5.0.0-beta.6",
"astro": "^5.0.0-beta.7",
"solid-js": "^1.9.2"
}
}

View file

@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "^6.0.0-beta.1",
"astro": "^5.0.0-beta.6",
"@astrojs/svelte": "^6.0.0-beta.2",
"astro": "^5.0.0-beta.7",
"svelte": "^4.2.19"
}
}

View file

@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/vue": "^5.0.0-beta.1",
"astro": "^5.0.0-beta.6",
"astro": "^5.0.0-beta.7",
"vue": "^3.5.12"
}
}

View file

@ -11,6 +11,6 @@
},
"dependencies": {
"@astrojs/node": "^9.0.0-alpha.1",
"astro": "^5.0.0-beta.6"
"astro": "^5.0.0-beta.7"
}
}

View file

@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^5.0.0-beta.6"
"astro": "^5.0.0-beta.7"
},
"peerDependencies": {
"astro": "^4.0.0"

View file

@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.0.0-beta.6"
"astro": "^5.0.0-beta.7"
}
}

View file

@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.0.0-beta.6"
"astro": "^5.0.0-beta.7"
}
}

View file

@ -12,8 +12,8 @@
},
"dependencies": {
"@astrojs/node": "^9.0.0-alpha.1",
"@astrojs/svelte": "^6.0.0-beta.1",
"astro": "^5.0.0-beta.6",
"@astrojs/svelte": "^6.0.0-beta.2",
"astro": "^5.0.0-beta.7",
"svelte": "^4.2.19"
}
}

View file

@ -9,7 +9,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.0.0-beta.6",
"astro": "^5.0.0-beta.7",
"sass": "^1.80.6",
"sharp": "^0.33.3"
}

View file

@ -15,6 +15,6 @@
"./app": "./dist/app.js"
},
"devDependencies": {
"astro": "^5.0.0-beta.6"
"astro": "^5.0.0-beta.7"
}
}

View file

@ -11,6 +11,6 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.12.0-beta.0",
"astro": "^5.0.0-beta.6"
"astro": "^5.0.0-beta.7"
}
}

View file

@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/mdx": "^4.0.0-beta.3",
"@astrojs/preact": "^3.5.3",
"astro": "^5.0.0-beta.6",
"astro": "^5.0.0-beta.7",
"preact": "^10.24.3"
}
}

View file

@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/preact": "^3.5.3",
"@nanostores/preact": "^0.5.2",
"astro": "^5.0.0-beta.6",
"astro": "^5.0.0-beta.7",
"nanostores": "^0.11.3",
"preact": "^10.24.3"
}

View file

@ -13,7 +13,7 @@
"@astrojs/mdx": "^4.0.0-beta.3",
"@astrojs/tailwind": "^5.1.2",
"@types/canvas-confetti": "^1.6.4",
"astro": "^5.0.0-beta.6",
"astro": "^5.0.0-beta.7",
"autoprefixer": "^10.4.20",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.47",

View file

@ -11,7 +11,7 @@
"test": "vitest"
},
"dependencies": {
"astro": "^5.0.0-beta.6",
"astro": "^5.0.0-beta.7",
"vitest": "^2.1.4"
}
}

View file

@ -1,5 +1,13 @@
# astro
## 5.0.0-beta.7
### Minor Changes
- [#12323](https://github.com/withastro/astro/pull/12323) [`c280655`](https://github.com/withastro/astro/commit/c280655655cc6c22121f32c5f7c76836adf17230) Thanks [@bluwy](https://github.com/bluwy)! - Updates to Vite 6.0.0-beta.6
- [#12379](https://github.com/withastro/astro/pull/12379) [`94f4fe8`](https://github.com/withastro/astro/commit/94f4fe8180f02cf19fb617dde7d67d4f7bee8dac) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Adds a new components exported from `astro/components`: Welcome, to be used by the new Basics template
## 5.0.0-beta.6
### Major Changes

View file

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

View file

@ -1,5 +1,16 @@
# create-astro
## 4.11.0-beta.0
### Minor Changes
- [#12083](https://github.com/withastro/astro/pull/12083) [`9263e96`](https://github.com/withastro/astro/commit/9263e965932b9a6a116801c063c6b7105c39643e) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Reworks the experience of creating a new Astro project using the `create astro` CLI command.
- Updates the list of templates to include Starlight and combines the "minimal" and "basics" templates into a new, refreshed "Basics" template to serve as the single, minimal Astro project starter.
- Removes the TypeScript question. Astro is TypeScript-only, so this question was often misleading. The "Strict" preset is now the default, but it can still be changed manually in `tsconfig.json`.
- `astro check` is no longer automatically added to the build script.
- Added a new `--add` flag to install additional integrations after creating a project. For example, `pnpm create astro --add react` will create a new Astro project and install the React integration.
## 4.10.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "create-astro",
"version": "4.10.0",
"version": "4.11.0-beta.0",
"type": "module",
"author": "withastro",
"license": "MIT",

View file

@ -1,5 +1,11 @@
# @astrojs/svelte
## 6.0.0-beta.2
### Patch Changes
- [`b21a075`](https://github.com/withastro/astro/commit/b21a07500284a3621be4d509f5aa67c0a8fcbf07) Thanks [@bluwy](https://github.com/bluwy)! - New release to include changes from 5.7.3
## 6.0.0-beta.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
"version": "6.0.0-beta.1",
"version": "6.0.0-beta.2",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",

View file

@ -143,7 +143,7 @@ importers:
examples/basics:
dependencies:
astro:
specifier: ^5.0.0-beta.6
specifier: ^5.0.0-beta.7
version: link:../../packages/astro
examples/blog:
@ -158,13 +158,13 @@ importers:
specifier: ^3.2.1
version: link:../../packages/integrations/sitemap
astro:
specifier: ^5.0.0-beta.6
specifier: ^5.0.0-beta.7
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
specifier: ^5.0.0-beta.6
specifier: ^5.0.0-beta.7
version: link:../../packages/astro
examples/container-with-vitest:
@ -173,7 +173,7 @@ importers:
specifier: ^3.6.2
version: link:../../packages/integrations/react
astro:
specifier: ^5.0.0-beta.6
specifier: ^5.0.0-beta.7
version: link:../../packages/astro
react:
specifier: ^18.3.1
@ -204,7 +204,7 @@ importers:
specifier: ^3.14.3
version: 3.14.3
astro:
specifier: ^5.0.0-beta.6
specifier: ^5.0.0-beta.7
version: link:../../packages/astro
examples/framework-multiple:
@ -219,7 +219,7 @@ importers:
specifier: ^4.4.2
version: link:../../packages/integrations/solid
'@astrojs/svelte':
specifier: ^6.0.0-beta.1
specifier: ^6.0.0-beta.2
version: link:../../packages/integrations/svelte
'@astrojs/vue':
specifier: ^5.0.0-beta.1
@ -231,7 +231,7 @@ importers:
specifier: ^18.3.1
version: 18.3.1
astro:
specifier: ^5.0.0-beta.6
specifier: ^5.0.0-beta.7
version: link:../../packages/astro
preact:
specifier: ^10.24.3
@ -261,7 +261,7 @@ importers:
specifier: ^1.3.0
version: 1.3.0(preact@10.24.3)
astro:
specifier: ^5.0.0-beta.6
specifier: ^5.0.0-beta.7
version: link:../../packages/astro
preact:
specifier: ^10.24.3
@ -279,7 +279,7 @@ importers:
specifier: ^18.3.1
version: 18.3.1
astro:
specifier: ^5.0.0-beta.6
specifier: ^5.0.0-beta.7
version: link:../../packages/astro
react:
specifier: ^18.3.1
@ -294,7 +294,7 @@ importers:
specifier: ^4.4.2
version: link:../../packages/integrations/solid
astro:
specifier: ^5.0.0-beta.6
specifier: ^5.0.0-beta.7
version: link:../../packages/astro
solid-js:
specifier: ^1.9.2
@ -303,10 +303,10 @@ importers:
examples/framework-svelte:
dependencies:
'@astrojs/svelte':
specifier: ^6.0.0-beta.1
specifier: ^6.0.0-beta.2
version: link:../../packages/integrations/svelte
astro:
specifier: ^5.0.0-beta.6
specifier: ^5.0.0-beta.7
version: link:../../packages/astro
svelte:
specifier: ^4.2.19
@ -318,7 +318,7 @@ importers:
specifier: ^5.0.0-beta.1
version: link:../../packages/integrations/vue
astro:
specifier: ^5.0.0-beta.6
specifier: ^5.0.0-beta.7
version: link:../../packages/astro
vue:
specifier: ^3.5.12
@ -330,25 +330,25 @@ importers:
specifier: ^9.0.0-alpha.1
version: 9.0.0-alpha.1(astro@packages+astro)
astro:
specifier: ^5.0.0-beta.6
specifier: ^5.0.0-beta.7
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
specifier: ^5.0.0-beta.6
specifier: ^5.0.0-beta.7
version: link:../../packages/astro
examples/minimal:
dependencies:
astro:
specifier: ^5.0.0-beta.6
specifier: ^5.0.0-beta.7
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
specifier: ^5.0.0-beta.6
specifier: ^5.0.0-beta.7
version: link:../../packages/astro
examples/ssr:
@ -357,10 +357,10 @@ importers:
specifier: ^9.0.0-alpha.1
version: 9.0.0-alpha.1(astro@packages+astro)
'@astrojs/svelte':
specifier: ^6.0.0-beta.1
specifier: ^6.0.0-beta.2
version: link:../../packages/integrations/svelte
astro:
specifier: ^5.0.0-beta.6
specifier: ^5.0.0-beta.7
version: link:../../packages/astro
svelte:
specifier: ^4.2.19
@ -369,7 +369,7 @@ importers:
examples/starlog:
dependencies:
astro:
specifier: ^5.0.0-beta.6
specifier: ^5.0.0-beta.7
version: link:../../packages/astro
sass:
specifier: ^1.80.6
@ -381,7 +381,7 @@ importers:
examples/toolbar-app:
devDependencies:
astro:
specifier: ^5.0.0-beta.6
specifier: ^5.0.0-beta.7
version: link:../../packages/astro
examples/with-markdoc:
@ -390,7 +390,7 @@ importers:
specifier: ^0.12.0-beta.0
version: link:../../packages/integrations/markdoc
astro:
specifier: ^5.0.0-beta.6
specifier: ^5.0.0-beta.7
version: link:../../packages/astro
examples/with-mdx:
@ -402,7 +402,7 @@ importers:
specifier: ^3.5.3
version: link:../../packages/integrations/preact
astro:
specifier: ^5.0.0-beta.6
specifier: ^5.0.0-beta.7
version: link:../../packages/astro
preact:
specifier: ^10.24.3
@ -417,7 +417,7 @@ importers:
specifier: ^0.5.2
version: 0.5.2(nanostores@0.11.3)(preact@10.24.3)
astro:
specifier: ^5.0.0-beta.6
specifier: ^5.0.0-beta.7
version: link:../../packages/astro
nanostores:
specifier: ^0.11.3
@ -438,7 +438,7 @@ importers:
specifier: ^1.6.4
version: 1.6.4
astro:
specifier: ^5.0.0-beta.6
specifier: ^5.0.0-beta.7
version: link:../../packages/astro
autoprefixer:
specifier: ^10.4.20
@ -456,7 +456,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
specifier: ^5.0.0-beta.6
specifier: ^5.0.0-beta.7
version: link:../../packages/astro
vitest:
specifier: ^2.1.4