Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot authored Sep 25, 2024
1 parent 716a45b commit 3ca2b44
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.1.0](https://github.com/gravity-ui/table/compare/v1.0.0...v1.1.0) (2024-09-25)


### Features

* **Table:** styled SortIndicator added ([#49](https://github.com/gravity-ui/table/issues/49)) ([d4e7d82](https://github.com/gravity-ui/table/commit/d4e7d823f102c9e77e8520b502495a80a1db37c0))
* **Table:** styled SortIndicator export added ([#53](https://github.com/gravity-ui/table/issues/53)) ([39b5709](https://github.com/gravity-ui/table/commit/39b5709b19263cbe3af17a98072abb5ea201cd4d))
* **Table:** table size supported ([#50](https://github.com/gravity-ui/table/issues/50)) ([50e7778](https://github.com/gravity-ui/table/commit/50e7778ce7be93360ba9cff69651844f6f0308f6))


### Bug Fixes

* **BaseHeaderCell:** sorting on resize fixed ([#55](https://github.com/gravity-ui/table/issues/55)) ([716a45b](https://github.com/gravity-ui/table/commit/716a45bf52c80175d77fcbc16bbdc29a1b93a086))

## [1.0.0](https://github.com/gravity-ui/table/compare/v0.9.0...v1.0.0) (2024-09-12)


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/table",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"license": "MIT",
"main": "./build/cjs/index.js",
Expand Down

0 comments on commit 3ca2b44

Please sign in to comment.