Skip to content

Commit 5847f75

Browse files
[ci] release
1 parent cf8454f commit 5847f75

File tree

88 files changed

+434
-231
lines changed

Some content is hidden

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

88 files changed

+434
-231
lines changed

.changeset/eleven-mugs-flash.md

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

.changeset/flat-candles-glow.md

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

.changeset/gold-rocks-cry.md

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

.changeset/heavy-kids-heal.md

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

.changeset/old-rivers-remember.md

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

.changeset/six-moons-taste.md

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

.changeset/wicked-pumpkins-punch.md

Lines changed: 0 additions & 30 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": "^2.0.18"
14+
"astro": "^2.1.0"
1515
}
1616
}

examples/blog/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^2.0.18",
15-
"@astrojs/mdx": "^0.17.2",
16-
"@astrojs/rss": "^2.1.1",
17-
"@astrojs/sitemap": "^1.1.0"
14+
"astro": "^2.1.0",
15+
"@astrojs/mdx": "^0.18.0",
16+
"@astrojs/rss": "^2.2.0",
17+
"@astrojs/sitemap": "^1.2.0"
1818
}
1919
}

examples/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^2.0.18"
18+
"astro": "^2.1.0"
1919
},
2020
"peerDependencies": {
2121
"astro": "^2.0.0-beta.0"

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": "^2.0.18"
13+
"astro": "^2.1.0"
1414
},
1515
"devDependencies": {
16-
"@astrojs/deno": "^4.0.2"
16+
"@astrojs/deno": "^4.1.0"
1717
}
1818
}

examples/docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^2.0.18",
14+
"astro": "^2.1.0",
1515
"preact": "^10.7.3",
1616
"react": "^18.1.0",
1717
"react-dom": "^18.1.0",
18-
"@astrojs/react": "^2.0.2",
19-
"@astrojs/preact": "^2.0.3",
18+
"@astrojs/react": "^2.1.0",
19+
"@astrojs/preact": "^2.1.0",
2020
"@algolia/client-search": "^4.13.1",
2121
"@docsearch/css": "^3.1.0",
2222
"@docsearch/react": "^3.1.0",

examples/framework-alpine/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": "^2.0.18",
14+
"astro": "^2.1.0",
1515
"alpinejs": "^3.10.2",
16-
"@astrojs/alpinejs": "^0.1.3",
16+
"@astrojs/alpinejs": "^0.2.0",
1717
"@types/alpinejs": "^3.7.0"
1818
}
1919
}

examples/framework-lit/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": "^2.0.18",
14+
"astro": "^2.1.0",
1515
"lit": "^2.2.5",
16-
"@astrojs/lit": "^1.2.1",
16+
"@astrojs/lit": "^1.3.0",
1717
"@webcomponents/template-shadowroot": "^0.1.0"
1818
}
1919
}

examples/framework-multiple/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^2.0.18",
14+
"astro": "^2.1.0",
1515
"preact": "^10.7.3",
1616
"react": "^18.1.0",
1717
"react-dom": "^18.1.0",
1818
"solid-js": "^1.4.3",
1919
"svelte": "^3.48.0",
2020
"vue": "^3.2.37",
21-
"@astrojs/preact": "^2.0.3",
22-
"@astrojs/react": "^2.0.2",
23-
"@astrojs/solid-js": "^2.0.2",
24-
"@astrojs/svelte": "^2.0.2",
25-
"@astrojs/vue": "^2.0.1"
21+
"@astrojs/preact": "^2.1.0",
22+
"@astrojs/react": "^2.1.0",
23+
"@astrojs/solid-js": "^2.1.0",
24+
"@astrojs/svelte": "^2.1.0",
25+
"@astrojs/vue": "^2.1.0"
2626
}
2727
}

examples/framework-preact/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": "^2.0.18",
14+
"astro": "^2.1.0",
1515
"preact": "^10.7.3",
16-
"@astrojs/preact": "^2.0.3",
16+
"@astrojs/preact": "^2.1.0",
1717
"@preact/signals": "^1.1.0"
1818
}
1919
}

