Skip to content

Commit 75cbc6b

Browse files
committed
v0.9.9
1 parent 5ea36f1 commit 75cbc6b

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
@@ -9,13 +9,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
99

1010
### Added
1111

12+
### Changed
13+
14+
### Removed
15+
16+
## [0.9.9] - 2022-06-21
17+
1218
### Changed
1319
-[PATCH] Update `Media` to follow redirects when fetching for content-type
1420
-[PATCH] Added `shouldPassThroughTouches` to `LayerContainer.Layer`
1521
-[PATCH] Added `shouldCaptureTouches` to `Box`
1622

17-
### Removed
18-
1923
## [0.9.8] - 2022-05-22
2024

2125
### Changed

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/ui-react",
3-
"version": "0.9.8",
3+
"version": "0.9.9",
44
"description": "React UI component library for building projects at Kiba Labs",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)