Skip to content

Commit 88552d8

Browse files
chore(main): release 1.1.0 (#10)
1 parent 3921212 commit 88552d8

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/gravity-ui/components/compare/v1.0.0...v1.1.0) (2023-03-27)
4+
5+
6+
### Features
7+
8+
* introduce InfiniteScroll component ([#2](https://github.com/gravity-ui/components/issues/2)) ([4240714](https://github.com/gravity-ui/components/commit/4240714ff78cf74fc76a213f7d00d51194767053))
9+
10+
11+
### Bug Fixes
12+
13+
* **AdaptiveTabs:** prevent tab move to next line on some sizes ([#9](https://github.com/gravity-ui/components/issues/9)) ([3b8cd89](https://github.com/gravity-ui/components/commit/3b8cd892b61654c6c04d6cde76865c0771bedb12))
14+
315
## 1.0.0 (2023-03-15)
416

517

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gravity-ui/components",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "",
55
"license": "MIT",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)