Skip to content

Commit 00338b8

Browse files
Astro 1.0.0 (#4214)
* 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]>
1 parent 95bf2ad commit 00338b8

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

packages/integrations/netlify/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
8+
9+
**No breaking changes**. This package is now officially stable and compatible with `[email protected]`!
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308)]:
14+
- @astrojs/webapi@1.0.0
15+
316
## 0.5.0
417

518
### Minor Changes

packages/integrations/netlify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/netlify",
33
"description": "Deploy your site to Netlify",
4-
"version": "0.5.0",
4+
"version": "1.0.0",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",
@@ -33,7 +33,7 @@
3333
"test": "npm run test-fn"
3434
},
3535
"dependencies": {
36-
"@astrojs/webapi": "^0.12.0",
36+
"@astrojs/webapi": "^1.0.0",
3737
"esbuild": "^0.14.43"
3838
},
3939
"devDependencies": {

0 commit comments

Comments
 (0)