Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#164)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Oct 23, 2022
1 parent ab5fb52 commit 6113c70
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/shiny-apples-travel.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/fetch/CHANGELOG.md
@@ -1,5 +1,11 @@
# @whatwg-node/fetch

## 0.5.0

### Minor Changes

- [`ab5fb52`](https://github.com/ardatan/whatwg-node/commit/ab5fb524753bc7a210b1aaf2e1580566907d4713) Thanks [@ardatan](https://github.com/ardatan)! - Drop broken `fieldsFirst` flag

## 0.4.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
@@ -1,6 +1,6 @@
{
"name": "@whatwg-node/fetch",
"version": "0.4.7",
"version": "0.5.0",
"description": "Cross Platform Smart Fetch Ponyfill",
"author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
"repository": {
Expand Down
11 changes: 9 additions & 2 deletions packages/server/CHANGELOG.md
@@ -1,5 +1,12 @@
# @whatwg-node/server

## 0.4.13

### Patch Changes

- Updated dependencies [[`ab5fb52`](https://github.com/ardatan/whatwg-node/commit/ab5fb524753bc7a210b1aaf2e1580566907d4713)]:
- @whatwg-node/fetch@0.5.0

## 0.4.12

### Patch Changes
Expand Down Expand Up @@ -100,8 +107,8 @@

```ts
createServerAdapter(req => {
return new Response(`I got ${req.url}`)
})
return new Response(`I got ${req.url}`);
});
```

Breaking Changes;
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@whatwg-node/server",
"version": "0.4.12",
"version": "0.4.13",
"description": "Fetch API compliant HTTP Server adapter",
"author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"directory": "dist"
},
"dependencies": {
"@whatwg-node/fetch": "0.4.7",
"@whatwg-node/fetch": "0.5.0",
"tslib": "^2.3.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 6113c70

Please sign in to comment.