Skip to content

Commit

Permalink
chore(release): 2.0.0-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-rc.1](v1.0.5...v2.0.0-rc.1) (2024-04-12)

### breaking

* remove axios and support to node <20 ([ab1627d](ab1627d))

### Bug Fixes

* fix action payload ([832c925](832c925))
* fix fetch response type ([34d5f4a](34d5f4a))
* fix generator for Nullable type ([fc7507a](fc7507a))
* fix jsonapi import types ([98a862b](98a862b))
* fix ListResponse type ([e6e6057](e6e6057))
* fix Nullable type import ([ec89120](ec89120))
* fix package exports ([17b6e8b](17b6e8b))
* fix package exports ([a49c437](a49c437))
* fix plubic resources url ([a768d05](a768d05))
* fix query filters generics ([553bef9](553bef9))
* fix query generics ([b6d656d](b6d656d))
* fix query params export ([616cda4](616cda4))
* fix query types ([45c2c50](45c2c50))
* fix query types export ([8541850](8541850))
* fix schema parser and source code generator ([1fde5e0](1fde5e0))
* fix sortable fields ([493a40b](493a40b))
* fix types export ([2f9d2fa](2f9d2fa))
* update public resources url ([a10cf8e](a10cf8e))

### Features

* add resource fields examples ([6d17340](6d17340))
* update resources to schema v1.0.4 ([fbd74ca](fbd74ca))

### BREAKING CHANGES

* remove axios and support to node <20
  • Loading branch information
semantic-release-bot committed Apr 12, 2024
1 parent f966109 commit e4e83ba
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,46 @@
* 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 jsonapi import types ([98a862b](https://github.com/commercelayer/provisioning-sdk/commit/98a862bbd721b724aeb3afa526769ef50a639e7a))
* 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

# [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))
Expand Down

0 comments on commit e4e83ba

Please sign in to comment.