Skip to content

Commit

Permalink
v31.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 24, 2024
1 parent 991529c commit 4eec3f8
Show file tree
Hide file tree
Showing 6 changed files with 34 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.

# [31.0.0](https://github.com/waitingsong/fetch/compare/v30.0.1...v31.0.0) (2024-07-24)


### Features

* **mwcp:** remove otelCompon from type TraceOptions ([991529c](https://github.com/waitingsong/fetch/commit/991529c4cb5f22fdb28ff5a7b5b3c029037adb60))





## [30.0.1](https://github.com/waitingsong/fetch/compare/v30.0.0...v30.0.1) (2024-07-12)


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": "30.0.1",
"version": "31.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.

# [31.0.0](https://github.com/waitingsong/fetch/compare/v30.0.1...v31.0.0) (2024-07-24)

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





# [30.0.0](https://github.com/waitingsong/fetch/compare/v29.1.3...v30.0.0) (2024-07-06)

**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": "30.0.0",
"version": "31.0.0",
"description": "HTTP fetch API for browser and Node.js. Handle 302/303 redirect correctly on Node.js",
"keywords": [
"http",
Expand Down
11 changes: 11 additions & 0 deletions packages/midway-component-fetch/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.

# [31.0.0](https://github.com/waitingsong/fetch/compare/v30.0.1...v31.0.0) (2024-07-24)


### Features

* **mwcp:** remove otelCompon from type TraceOptions ([991529c](https://github.com/waitingsong/fetch/commit/991529c4cb5f22fdb28ff5a7b5b3c029037adb60))





## [30.0.1](https://github.com/waitingsong/fetch/compare/v30.0.0...v30.0.1) (2024-07-12)


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": "30.0.1",
"version": "31.0.0",
"description": "",
"private": false,
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"license": "MIT",
"dependencies": {
"@mwcp/otel": "^32.0.0",
"@waiting/fetch": "^30.0.0",
"@waiting/fetch": "^31.0.0",
"@waiting/shared-core": "^23.20.2"
},
"engines": {
Expand Down

0 comments on commit 4eec3f8

Please sign in to comment.