Skip to content

Commit

Permalink
Astro 1.0.0 (withastro#4214)
Browse files Browse the repository at this point in the history
* chore: remove changesets patch

* chore: add changesets

* chore: version packages

* chore: normalize formatting

* chore: update lockfile

* chore: fix codeblocks

* Update packages/astro/CHANGELOG.md

Co-authored-by: Sarah Rainsberger <[email protected]>

* Update packages/astro/CHANGELOG.md

Co-authored-by: Sarah Rainsberger <[email protected]>

* Update packages/astro/CHANGELOG.md

Co-authored-by: Sarah Rainsberger <[email protected]>

* chore: fixup code samples

* chore: move v0.25 message out of note

Co-authored-by: Nate Moore <[email protected]>
Co-authored-by: Sarah Rainsberger <[email protected]>
  • Loading branch information
3 people committed Aug 9, 2022
1 parent 63d43e1 commit 9f067dc
Show file tree
Hide file tree
Showing 77 changed files with 406 additions and 192 deletions.
2 changes: 1 addition & 1 deletion examples/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
"astro": "^1.0.0-rc.8"
"astro": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.8"
"@astrojs/preact": "^1.0.0",
"astro": "^1.0.0"
},
"dependencies": {
"preact": "^10.7.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/component/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"devDependencies": {
"@example/my-component": "workspace:*",
"astro": "^1.0.0-rc.8"
"astro": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"serve": "astro --root demo preview"
},
"devDependencies": {
"astro": "^1.0.0-rc.8"
"astro": "^1.0.0"
}
}
6 changes: 3 additions & 3 deletions examples/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"react-dom": "^18.1.0"
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
"@astrojs/react": "^0.4.3",
"astro": "^1.0.0-rc.8"
"@astrojs/preact": "^1.0.0",
"@astrojs/react": "^1.0.0",
"astro": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/env-vars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
"astro": "^1.0.0-rc.8"
"astro": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/framework-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@types/alpinejs": "^3.7.0",
"astro": "^1.0.0-rc.8"
"astro": "^1.0.0"
},
"dependencies": {
"alpinejs": "^3.10.2"
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/lit": "^0.3.2",
"astro": "^1.0.0-rc.8"
"@astrojs/lit": "^1.0.0",
"astro": "^1.0.0"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
Expand Down
12 changes: 6 additions & 6 deletions examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
"@astrojs/react": "^0.4.3",
"@astrojs/solid-js": "^0.4.1",
"@astrojs/svelte": "^0.5.1",
"@astrojs/vue": "^0.5.0",
"astro": "^1.0.0-rc.8"
"@astrojs/preact": "^1.0.0",
"@astrojs/react": "^1.0.0",
"@astrojs/solid-js": "^1.0.0",
"@astrojs/svelte": "^1.0.0",
"@astrojs/vue": "^1.0.0",
"astro": "^1.0.0"
},
"dependencies": {
"preact": "^10.7.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.8"
"@astrojs/preact": "^1.0.0",
"astro": "^1.0.0"
},
"dependencies": {
"preact": "^10.7.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/react": "^0.4.3",
"@astrojs/react": "^1.0.0",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"astro": "^1.0.0-rc.8"
"astro": "^1.0.0"
},
"dependencies": {
"react": "^18.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/solid-js": "^0.4.1",
"astro": "^1.0.0-rc.8"
"@astrojs/solid-js": "^1.0.0",
"astro": "^1.0.0"
},
"dependencies": {
"solid-js": "^1.4.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/svelte": "^0.5.1",
"astro": "^1.0.0-rc.8"
"@astrojs/svelte": "^1.0.0",
"astro": "^1.0.0"
},
"dependencies": {
"svelte": "^3.48.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/vue": "^0.5.0",
"astro": "^1.0.0-rc.8"
"@astrojs/vue": "^1.0.0",
"astro": "^1.0.0"
},
"dependencies": {
"vue": "^3.2.37"
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
"astro": "^1.0.0-rc.8"
"astro": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/non-html-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
"astro": "^1.0.0-rc.8"
"astro": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions examples/portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.8",
"@astrojs/preact": "^1.0.0",
"astro": "^1.0.0",
"sass": "^1.52.2"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"server": "node server/server.mjs"
},
"devDependencies": {
"@astrojs/node": "^0.2.1",
"@astrojs/svelte": "^0.5.1",
"astro": "^1.0.0-rc.8",
"@astrojs/node": "^1.0.0",
"@astrojs/svelte": "^1.0.0",
"astro": "^1.0.0",
"concurrently": "^7.2.1",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",
Expand Down
4 changes: 2 additions & 2 deletions examples/subpath/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/react": "^0.4.3",
"astro": "^1.0.0-rc.8"
"@astrojs/react": "^1.0.0",
"astro": "^1.0.0"
},
"dependencies": {
"react": "^18.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-markdown-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.14.1",
"astro": "^1.0.0-rc.8",
"@astrojs/markdown-remark": "^1.0.0",
"astro": "^1.0.0",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-markdown-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.14.1",
"astro": "^1.0.0-rc.8"
"@astrojs/markdown-remark": "^1.0.0",
"astro": "^1.0.0"
}
}
6 changes: 3 additions & 3 deletions examples/with-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/mdx": "^0.8.0",
"@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.8",
"@astrojs/mdx": "^0.8.1",
"@astrojs/preact": "^1.0.0",
"astro": "^1.0.0",
"preact": "^10.6.5"
}
}
4 changes: 2 additions & 2 deletions examples/with-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"preact": "^10.7.3"
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.8"
"@astrojs/preact": "^1.0.0",
"astro": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/tailwind": "^0.2.5",
"astro": "^1.0.0-rc.8",
"@astrojs/tailwind": "^1.0.0",
"astro": "^1.0.0",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.14",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vite-plugin-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"astro": "astro"
},
"devDependencies": {
"astro": "^1.0.0-rc.8",
"astro": "^1.0.0",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "vitest"
},
"devDependencies": {
"astro": "^1.0.0-rc.8",
"astro": "^1.0.0",
"vitest": "^0.20.3"
}
}
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,13 @@
]
},
"patchedDependencies": {
"@changesets/[email protected]": "patches/@[email protected]",
"@changesets/[email protected]": "patches/@[email protected]"
"@changesets/[email protected]": "patches/@[email protected]"
}
},
"dependencies": {
"@astrojs/webapi": "workspace:*"
},
"devDependencies": {
"@changesets/assemble-release-plan": "5.1.3",
"@changesets/changelog-github": "0.4.4",
"@changesets/cli": "2.23.0",
"@octokit/action": "^3.18.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/astro-prism/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @astrojs/prism

## 1.0.0

### Major Changes

- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).

**No breaking changes**. This package is now officially stable and compatible with `[email protected]`!

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-prism/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrojs/prism",
"version": "0.7.0",
"version": "1.0.0",
"description": "Supports Prism highlighting in Astro projects",
"author": "withastro",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/astro-rss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @astrojs/rss

## 1.0.0

### Major Changes

- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).

**No breaking changes**. This package is now officially stable and compatible with `[email protected]`!

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-rss/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astrojs/rss",
"description": "Add RSS feeds to your Astro projects",
"version": "0.2.2",
"version": "1.0.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
Expand Down
Loading

0 comments on commit 9f067dc

Please sign in to comment.