examples/framework-react/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-
"astro": "^2.0.18",
14+
"astro": "^2.1.0",
1515
"react": "^18.1.0",
1616
"react-dom": "^18.1.0",
17-
"@astrojs/react": "^2.0.2",
17+
"@astrojs/react": "^2.1.0",
1818
"@types/react": "^18.0.10",
1919
"@types/react-dom": "^18.0.5"
2020
}

examples/framework-solid/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": "^2.0.18",
14+
"astro": "^2.1.0",
1515
"solid-js": "^1.4.3",
16-
"@astrojs/solid-js": "^2.0.2"
16+
"@astrojs/solid-js": "^2.1.0"
1717
}
1818
}

examples/framework-svelte/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"svelte": "^3.48.0",
15-
"@astrojs/svelte": "^2.0.2",
16-
"astro": "^2.0.18"
15+
"@astrojs/svelte": "^2.1.0",
16+
"astro": "^2.1.0"
1717
}
1818
}

examples/framework-vue/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": "^2.0.18",
14+
"astro": "^2.1.0",
1515
"vue": "^3.2.37",
16-
"@astrojs/vue": "^2.0.1"
16+
"@astrojs/vue": "^2.1.0"
1717
}
1818
}

examples/hackernews/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/node": "^5.0.4",
15-
"astro": "^2.0.18"
14+
"@astrojs/node": "^5.1.0",
15+
"astro": "^2.1.0"
1616
}
1717
}

examples/integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^2.0.18"
18+
"astro": "^2.1.0"
1919
},
2020
"peerDependencies": {
2121
"astro": "^2.0.0-beta.0"

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": "^2.0.18"
14+
"astro": "^2.1.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": "^2.0.18"
14+
"astro": "^2.1.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": "^2.0.18"
14+
"astro": "^2.1.0"
1515
}
1616
}

examples/ssr/package.json

Lines changed: 3 additions & 3 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": "^2.0.18",
15+
"astro": "^2.1.0",
1616
"svelte": "^3.48.0",
17-
"@astrojs/svelte": "^2.0.2",
18-
"@astrojs/node": "^5.0.4",
17+
"@astrojs/svelte": "^2.1.0",
18+
"@astrojs/node": "^5.1.0",
1919
"concurrently": "^7.2.1",
2020
"unocss": "^0.15.6",
2121
"vite-imagetools": "^4.0.4"

examples/with-markdown-plugins/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": "^2.0.18",
15-
"@astrojs/markdown-remark": "^2.0.1",
14+
"astro": "^2.1.0",
15+
"@astrojs/markdown-remark": "^2.1.0",
1616
"hast-util-select": "5.0.1",
1717
"rehype-autolink-headings": "^6.1.1",
1818
"rehype-slug": "^5.0.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": "^2.0.18"
14+
"astro": "^2.1.0"
1515
}
1616
}

examples/with-mdx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^2.0.18",
14+
"astro": "^2.1.0",
1515
"preact": "^10.6.5",
16-
"@astrojs/preact": "^2.0.3",
17-
"@astrojs/mdx": "^0.17.2"
16+
"@astrojs/preact": "^2.1.0",
17+
"@astrojs/mdx": "^0.18.0"
1818
}
1919
}

examples/with-nanostores/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": "^2.0.18",
14+
"astro": "^2.1.0",
1515
"preact": "^10.7.3",
16-
"@astrojs/preact": "^2.0.3",
16+
"@astrojs/preact": "^2.1.0",
1717
"nanostores": "^0.5.12",
1818
"@nanostores/preact": "^0.1.3"
1919
}

examples/with-tailwindcss/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/mdx": "^0.17.2",
15-
"@astrojs/tailwind": "^3.0.1",
14+
"@astrojs/mdx": "^0.18.0",
15+
"@astrojs/tailwind": "^3.1.0",
1616
"@types/canvas-confetti": "^1.4.3",
17-
"astro": "^2.0.18",
17+
"astro": "^2.1.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": "^2.0.18",
14+
"astro": "^2.1.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": "^2.0.18",
15+
"astro": "^2.1.0",
1616
"vitest": "^0.20.3"
1717
}
1818
}

packages/astro-prism/CHANGELOG.md

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

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
8+
39
## 2.0.0
410

511
### Major Changes

packages/astro-prism/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrojs/prism",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Supports Prism highlighting in Astro projects",
55
"author": "withastro",
66
"type": "module",

0 commit comments

Comments
 (0)