Skip to content

Commit

Permalink
v32.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Oct 10, 2024
1 parent 21ea949 commit c5e7954
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.

## [32.2.1](https://github.com/waitingsong/fetch/compare/v32.2.0...v32.2.1) (2024-10-10)

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





# [32.2.0](https://github.com/waitingsong/fetch/compare/v32.1.0...v32.2.0) (2024-09-15)


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": "32.2.0",
"version": "32.2.1",
"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.

## [32.2.1](https://github.com/waitingsong/fetch/compare/v32.2.0...v32.2.1) (2024-10-10)

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





# [32.1.0](https://github.com/waitingsong/fetch/compare/v32.0.1...v32.1.0) (2024-09-15)

**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": "32.1.0",
"version": "32.2.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.

## [32.2.1](https://github.com/waitingsong/fetch/compare/v32.2.0...v32.2.1) (2024-10-10)

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





# [32.2.0](https://github.com/waitingsong/fetch/compare/v32.1.0...v32.2.0) (2024-09-15)


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": "32.2.0",
"version": "32.2.1",
"description": "",
"private": false,
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"license": "MIT",
"dependencies": {
"@mwcp/otel": "^38.2.2",
"@waiting/fetch": "^32.1.0",
"@waiting/fetch": "^32.2.1",
"@waiting/shared-core": "^23.22.0"
},
"devDependencies": {
Expand Down

0 comments on commit c5e7954

Please sign in to comment.