Skip to content

Commit f02a351

Browse files
[ci] release
1 parent e9c8e6a commit f02a351

File tree

38 files changed

+98
-82
lines changed

38 files changed

+98
-82
lines changed

.changeset/happy-chefs-ring.md

-5
This file was deleted.

.changeset/light-moose-attend.md

-5
This file was deleted.

.changeset/small-ravens-cover.md

-5
This file was deleted.

examples/basics/package.json

+1-1
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

+1-1
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/mdx": "^0.12.2",
1616
"@astrojs/rss": "^1.2.1",
1717
"@astrojs/sitemap": "^1.0.0"

examples/component/package.json

+2-2
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

+2-2
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+2-2
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

+2-2
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

+1-1
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

+1-1
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

+1-1
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

+2-2
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-markdown-plugins/package.json

+1-1
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

+1-1
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

+1-1
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.6.5",
1616
"@astrojs/preact": "^1.2.0",
1717
"@astrojs/mdx": "^0.12.2"

examples/with-nanostores/package.json

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@astrojs/mdx": "^0.12.2",
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

+1-1
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

+1-1
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

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# astro
22

3+
## 1.7.0
4+
5+
### Minor Changes
6+
7+
- [#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.
8+
9+
- [#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
10+
11+
- [#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
12+
313
## 1.6.15
414

515
### Patch Changes

packages/astro/package.json

+1-1
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/integrations/cloudflare/CHANGELOG.md

+7
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 [[`31ec84797`](https://github.com/withastro/astro/commit/31ec8479721a1cd65538ec041458c5ffe8f50ee9), [`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

packages/integrations/cloudflare/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/cloudflare",
33
"description": "Deploy your site to cloudflare workers or cloudflare pages",
4-
"version": "4.1.1",
4+
"version": "5.0.0",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",
@@ -38,7 +38,7 @@
3838
"tiny-glob": "^0.2.9"
3939
},
4040
"peerDependencies": {
41-
"astro": "^1.6.15"
41+
"astro": "^1.7.0"
4242
},
4343
"devDependencies": {
4444
"astro": "workspace:*",

packages/integrations/deno/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @astrojs/deno
22

3+
## 3.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`31ec84797`](https://github.com/withastro/astro/commit/31ec8479721a1cd65538ec041458c5ffe8f50ee9), [`dced4a8a2`](https://github.com/withastro/astro/commit/dced4a8a2657887ec569860d9862d20f695dc23a), [`6b156dd3b`](https://github.com/withastro/astro/commit/6b156dd3b467884839a571c53114aadf26fa4b0b)]:
8+
9+
310
## 2.0.1
411

512
### Patch Changes

packages/integrations/deno/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/deno",
33
"description": "Deploy your site to a Deno server",
4-
"version": "2.0.1",
4+
"version": "3.0.0",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",
@@ -32,7 +32,7 @@
3232
"esbuild": "^0.15.18"
3333
},
3434
"peerDependencies": {
35-
"astro": "^1.6.15"
35+
"astro": "^1.7.0"
3636
},
3737
"devDependencies": {
3838
"astro": "workspace:*",

packages/integrations/node/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @astrojs/node
22

3+
## 4.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`31ec84797`](https://github.com/withastro/astro/commit/31ec8479721a1cd65538ec041458c5ffe8f50ee9), [`dced4a8a2`](https://github.com/withastro/astro/commit/dced4a8a2657887ec569860d9862d20f695dc23a), [`6b156dd3b`](https://github.com/withastro/astro/commit/6b156dd3b467884839a571c53114aadf26fa4b0b)]:
8+
9+
310
## 3.1.1
411

512
### Patch Changes

packages/integrations/node/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/node",
33
"description": "Deploy your site to a Node.js server",
4-
"version": "3.1.1",
4+
"version": "4.0.0",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",
@@ -34,7 +34,7 @@
3434
"send": "^0.18.0"
3535
},
3636
"peerDependencies": {
37-
"astro": "^1.6.15"
37+
"astro": "^1.7.0"
3838
},
3939
"devDependencies": {
4040
"@types/node-fetch": "^2.6.2",

0 commit comments

Comments
 (0)