Skip to content

Commit 9079011

Browse files
CI: sync release
1 parent b391b0e commit 9079011

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2024-10-18
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`enhanced_http` - `v4.2.3`](#enhanced_http---v423)
19+
20+
---
21+
22+
#### `enhanced_http` - `v4.2.3`
23+
24+
- **FIX**(enhanced-http): method options.
25+
26+
627
## 2024-10-18
728

829
### Changes

packages/enhanced_http/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.2.3
2+
3+
- **FIX**(enhanced-http): method options.
4+
15
## 4.2.2
26

37
- **FIX**(enhanced-http): header intercepts.

packages/enhanced_http/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ packages:
7979
path: ".."
8080
relative: true
8181
source: path
82-
version: "4.2.1"
82+
version: "4.2.2"
8383
ffi:
8484
dependency: transitive
8585
description:

packages/enhanced_http/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: enhanced_http
22
description: A wrapper around the dart http package provided by Google which is inspired by axios
3-
version: 4.2.2
3+
version: 4.2.3
44
repository: https://github.com/sliit-foss/enhanced_http
55

66
environment:

0 commit comments

Comments
 (0)