Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 1789f5f

Browse files
[VERSION]: update versions. (#164)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4e014f6 commit 1789f5f

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

.changeset/neat-pots-develop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/polite-pots-battle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react-virtualized-window/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @resembli/react-virtualized-window
22

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- [#163](https://github.com/Resembli/ui/pull/163) [`635fea5`](https://github.com/Resembli/ui/commit/635fea5deb540fa37c42dde32da103fbd6aa1e51) Thanks [@leebeydoun](https://github.com/leebeydoun)! - Fixed gap margins when using pinned columns left or right.
8+
9+
* [#165](https://github.com/Resembli/ui/pull/165) [`4e014f6`](https://github.com/Resembli/ui/commit/4e014f6ce9ac15b64884e6161719f1ec2b917658) Thanks [@leebeydoun](https://github.com/leebeydoun)! - Remove support for the gap prop. Can be achieved by applying padding.
10+
311
## 0.7.0
412

513
### Minor Changes

packages/react-virtualized-window/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "React virtualized window components for rendering massive lists or grids",
44
"private": false,
55
"author": "Lee Beydoun",
6-
"version": "0.7.0",
6+
"version": "0.7.1",
77
"types": "src/index.ts",
88
"main": "src/index.ts",
99
"publishConfig": {

0 commit comments

Comments
 (0)