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

Commit 98ae795

Browse files
[VERSION]: update versions. (#191)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0b7ac22 commit 98ae795

File tree

6 files changed

+16
-14
lines changed

6 files changed

+16
-14
lines changed

.changeset/old-shirts-live.md

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

.changeset/wild-dancers-wait.md

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

packages/react-virtualized-window/CHANGELOG.md

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

3+
## 0.8.4
4+
5+
### Patch Changes
6+
7+
- [#189](https://github.com/Resembli/ui/pull/189) [`bdd8af2`](https://github.com/Resembli/ui/commit/bdd8af251be81ea545a6f1ea14b70e346e1a10ef) Thanks [@leebeydoun](https://github.com/leebeydoun)! - Transpile target is now es2022.
8+
39
## 0.8.3
410

511
### Patch 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.8.3",
6+
"version": "0.8.4",
77
"types": "src/index.ts",
88
"main": "src/index.ts",
99
"type": "module",

packages/ui/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# @resembli/ui
22

3-
## 0.0.1
3+
## 0.0.2
4+
45
### Patch Changes
56

7+
- [#188](https://github.com/Resembli/ui/pull/188) [`288e0b3`](https://github.com/Resembli/ui/commit/288e0b3770ad42a498868bf8621ff5bf128a90c2) Thanks [@leebeydoun](https://github.com/leebeydoun)! - Add initial tree component and move framer-motion to be a peer dependency
8+
9+
* [#189](https://github.com/Resembli/ui/pull/189) [`bdd8af2`](https://github.com/Resembli/ui/commit/bdd8af251be81ea545a6f1ea14b70e346e1a10ef) Thanks [@leebeydoun](https://github.com/leebeydoun)! - Transpile target is now es2022.
610

11+
## 0.0.1
12+
13+
### Patch Changes
714

815
- [#186](https://github.com/Resembli/ui/pull/186) [`98e3c5a`](https://github.com/Resembli/ui/commit/98e3c5aa59f52c91cb1dd9461ee674cdb3a01604) Thanks [@leebeydoun](https://github.com/leebeydoun)! - Added initial UI package with a bare bones collapse component.

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "React UI components",
44
"private": false,
55
"author": "Lee Beydoun",
6-
"version": "0.0.1",
6+
"version": "0.0.2",
77
"types": "src/index.ts",
88
"main": "src/index.ts",
99
"type": "module",

0 commit comments

Comments
 (0)