From 05feeb47ac6865983aa7be2e3fc5143adc41176b Mon Sep 17 00:00:00 2001 From: Poltergeist Date: Fri, 6 Jul 2018 12:38:25 +0200 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af86bcd1e..135610ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [1.1.0](https://github.com/dcos-labs/ui-kit/compare/v1.0.0...v1.1.0) (2018-07-06) + + +### Bug Fixes + +* fix Clickabel typo ([f1fc108](https://github.com/dcos-labs/ui-kit/commit/f1fc108)) +* **colors:** fix color prop typings ([b2c75e7](https://github.com/dcos-labs/ui-kit/commit/b2c75e7)) +* **table:** fix table typings ([60f9368](https://github.com/dcos-labs/ui-kit/commit/60f9368)) + + +### Features + +* add colors section to storybook ([4d6ddf6](https://github.com/dcos-labs/ui-kit/commit/4d6ddf6)) +* **clickable:** add clickable component ([a5ddbf3](https://github.com/dcos-labs/ui-kit/commit/a5ddbf3)) +* **colors:** add color values from UI kit ([d428d2c](https://github.com/dcos-labs/ui-kit/commit/d428d2c)) +* **table:** add column component ([6550051](https://github.com/dcos-labs/ui-kit/commit/6550051)) +* **table:** this introduces the table wrapping component ([3810938](https://github.com/dcos-labs/ui-kit/commit/3810938)) +* **tsconfig:** add es2017 lib to tsconfig ([917321b](https://github.com/dcos-labs/ui-kit/commit/917321b)) + + + # [1.0.0](https://github.com/dcos-labs/ui-kit/compare/v0.2.0...v1.0.0) (2018-04-18) diff --git a/package-lock.json b/package-lock.json index 571b0b60d..04fe039fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@dcos/ui-kit", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e0744537a..295f78513 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dcos/ui-kit", - "version": "1.0.0", + "version": "1.1.0", "description": "DCOS UI Kit", "license": "Apache-2.0", "repository": {