Skip to content

Commit e6b1d50

Browse files
committed
v0.9.3
1 parent 218fa18 commit e6b1d50

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1010
### Added
1111

1212
### Changed
13-
-[MINOR] Allow `Router` to have children and not specify routes
1413

1514
### Removed
1615

17-
## [0.9.1] - 2022-06-21
16+
## [0.9.3] - 2022-10-11
17+
18+
### Changed
19+
-[MINOR] Allow `Router` to have children and not specify routes
20+
21+
## [0.9.2] - 2022-06-21
1822

1923
### Changed
2024
-[MAJOR] Update `IRoute` to have `IGlobals` as the first generic prop

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kibalabs/core-react",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "Utilities for use in React projects at Kiba Labs",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)