Skip to content

Commit

Permalink
v25.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Sep 19, 2023
1 parent 159b34d commit c7dcf4e
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [25.0.0](https://github.com/waitingsong/fetch/compare/v24.0.3...v25.0.0) (2023-09-19)


### Bug Fixes

* **boilerplate:** package.json db:gen ([e1b4a74](https://github.com/waitingsong/fetch/commit/e1b4a744f58ce710add2edc9f5878f96b69d1009))





## [24.0.3](https://github.com/waitingsong/fetch/compare/v24.0.2...v24.0.3) (2023-09-18)


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": "24.0.3",
"version": "25.0.0",
"command": {
"publish": {
"ignoreChanges": [
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.

# [25.0.0](https://github.com/waitingsong/fetch/compare/v24.0.3...v25.0.0) (2023-09-19)

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





## [24.0.3](https://github.com/waitingsong/fetch/compare/v24.0.2...v24.0.3) (2023-09-18)

**Note:** Version bump only for package @waiting/fetch
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": "24.0.3",
"version": "25.0.0",
"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.

# [25.0.0](https://github.com/waitingsong/fetch/compare/v24.0.3...v25.0.0) (2023-09-19)

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





## [24.0.3](https://github.com/waitingsong/fetch/compare/v24.0.2...v24.0.3) (2023-09-18)

**Note:** Version bump only for package @mwcp/fetch
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": "24.0.3",
"version": "25.0.0",
"description": "",
"private": false,
"keywords": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@mwcp/otel": "19 - 20",
"@mwcp/share": "19 - 20",
"@waiting/fetch": "^24.0.3",
"@waiting/fetch": "^25.0.0",
"@waiting/shared-core": "^22.0.0"
},
"engines": {
Expand Down

0 comments on commit c7dcf4e

Please sign in to comment.