Skip to content

Commit

Permalink
v23.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Apr 25, 2023
1 parent 75458c2 commit 98cfc42
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [23.0.1](https://github.com/waitingsong/fetch/compare/v23.0.0...v23.0.1) (2023-04-25)

**Note:** Version bump only for package rxxfetch





# [23.0.0](https://github.com/waitingsong/fetch/compare/v22.2.0...v23.0.0) (2023-04-25)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "23.0.0",
"version": "23.0.1",
"packages": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [23.0.1](https://github.com/waitingsong/fetch/compare/v23.0.0...v23.0.1) (2023-04-25)

**Note:** Version bump only for package @waiting/fetch





# [23.0.0](https://github.com/waitingsong/fetch/compare/v22.2.0...v23.0.0) (2023-04-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@waiting/fetch",
"author": "waiting",
"version": "23.0.0",
"version": "23.0.1",
"description": "HTTP fetch API for browser and Node.js. Handle 302/303 redirect correctly on Node.js",
"keywords": [
"http",
Expand Down
8 changes: 8 additions & 0 deletions packages/midway-component-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [23.0.1](https://github.com/waitingsong/fetch/compare/v23.0.0...v23.0.1) (2023-04-25)

**Note:** Version bump only for package @mwcp/fetch





# [23.0.0](https://github.com/waitingsong/fetch/compare/v22.2.0...v23.0.0) (2023-04-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/midway-component-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mwcp/fetch",
"author": "waiting",
"version": "23.0.0",
"version": "23.0.1",
"description": "",
"private": false,
"keywords": [
Expand All @@ -25,7 +25,7 @@
"license": "MIT",
"dependencies": {
"@mwcp/otel": "10 - 12",
"@waiting/fetch": "^23.0.0",
"@waiting/fetch": "^23.0.1",
"@waiting/shared-core": "^21.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 98cfc42

Please sign in to comment.