Skip to content

Commit

Permalink
chore(main): release 0.2.1 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot authored Aug 7, 2024
1 parent 831a34e commit 61e86e8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [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<TRequest> | undefined` instead of `Partial<TResponse> | 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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 61e86e8

Please sign in to comment.