Skip to content

Commit 21540a7

Browse files
[ci] release
1 parent 5ec0f6e commit 21540a7

File tree

64 files changed

+284
-245
lines changed

Some content is hidden

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

64 files changed

+284
-245
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-content/src/content/blog/first-post.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: "First post"
3-
description: "Lorem ipsum dolor sit amet"
4-
pubDate: "Jul 08 2022"
5-
heroImage: "/placeholder-hero.jpg"
2+
title: 'First post'
3+
description: 'Lorem ipsum dolor sit amet'
4+
pubDate: 'Jul 08 2022'
5+
heroImage: '/placeholder-hero.jpg'
66
---
77

88
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Vitae ultricies leo integer malesuada nunc vel risus commodo viverra. Adipiscing enim eu turpis egestas pretium. Euismod elementum nisi quis eleifend quam adipiscing. In hac habitasse platea dictumst vestibulum. Sagittis purus sit amet volutpat. Netus et malesuada fames ac turpis egestas. Eget magna fermentum iaculis eu non diam phasellus vestibulum lorem. Varius sit amet mattis vulputate enim. Habitasse platea dictumst quisque sagittis. Integer quis auctor elit sed vulputate mi. Dictumst quisque sagittis purus sit amet.

examples/with-content/src/content/blog/markdown-style-guide.md

Lines changed: 30 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: "Markdown Style Guide"
3-
description: "Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro."
4-
pubDate: "Jul 01 2022"
5-
heroImage: "/placeholder-hero.jpg"
2+
title: 'Markdown Style Guide'
3+
description: 'Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro.'
4+
pubDate: 'Jul 01 2022'
5+
heroImage: '/placeholder-hero.jpg'
66
---
77

88
Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro.
@@ -12,10 +12,15 @@ Here is a sample of some basic Markdown syntax that can be used when writing Mar
1212
The following HTML `<h1>``<h6>` elements represent six levels of section headings. `<h1>` is the highest section level while `<h6>` is the lowest.
1313

1414
# H1
15+
1516
## H2
17+
1618
### H3
19+
1720
#### H4
21+
1822
##### H5
23+
1924
###### H6
2025

2126
## Paragraph
@@ -35,7 +40,7 @@ The blockquote element represents content that is quoted from another source, op
3540
#### Blockquote without attribution
3641

3742
> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
38-
> **Note** that you can use *Markdown syntax* within a blockquote.
43+
> **Note** that you can use _Markdown syntax_ within a blockquote.
3944
4045
#### Blockquote with attribution
4146

@@ -47,21 +52,21 @@ The blockquote element represents content that is quoted from another source, op
4752
## Tables
4853

4954
| Italics | Bold | Code |
50-
| -------- | -------- | ------ |
51-
| *italics* | **bold** | `code` |
55+
| --------- | -------- | ------ |
56+
| _italics_ | **bold** | `code` |
5257

5358
## Code Blocks
5459

5560
```html
56-
<!doctype html>
61+
<!DOCTYPE html>
5762
<html lang="en">
58-
<head>
59-
<meta charset="utf-8">
60-
<title>Example HTML5 Document</title>
61-
</head>
62-
<body>
63-
<p>Test</p>
64-
</body>
63+
<head>
64+
<meta charset="utf-8" />
65+
<title>Example HTML5 Document</title>
66+
</head>
67+
<body>
68+
<p>Test</p>
69+
</body>
6570
</html>
6671
```
6772

@@ -75,19 +80,19 @@ The blockquote element represents content that is quoted from another source, op
7580

7681
#### Unordered List
7782

78-
* List item
79-
* Another item
80-
* And another item
83+
- List item
84+
- Another item
85+
- And another item
8186

8287
#### Nested list
8388

84-
* Fruit
85-
* Apple
86-
* Orange
87-
* Banana
88-
* Dairy
89-
* Milk
90-
* Cheese
89+
- Fruit
90+
- Apple
91+
- Orange
92+
- Banana
93+
- Dairy
94+
- Milk
95+
- Cheese
9196

9297
## Other Elements — abbr, sub, sup, kbd, mark
9398

examples/with-content/src/content/blog/second-post.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: "Second post"
3-
description: "Lorem ipsum dolor sit amet"
4-
pubDate: "Jul 22 2022"
5-
heroImage: "/placeholder-hero.jpg"
2+
title: 'Second post'
3+
description: 'Lorem ipsum dolor sit amet'
4+
pubDate: 'Jul 22 2022'
5+
heroImage: '/placeholder-hero.jpg'
66
---
77

88
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Vitae ultricies leo integer malesuada nunc vel risus commodo viverra. Adipiscing enim eu turpis egestas pretium. Euismod elementum nisi quis eleifend quam adipiscing. In hac habitasse platea dictumst vestibulum. Sagittis purus sit amet volutpat. Netus et malesuada fames ac turpis egestas. Eget magna fermentum iaculis eu non diam phasellus vestibulum lorem. Varius sit amet mattis vulputate enim. Habitasse platea dictumst quisque sagittis. Integer quis auctor elit sed vulputate mi. Dictumst quisque sagittis purus sit amet.

examples/with-content/src/content/blog/third-post.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: "Third post"
3-
description: "Lorem ipsum dolor sit amet"
4-
pubDate: "Jul 15 2022"
5-
heroImage: "/placeholder-hero.jpg"
2+
title: 'Third post'
3+
description: 'Lorem ipsum dolor sit amet'
4+
pubDate: 'Jul 15 2022'
5+
heroImage: '/placeholder-hero.jpg'
66
---
77

88
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Vitae ultricies leo integer malesuada nunc vel risus commodo viverra. Adipiscing enim eu turpis egestas pretium. Euismod elementum nisi quis eleifend quam adipiscing. In hac habitasse platea dictumst vestibulum. Sagittis purus sit amet volutpat. Netus et malesuada fames ac turpis egestas. Eget magna fermentum iaculis eu non diam phasellus vestibulum lorem. Varius sit amet mattis vulputate enim. Habitasse platea dictumst quisque sagittis. Integer quis auctor elit sed vulputate mi. Dictumst quisque sagittis purus sit amet.

0 commit comments

Comments
 (0)