Skip to content

Commit c52382c

Browse files
[ci] release
1 parent 5fc73ba commit c52382c

Some content is hidden

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

53 files changed

+149
-154
lines changed

.changeset/curvy-needles-boil.md

-5
This file was deleted.

.changeset/fluffy-doors-vanish.md

-5
This file was deleted.

.changeset/hot-lamps-search.md

-5
This file was deleted.

.changeset/late-cups-jam.md

-5
This file was deleted.

.changeset/light-shrimps-draw.md

-5
This file was deleted.

.changeset/many-boats-peel.md

-8
This file was deleted.

.changeset/metal-bees-pretend.md

-5
This file was deleted.

.changeset/odd-swans-collect.md

-5
This file was deleted.

.changeset/old-ladybugs-roll.md

-24
This file was deleted.

.changeset/pink-beans-cross.md

-5
This file was deleted.

.changeset/selfish-files-smoke.md

-5
This file was deleted.

.changeset/short-ravens-marry.md

-5
This file was deleted.

.changeset/yellow-donuts-destroy.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.3.0"
14+
"astro": "^1.3.1"
1515
}
1616
}

examples/blog/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.3.0",
15-
"@astrojs/mdx": "^0.11.1",
14+
"astro": "^1.3.1",
15+
"@astrojs/mdx": "^0.11.2",
1616
"@astrojs/rss": "^1.0.1",
1717
"@astrojs/sitemap": "^1.0.0"
1818
}

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.3.0"
18+
"astro": "^1.3.1"
1919
},
2020
"peerDependencies": {
21-
"astro": "^1.3.0"
21+
"astro": "^1.3.1"
2222
}
2323
}

examples/deno/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^1.3.0"
13+
"astro": "^1.3.1"
1414
},
1515
"devDependencies": {
1616
"@astrojs/deno": "^1.0.1"

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.3.0",
15+
"astro": "^1.3.1",
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.3.0",
14+
"astro": "^1.3.1",
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.3.0",
14+
"astro": "^1.3.1",
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.3.0",
14+
"astro": "^1.3.1",
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.3.0",
14+
"astro": "^1.3.1",
1515
"preact": "^10.7.3",
1616
"@astrojs/preact": "^1.1.0"
1717
}

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.3.0",
14+
"astro": "^1.3.1",
1515
"react": "^18.1.0",
1616
"react-dom": "^18.1.0",
1717
"@astrojs/react": "^1.1.4",

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.3.0",
14+
"astro": "^1.3.1",
1515
"solid-js": "^1.4.3",
1616
"@astrojs/solid-js": "^1.1.0"
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.0",
16-
"astro": "^1.3.0"
16+
"astro": "^1.3.1"
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.3.0",
14+
"astro": "^1.3.1",
1515
"vue": "^3.2.37",
1616
"@astrojs/vue": "^1.0.2"
1717
}

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.3.0"
14+
"astro": "^1.3.1"
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.3.0"
14+
"astro": "^1.3.1"
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.3.0"
14+
"astro": "^1.3.1"
1515
}
1616
}

examples/ssr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {},
1515
"dependencies": {
16-
"astro": "^1.3.0",
16+
"astro": "^1.3.1",
1717
"svelte": "^3.48.0",
1818
"@astrojs/svelte": "^1.0.0",
1919
"@astrojs/node": "^1.0.1",

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.3.0",
14+
"astro": "^1.3.1",
1515
"@astrojs/markdown-remark": "^1.1.2",
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.3.0"
14+
"astro": "^1.3.1"
1515
}
1616
}

examples/with-mdx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.3.0",
14+
"astro": "^1.3.1",
1515
"preact": "^10.6.5",
1616
"@astrojs/preact": "^1.1.0",
17-
"@astrojs/mdx": "^0.11.1"
17+
"@astrojs/mdx": "^0.11.2"
1818
}
1919
}

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.3.0",
14+
"astro": "^1.3.1",
1515
"preact": "^10.7.3",
1616
"@astrojs/preact": "^1.1.0",
1717
"nanostores": "^0.5.12",

examples/with-tailwindcss/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.3.0",
14+
"astro": "^1.3.1",
1515
"@astrojs/tailwind": "^2.0.1",
1616
"autoprefixer": "^10.4.7",
1717
"canvas-confetti": "^1.5.1",

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.3.0",
14+
"astro": "^1.3.1",
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.3.0",
15+
"astro": "^1.3.1",
1616
"vitest": "^0.20.3"
1717
}
1818
}

packages/astro/CHANGELOG.md

+23

packages/astro/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
55
"type": "module",
66
"author": "withastro",
@@ -99,7 +99,7 @@
9999
"@astrojs/language-server": "^0.26.2",
100100
"@astrojs/markdown-remark": "^1.1.2",
101101
"@astrojs/telemetry": "^1.0.0",
102-
"@astrojs/webapi": "^1.0.0",
102+
"@astrojs/webapi": "^1.1.0",
103103
"@babel/core": "^7.18.2",
104104
"@babel/generator": "^7.18.2",
105105
"@babel/parser": "^7.18.4",

packages/create-astro/CHANGELOG.md

+9

packages/create-astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-astro",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"type": "module",
55
"author": "withastro",
66
"license": "MIT",

0 commit comments

Comments
 (0)