Skip to content

Commit 5778153

Browse files
author
Viktor Pasynok
committed
Upgrade to version 3.1.0
1 parent 41afed3 commit 5778153

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
1-
# Change Log
1+
# Changelog
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](http://semver.org).
55

6-
## 3.0.1
6+
## v3.1.0
7+
8+
### Added
9+
10+
- Now `when` supports any `Unit` from Effector. (#11)
11+
12+
### Changed
13+
14+
- `Component` return type from `React.JSX.Element` to `React.ReactNode`. (#10)
15+
16+
Big thanks to @TheCoffeeFox for spotting the type improvements!
17+
18+
## v3.0.1
719

820
### Fixed
921

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "@grlt-hub/react-slots",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"type": "module",
55
"private": false,
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)