Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#180)
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 Nov 11, 2022
1 parent 3297c87 commit 6748f26
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-points-drop.md

This file was deleted.

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

## 0.5.2

### Patch Changes

- [#179](https://github.com/ardatan/whatwg-node/pull/179) [`3297c87`](https://github.com/ardatan/whatwg-node/commit/3297c87409c3bcf8700dd447d603da657acbd821) Thanks [@ardatan](https://github.com/ardatan)! - Fix destroy method for ReadableStream to Readable conversion

## 0.5.1

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

## 0.4.15

### Patch Changes

- Updated dependencies [[`3297c87`](https://github.com/ardatan/whatwg-node/commit/3297c87409c3bcf8700dd447d603da657acbd821)]:
- @whatwg-node/fetch@0.5.2

## 0.4.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@whatwg-node/server",
"version": "0.4.14",
"version": "0.4.15",
"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.1",
"@whatwg-node/fetch": "0.5.2",
"tslib": "^2.3.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 6748f26

Please sign in to comment.