@arrowsphere/api-client 3.349.0 → 3.349.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,11 @@
|
|
|
3
3
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
4
4
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
5
5
|
|
|
6
|
+
## [3.249.1] - 2026.03.09
|
|
7
|
+
|
|
8
|
+
### Fixed
|
|
9
|
+
- [Partner] Fix Unit test
|
|
10
|
+
|
|
6
11
|
## [3.249.0] - 2026.03.05
|
|
7
12
|
|
|
8
13
|
### Added
|
|
@@ -10,12 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
10
15
|
|
|
11
16
|
## [3.248.2] - 2026.03.04
|
|
12
17
|
|
|
13
|
-
###
|
|
18
|
+
### Fixed
|
|
14
19
|
- [Cart] Fix type of the add and update cart endpoint payload
|
|
15
20
|
|
|
16
21
|
## [3.248.1] - 2026.02.26
|
|
17
22
|
|
|
18
|
-
###
|
|
23
|
+
### Fixed
|
|
19
24
|
- [Contact] Fix type of the get and patch contact endpoint payload
|
|
20
25
|
|
|
21
26
|
## [3.248.0] - 2026.02.26
|
package/package.json
CHANGED