-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'prerelease' of https://github.com/commercelayer/provisi…
…oning-sdk into prerelease
- Loading branch information
Showing
2 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# [2.0.0-rc.1](https://github.com/commercelayer/provisioning-sdk/compare/v1.0.5...v2.0.0-rc.1) (2024-04-12) | ||
|
||
|
||
### breaking | ||
|
||
* remove axios and support to node <20 ([ab1627d](https://github.com/commercelayer/provisioning-sdk/commit/ab1627d9d7ab79ddedfd1eb4031afc05341a592a)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* fix action payload ([832c925](https://github.com/commercelayer/provisioning-sdk/commit/832c92588ebf137f681e2a3a7e4ccd40e202210e)) | ||
* fix fetch response type ([34d5f4a](https://github.com/commercelayer/provisioning-sdk/commit/34d5f4a5910d94983dbf817974b9a5e2dd13018a)) | ||
* fix generator for Nullable type ([fc7507a](https://github.com/commercelayer/provisioning-sdk/commit/fc7507a1fea6e1bd875694cd16005b9d05ff9d6e)) | ||
* fix ListResponse type ([e6e6057](https://github.com/commercelayer/provisioning-sdk/commit/e6e605760f581d70a173ec29e6a7f6bd0bf0481d)) | ||
* fix Nullable type import ([ec89120](https://github.com/commercelayer/provisioning-sdk/commit/ec8912018c7094d8c5900dcd93e39d15702ea6de)) | ||
* fix package exports ([17b6e8b](https://github.com/commercelayer/provisioning-sdk/commit/17b6e8ba2520bc5a50fae69e228680f0c28a5ccc)) | ||
* fix package exports ([a49c437](https://github.com/commercelayer/provisioning-sdk/commit/a49c4379b39c1cd1b02b52375dd76a58371fd0b8)) | ||
* fix plubic resources url ([a768d05](https://github.com/commercelayer/provisioning-sdk/commit/a768d050bc402ef0dc9881d98b4a99d483a5f22e)) | ||
* fix query filters generics ([553bef9](https://github.com/commercelayer/provisioning-sdk/commit/553bef9859c8fa6ce0e185ac825c835ad7e83d2e)) | ||
* fix query generics ([b6d656d](https://github.com/commercelayer/provisioning-sdk/commit/b6d656d155bff7c1b4200ba7dbd9f22d741399bf)) | ||
* fix query params export ([616cda4](https://github.com/commercelayer/provisioning-sdk/commit/616cda43b0937877083a1ae043fee031cf46c870)) | ||
* fix query types ([45c2c50](https://github.com/commercelayer/provisioning-sdk/commit/45c2c5072c7b7cc977a66ab96bee355459c4b95e)) | ||
* fix query types export ([8541850](https://github.com/commercelayer/provisioning-sdk/commit/8541850c4653e07ed50a72819dba678767589228)) | ||
* fix schema parser and source code generator ([1fde5e0](https://github.com/commercelayer/provisioning-sdk/commit/1fde5e0a2284684cbf7d9583701e1eca0c6086c4)) | ||
* fix sortable fields ([493a40b](https://github.com/commercelayer/provisioning-sdk/commit/493a40bcf427e0e21101325a91e4482be6d0d7cb)) | ||
* fix types export ([2f9d2fa](https://github.com/commercelayer/provisioning-sdk/commit/2f9d2fa44419f65e216987d62d32ff3bb4c2836e)) | ||
* update public resources url ([a10cf8e](https://github.com/commercelayer/provisioning-sdk/commit/a10cf8e1346554fe0b00a50be7cc718399d3025c)) | ||
|
||
|
||
### Features | ||
|
||
* add resource fields examples ([6d17340](https://github.com/commercelayer/provisioning-sdk/commit/6d173404e76a4903edf69ed64df164e367049a65)) | ||
* update resources to schema v1.0.4 ([fbd74ca](https://github.com/commercelayer/provisioning-sdk/commit/fbd74caa90ae05253bf67080baa94c4210bdcd77)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* remove axios and support to node <20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters