Skip to content

Commit 1a3ea5d

Browse files
[ci] release
1 parent 04feb4b commit 1a3ea5d

File tree

49 files changed

+166
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+166
-131
lines changed

.changeset/fresh-bats-prove.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/funny-waves-worry.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.changeset/happy-chefs-ring.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/heavy-plums-end.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/hip-scissors-live.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/light-moose-attend.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/small-ravens-cover.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/basics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.15"
14+
"astro": "^1.7.0"
1515
}
1616
}

examples/blog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.15",
15-
"@astrojs/mdx": "^0.12.2",
14+
"astro": "^1.7.0",
15+
"@astrojs/mdx": "^0.13.0",
1616
"@astrojs/rss": "^1.2.1",
1717
"@astrojs/sitemap": "^1.0.0"
1818
}

examples/component/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^1.6.15"
18+
"astro": "^1.7.0"
1919
},
2020
"peerDependencies": {
21-
"astro": "^1.6.15"
21+
"astro": "^1.7.0"
2222
}
2323
}

examples/deno/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^1.6.15"
13+
"astro": "^1.7.0"
1414
},
1515
"devDependencies": {
16-
"@astrojs/deno": "^2.0.1"
16+
"@astrojs/deno": "^3.0.0"
1717
}
1818
}

examples/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"astro": "astro"
1313
},
1414
"dependencies": {
15-
"astro": "^1.6.15",
15+
"astro": "^1.7.0",
1616
"preact": "^10.7.3",
1717
"react": "^18.1.0",
1818
"react-dom": "^18.1.0",

examples/framework-alpine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.15",
14+
"astro": "^1.7.0",
1515
"alpinejs": "^3.10.2",
1616
"@astrojs/alpinejs": "^0.1.2",
1717
"@types/alpinejs": "^3.7.0"

examples/framework-lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.15",
14+
"astro": "^1.7.0",
1515
"lit": "^2.2.5",
1616
"@astrojs/lit": "^1.0.0",
1717
"@webcomponents/template-shadowroot": "^0.1.0"

examples/framework-multiple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.15",
14+
"astro": "^1.7.0",
1515
"preact": "^10.7.3",
1616
"react": "^18.1.0",
1717
"react-dom": "^18.1.0",

examples/framework-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.15",
14+
"astro": "^1.7.0",
1515
"preact": "^10.7.3",
1616
"@astrojs/preact": "^1.2.0",
1717
"@preact/signals": "^1.1.0"

examples/framework-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.15",
14+
"astro": "^1.7.0",
1515
"react": "^18.1.0",
1616
"react-dom": "^18.1.0",
1717
"@astrojs/react": "^1.2.2",

examples/framework-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.15",
14+
"astro": "^1.7.0",
1515
"solid-js": "^1.4.3",
1616
"@astrojs/solid-js": "^1.2.3"
1717
}

examples/framework-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"dependencies": {
1414
"svelte": "^3.48.0",
1515
"@astrojs/svelte": "^1.0.2",
16-
"astro": "^1.6.15"
16+
"astro": "^1.7.0"
1717
}
1818
}

examples/framework-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.15",
14+
"astro": "^1.7.0",
1515
"vue": "^3.2.37",
1616
"@astrojs/vue": "^1.2.2"
1717
}

examples/hackernews/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"astro": "astro"
1313
},
1414
"dependencies": {
15-
"@astrojs/node": "^3.1.1",
16-
"astro": "^1.6.15"
15+
"@astrojs/node": "^4.0.0",
16+
"astro": "^1.7.0"
1717
}
1818
}

examples/integration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^1.6.15"
18+
"astro": "^1.7.0"
1919
},
2020
"peerDependencies": {
21-
"astro": "^1.6.15"
21+
"astro": "^1.7.0"
2222
}
2323
}

examples/minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.15"
14+
"astro": "^1.7.0"
1515
}
1616
}

examples/non-html-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.15"
14+
"astro": "^1.7.0"
1515
}
1616
}

examples/portfolio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.15"
14+
"astro": "^1.7.0"
1515
}
1616
}

examples/ssr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"server": "node dist/server/entry.mjs"
1313
},
1414
"dependencies": {
15-
"astro": "^1.6.15",
15+
"astro": "^1.7.0",
1616
"svelte": "^3.48.0",
1717
"@astrojs/svelte": "^1.0.2",
18-
"@astrojs/node": "^3.1.1",
18+
"@astrojs/node": "^4.0.0",
1919
"concurrently": "^7.2.1",
2020
"unocss": "^0.15.6",
2121
"vite-imagetools": "^4.0.4"

examples/with-content/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.15",
15-
"@astrojs/mdx": "^0.12.2",
14+
"astro": "^1.7.0",
15+
"@astrojs/mdx": "^0.13.0",
1616
"@astrojs/sitemap": "^1.0.0"
1717
}
1818
}

examples/with-markdown-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.15",
14+
"astro": "^1.7.0",
1515
"@astrojs/markdown-remark": "^1.1.3",
1616
"hast-util-select": "5.0.1",
1717
"rehype-autolink-headings": "^6.1.1",

examples/with-markdown-shiki/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.15"
14+
"astro": "^1.7.0"
1515
}
1616
}

examples/with-mdx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.15",
14+
"astro": "^1.7.0",
1515
"preact": "^10.6.5",
1616
"@astrojs/preact": "^1.2.0",
17-
"@astrojs/mdx": "^0.12.2"
17+
"@astrojs/mdx": "^0.13.0"
1818
}
1919
}

