Skip to content
This repository was archived by the owner on Sep 11, 2019. It is now read-only.

Commit f783aca

Browse files
author
Vladimir Varankin
committed
v0.16.1
1 parent ce9d6e6 commit f783aca

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## 0.16.1 - 2016-10-29
6+
7+
### Fixed
8+
9+
- Overlay: Inherit zIndexGroupLevel from ancestors ([#125](https://github.com/narqo/react-islands/pull/125)).
10+
511
## 0.16.0 - 2016-09-22
612

713
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-islands",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "A set of react components implementing Yandex's islands design",
55
"main": "components/index.js",
66
"files": [

0 commit comments

Comments
 (0)