Skip to content

Commit

Permalink
v29.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 5, 2024
1 parent e3352fd commit e1b2fe9
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.

## [29.1.3](https://github.com/waitingsong/fetch/compare/v29.1.2...v29.1.3) (2024-07-05)

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





## [29.1.2](https://github.com/waitingsong/fetch/compare/v29.1.1...v29.1.2) (2024-06-11)

**Note:** Version bump only for package rxxfetch
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": "29.1.2",
"version": "29.1.3",
"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.

## [29.1.3](https://github.com/waitingsong/fetch/compare/v29.1.2...v29.1.3) (2024-07-05)

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





## [29.1.1](https://github.com/waitingsong/fetch/compare/v29.1.0...v29.1.1) (2024-06-04)

**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": "29.1.1",
"version": "29.1.3",
"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.

## [29.1.3](https://github.com/waitingsong/fetch/compare/v29.1.2...v29.1.3) (2024-07-05)

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





## [29.1.2](https://github.com/waitingsong/fetch/compare/v29.1.1...v29.1.2) (2024-06-11)

**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": "29.1.2",
"version": "29.1.3",
"description": "",
"private": false,
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"license": "MIT",
"dependencies": {
"@mwcp/otel": "^30.16.1",
"@waiting/fetch": "^29.1.1",
"@waiting/fetch": "^29.1.3",
"@waiting/shared-core": "^23.20.0"
},
"engines": {
Expand Down

0 comments on commit e1b2fe9

Please sign in to comment.