Skip to content

Commit 4da9982

Browse files
committed
Publish v1.4.0
1 parent c267a0a commit 4da9982

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.4.0](https://github.com/react-restart/ui/compare/v1.3.1...v1.4.0) (2022-09-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **usePopper:** adjust types to enable TypeScript 4.8 compatibility ([#66](https://github.com/react-restart/ui/issues/66)) ([c267a0a](https://github.com/react-restart/ui/commit/c267a0a0a6cab37f7147da7bfd256e2dc640c3bd))
7+
8+
9+
### Features
10+
11+
* **Overlay:** allow popper virtual elements as targets ([#64](https://github.com/react-restart/ui/issues/64)) ([de7ce33](https://github.com/react-restart/ui/commit/de7ce33ea3af51d77e589bf51f41ca071b3c0a6f))
12+
13+
14+
15+
16+
117
## [1.3.1](https://github.com/react-restart/ui/compare/v1.3.0...v1.3.1) (2022-07-22)
218

319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restart/ui",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "Utilities for creating robust overlay components",
55
"author": {
66
"name": "Jason Quense",

0 commit comments

Comments
 (0)