diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c910488bb..9ca6ff537 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.8.0 - 2019-05-08 + +#### 🚀 Updates + +- **[DataTable]** Add showAllRows and propagateRef props (#57) ([567316e](https://github.com/airbnb/lunar/commit/567316e)), closes [#57](https://github.com/airbnb/lunar/issues/57) + +**Note:** Version bump only for package @airbnb/lunar + + + + + ## 1.7.0 - 2019-05-07 #### 🚀 Updates diff --git a/packages/core/package.json b/packages/core/package.json index 8c61f6737..6bc47b19f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@airbnb/lunar", - "version": "1.7.0", + "version": "1.8.0", "description": "React toolkit and design language for Airbnb open source and internal projects.", "license": "MIT", "main": "./lib/index.js",