diff --git a/CHANGELOG.md b/CHANGELOG.md index b99227c..a63afc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,34 +1,40 @@ # Changelog -## [0.2.0](https://github.com/gravity-ui/data-source/compare/v0.1.2...v0.2.0) (2024-08-05) +## [0.2.1](https://github.com/gravity-ui/data-source/compare/v0.2.0...v0.2.1) (2024-08-07) + +### ⚠ BREAKING CHANGES + +- `next` and `prev` are `Partial | undefined` instead of `Partial | undefined` +- DataSource no longer supports in `ActualParams` type +### Bug Fixes + +- make page param patch for request ([#11](https://github.com/gravity-ui/data-source/issues/11)) ([e76f88e](https://github.com/gravity-ui/data-source/commit/e76f88e8426d24c32df9615f5a678f923bb2c84e)) + +## [0.2.0](https://github.com/gravity-ui/data-source/compare/v0.1.2...v0.2.0) (2024-08-05) ### Features -* **react:** add custom props for data loader components ([#8](https://github.com/gravity-ui/data-source/issues/8)) ([b4d12de](https://github.com/gravity-ui/data-source/commit/b4d12dea1e94f3267732698f9f4a20aa90c6baac)) +- **react:** add custom props for data loader components ([#8](https://github.com/gravity-ui/data-source/issues/8)) ([b4d12de](https://github.com/gravity-ui/data-source/commit/b4d12dea1e94f3267732698f9f4a20aa90c6baac)) ## [0.1.2](https://github.com/gravity-ui/data-source/compare/v0.1.1...v0.1.2) (2024-08-05) - ### Bug Fixes -* install utlity-types package as dependency ([#6](https://github.com/gravity-ui/data-source/issues/6)) ([783c929](https://github.com/gravity-ui/data-source/commit/783c929d3945a55ef15b26df1edf20850ef780fa)) +- install utlity-types package as dependency ([#6](https://github.com/gravity-ui/data-source/issues/6)) ([783c929](https://github.com/gravity-ui/data-source/commit/783c929d3945a55ef15b26df1edf20850ef780fa)) ## [0.1.1](https://github.com/gravity-ui/data-source/compare/v0.1.0...v0.1.1) (2024-08-02) - ### Bug Fixes -* **react:** add exports for error props ([#4](https://github.com/gravity-ui/data-source/issues/4)) ([a86c45b](https://github.com/gravity-ui/data-source/commit/a86c45b70b9119b8f276ea0140c78b3d9c02060e)) +- **react:** add exports for error props ([#4](https://github.com/gravity-ui/data-source/issues/4)) ([a86c45b](https://github.com/gravity-ui/data-source/commit/a86c45b70b9119b8f276ea0140c78b3d9c02060e)) ## 0.1.0 (2024-07-29) - ### chore -* release 0.1.0 ([3eea73e](https://github.com/gravity-ui/data-source/commit/3eea73effce4ce197f1f8ac305211cb2919a88c5)) - +- release 0.1.0 ([3eea73e](https://github.com/gravity-ui/data-source/commit/3eea73effce4ce197f1f8ac305211cb2919a88c5)) ### Features -* add base code ([a2cfd40](https://github.com/gravity-ui/data-source/commit/a2cfd4019bc2a5f7697f6e31aa40ed30990c4117)) +- add base code ([a2cfd40](https://github.com/gravity-ui/data-source/commit/a2cfd4019bc2a5f7697f6e31aa40ed30990c4117)) diff --git a/package-lock.json b/package-lock.json index 51c040f..fa7f0b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/data-source", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/data-source", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "utility-types": "^3.11.0" diff --git a/package.json b/package.json index 4536a54..715b01d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/data-source", - "version": "0.2.0", + "version": "0.2.1", "description": "A wrapper around data fetching", "keywords": [ "data-fetching",