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

Commit 4f3c3bd

Browse files
[VERSION]: update versions. (#136)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 85fe7e8 commit 4f3c3bd

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/dry-lamps-sit.md

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

.changeset/giant-tables-taste.md

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

.changeset/wild-feet-film.md

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

packages/react-virtualized-window/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#135](https://github.com/Resembli/ui/pull/135) [`c84c807`](https://github.com/Resembli/ui/commit/c84c80768de9da077a371d553a2e15156fa84006) Thanks [@leebeydoun](https://github.com/leebeydoun)! - Added getKey property to allow custom keys be set on individual window items. Default is the cell index.
8+
9+
* [#135](https://github.com/Resembli/ui/pull/135) [`c84c807`](https://github.com/Resembli/ui/commit/c84c80768de9da077a371d553a2e15156fa84006) Thanks [@leebeydoun](https://github.com/leebeydoun)! - Removed the separate ListHorizontalComponent in favor of a List component with a layout property
10+
11+
### Patch Changes
12+
13+
- [#139](https://github.com/Resembli/ui/pull/139) [`e878741`](https://github.com/Resembli/ui/commit/e878741bd3c2e47bc68dad4031e7853685f2eb05) Thanks [@leebeydoun](https://github.com/leebeydoun)! - Fixed type error exception when an empty array is passed as data to the window components."
14+
315
## 0.4.0
416

517
### 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.4.0",
6+
"version": "0.5.0",
77
"types": "src/index.ts",
88
"main": "src/index.ts",
99
"publishConfig": {

0 commit comments

Comments
 (0)