Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 28, 2022
1 parent 64443fb commit c2ca783
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/olive-toes-switch.md

This file was deleted.

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

## 0.5.1

### Patch Changes

- [`a8a7cfc`](https://github.com/ardatan/whatwg-node/commit/a8a7cfcbb98c5ca8fff3b4a6d8638e9208690b61) Thanks [@ardatan](https://github.com/ardatan)! - Fix for new undici

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
@@ -1,6 +1,6 @@
{
"name": "@whatwg-node/fetch",
"version": "0.5.0",
"version": "0.5.1",
"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.14

### Patch Changes

- Updated dependencies [[`a8a7cfc`](https://github.com/ardatan/whatwg-node/commit/a8a7cfcbb98c5ca8fff3b4a6d8638e9208690b61)]:
- @whatwg-node/fetch@0.5.1

## 0.4.13

### Patch Changes
Expand Down Expand Up @@ -107,8 +114,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.13",
"version": "0.4.14",
"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.5.0",
"@whatwg-node/fetch": "0.5.1",
"tslib": "^2.3.1"
},
"peerDependencies": {
Expand Down

0 comments on commit c2ca783

Please sign in to comment.