examples/with-nanostores/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.15",
14+
"astro": "^1.7.0",
1515
"preact": "^10.7.3",
1616
"@astrojs/preact": "^1.2.0",
1717
"nanostores": "^0.5.12",

examples/with-tailwindcss/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/mdx": "^0.12.2",
14+
"@astrojs/mdx": "^0.13.0",
1515
"@astrojs/tailwind": "^2.1.3",
1616
"@types/canvas-confetti": "^1.4.3",
17-
"astro": "^1.6.15",
17+
"astro": "^1.7.0",
1818
"autoprefixer": "^10.4.7",
1919
"canvas-confetti": "^1.5.1",
2020
"postcss": "^8.4.14",

examples/with-vite-plugin-pwa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.15",
14+
"astro": "^1.7.0",
1515
"vite-plugin-pwa": "0.11.11",
1616
"workbox-window": "^6.5.3"
1717
}

examples/with-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "vitest"
1313
},
1414
"dependencies": {
15-
"astro": "^1.6.15",
15+
"astro": "^1.7.0",
1616
"vitest": "^0.20.3"
1717
}
1818
}

packages/astro/CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# astro
22

3+
## 1.7.0
4+
5+
### Minor Changes
6+
7+
- [#5297](https://github.com/withastro/astro/pull/5297) [`d2960984c`](https://github.com/withastro/astro/commit/d2960984c59af7b60a3ea472c6c58fb00534a8e6) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Introduces the **experimental** Prerender API.
8+
9+
> **Note**
10+
> This API is not yet stable and is subject to possible breaking changes!
11+
12+
- Deploy an Astro server without sacrificing the speed or cacheability of static HTML.
13+
- The Prerender API allows you to statically prerender specific `pages/` at build time.
14+
15+
**Usage**
16+
17+
- First, run `astro build --experimental-prerender` or enable `experimental: { prerender: true }` in your `astro.config.mjs` file.
18+
- Then, include `export const prerender = true` in any file in the `pages/` directory that you wish to prerender.
19+
20+
- [#5495](https://github.com/withastro/astro/pull/5495) [`31ec84797`](https://github.com/withastro/astro/commit/31ec8479721a1cd65538ec041458c5ffe8f50ee9) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add a new error overlay designed by @doodlemarks! This new overlay should be much more informative, clearer, astro-y, and prettier than the previous one.
21+
22+
- [#5291](https://github.com/withastro/astro/pull/5291) [`5ec0f6ed5`](https://github.com/withastro/astro/commit/5ec0f6ed55b0a14a9663a90a03428345baf126bd) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Introduce Content Collections experimental API
23+
24+
- Organize your Markdown and MDX content into easy-to-manage collections.
25+
- Add type safety to your frontmatter with schemas.
26+
- Generate landing pages, static routes, and SSR endpoints from your content using the collection query APIs.
27+
28+
- [#5564](https://github.com/withastro/astro/pull/5564) [`dced4a8a2`](https://github.com/withastro/astro/commit/dced4a8a2657887ec569860d9862d20f695dc23a) Thanks [@riywo](https://github.com/riywo)! - Add `server.headers` option
29+
30+
- [#5341](https://github.com/withastro/astro/pull/5341) [`6b156dd3b`](https://github.com/withastro/astro/commit/6b156dd3b467884839a571c53114aadf26fa4b0b) Thanks [@alexpdraper](https://github.com/alexpdraper)! - Allow setting domain when deleting cookies
31+
32+
### Patch Changes
33+
34+
- [#5615](https://github.com/withastro/astro/pull/5615) [`d85ec7484`](https://github.com/withastro/astro/commit/d85ec7484ce14a4c7d3f480da8f38fcb9aff388f) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Sanitize dynamically rendered tags to strip out any attributes
35+
336
## 1.6.15
437

538
### Patch Changes

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro",
3-
"version": "1.6.15",
3+
"version": "1.7.0",
44
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
55
"type": "module",
66
"author": "withastro",

packages/create-astro/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-astro
22

3+
## 1.2.4
4+
5+
### Patch Changes
6+
7+
- [#5579](https://github.com/withastro/astro/pull/5579) [`2c2c65297`](https://github.com/withastro/astro/commit/2c2c65297a18c52691f09621ead55144efd601d4) Thanks [@yuhang-dong](https://github.com/yuhang-dong)! - Upgrade giget to support env proxy config
8+
39
## 1.2.3
410

511
### Patch Changes

packages/create-astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-astro",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"type": "module",
55
"author": "withastro",
66
"license": "MIT",

packages/integrations/cloudflare/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @astrojs/cloudflare
22

3+
## 5.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d85ec7484`](https://github.com/withastro/astro/commit/d85ec7484ce14a4c7d3f480da8f38fcb9aff388f), [`d2960984c`](https://github.com/withastro/astro/commit/d2960984c59af7b60a3ea472c6c58fb00534a8e6), [`31ec84797`](https://github.com/withastro/astro/commit/31ec8479721a1cd65538ec041458c5ffe8f50ee9), [`5ec0f6ed5`](https://github.com/withastro/astro/commit/5ec0f6ed55b0a14a9663a90a03428345baf126bd), [`dced4a8a2`](https://github.com/withastro/astro/commit/dced4a8a2657887ec569860d9862d20f695dc23a), [`6b156dd3b`](https://github.com/withastro/astro/commit/6b156dd3b467884839a571c53114aadf26fa4b0b)]:
8+
9+
310
## 4.1.1
411

512
### Patch Changes

0 commit comments

Comments
 (0)