Skip to content

Commit

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

## [0.6.0](https://github.com/gravity-ui/table/compare/v0.5.0...v0.6.0) (2024-08-16)


### Features

* **Table:** aria-(colcount,colindex,rowcount,rowindex) support added ([#24](https://github.com/gravity-ui/table/issues/24)) ([e07d74a](https://github.com/gravity-ui/table/commit/e07d74a837579183734cb6bd54d7341ae261c075))
* **Table:** aria-sort support added ([#26](https://github.com/gravity-ui/table/issues/26)) ([81987fe](https://github.com/gravity-ui/table/commit/81987fe5ba524e8af1d036f94c4898d083b244ad))
* **Table:** attributes customization ([#27](https://github.com/gravity-ui/table/issues/27)) ([018dd18](https://github.com/gravity-ui/table/commit/018dd188d06dbb7399660d814ee295d4ca0dcfe6))

## [0.5.0](https://github.com/gravity-ui/table/compare/v0.4.0...v0.5.0) (2024-07-29)


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

0 comments on commit 67232f8

Please sign in to comment.