Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - reakit-theme-default@0.1.3
 - reakit@0.15.2
 - website@0.15.3
  • Loading branch information
diegohaz committed Sep 21, 2018
1 parent 2167a80 commit d3ad2ff
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 6 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.15.2"></a>
## [0.15.2](https://github.com/reakit/reakit/compare/reakit@0.15.1...reakit@0.15.2) (2018-09-21)


### Bug Fixes

* **typescript:** Stop using csstype for CSS properties ([#246](https://github.com/reakit/reakit/issues/246)) ([0a0465c](https://github.com/reakit/reakit/commit/0a0465c)), closes [#245](https://github.com/reakit/reakit/issues/245)
* **typescript:** Use `getSelector` when interpolating styled components ([#247](https://github.com/reakit/reakit/issues/247)) ([2167a80](https://github.com/reakit/reakit/commit/2167a80))


### Features

* Add `hidden` attribute to `Hidden` ([#240](https://github.com/reakit/reakit/issues/240)) ([2d157f9](https://github.com/reakit/reakit/commit/2d157f9))


### Performance Improvements

* Only dedupe class names when rendering HTML elements ([#239](https://github.com/reakit/reakit/issues/239)) ([1ec72be](https://github.com/reakit/reakit/commit/1ec72be))





<a name="0.15.1"></a>
## [0.15.1](https://github.com/reakit/reakit/compare/reakit@0.15.0...reakit@0.15.1) (2018-09-18)

Expand Down
9 changes: 9 additions & 0 deletions packages/reakit-theme-default/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.1.3"></a>
## [0.1.3](https://github.com/reakit/reakit/tree/master/packages/reakit-theme-default/compare/reakit-theme-default@0.1.2...reakit-theme-default@0.1.3) (2018-09-21)

**Note:** Version bump only for package reakit-theme-default





<a name="0.1.2"></a>
## [0.1.2](https://github.com/reakit/reakit/tree/master/packages/reakit-theme-default/compare/reakit-theme-default@0.1.1...reakit-theme-default@0.1.2) (2018-09-18)

Expand Down
4 changes: 2 additions & 2 deletions packages/reakit-theme-default/package.json
@@ -1,6 +1,6 @@
{
"name": "reakit-theme-default",
"version": "0.1.2",
"version": "0.1.3",
"description": "Reakit default theme",
"license": "MIT",
"repository": "https://github.com/reakit/reakit/tree/master/packages/reakit-theme-default",
Expand Down Expand Up @@ -48,7 +48,7 @@
"eslint": "^5.6.0",
"jest-cli": "^23.6.0",
"opn-cli": "^3.1.0",
"reakit": "^0.15.1",
"reakit": "^0.15.2",
"rimraf": "^2.6.1",
"rollup": "^0.66.0",
"typescript": "^3.0.1"
Expand Down
23 changes: 23 additions & 0 deletions packages/reakit/CHANGELOG.md
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.15.2"></a>
## [0.15.2](https://github.com/reakit/reakit/compare/reakit@0.15.1...reakit@0.15.2) (2018-09-21)


### Bug Fixes

* **typescript:** Stop using csstype for CSS properties ([#246](https://github.com/reakit/reakit/issues/246)) ([0a0465c](https://github.com/reakit/reakit/commit/0a0465c)), closes [#245](https://github.com/reakit/reakit/issues/245)
* **typescript:** Use `getSelector` when interpolating styled components ([#247](https://github.com/reakit/reakit/issues/247)) ([2167a80](https://github.com/reakit/reakit/commit/2167a80))


### Features

* Add `hidden` attribute to `Hidden` ([#240](https://github.com/reakit/reakit/issues/240)) ([2d157f9](https://github.com/reakit/reakit/commit/2d157f9))


### Performance Improvements

* Only dedupe class names when rendering HTML elements ([#239](https://github.com/reakit/reakit/issues/239)) ([1ec72be](https://github.com/reakit/reakit/commit/1ec72be))





<a name="0.15.1"></a>
## [0.15.1](https://github.com/reakit/reakit/compare/reakit@0.15.0...reakit@0.15.1) (2018-09-18)

Expand Down
2 changes: 1 addition & 1 deletion packages/reakit/package.json
@@ -1,6 +1,6 @@
{
"name": "reakit",
"version": "0.15.1",
"version": "0.15.2",
"description": "A minimalist and highly composable UI toolkit built on top of React and styled-components",
"license": "MIT",
"repository": "reakit/reakit",
Expand Down
12 changes: 12 additions & 0 deletions packages/website/CHANGELOG.md
Expand Up @@ -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.

<a name="0.15.3"></a>
## [0.15.3](https://github.com/reakit/reakit/compare/website@0.15.2...website@0.15.3) (2018-09-21)


### Features

* **website:** Add `Filter` component with keydown `/` focus ([#242](https://github.com/reakit/reakit/issues/242)) ([974126e](https://github.com/reakit/reakit/commit/974126e))





<a name="0.15.2"></a>
## [0.15.2](https://github.com/reakit/reakit/compare/website@0.15.1...website@0.15.2) (2018-09-18)

Expand Down
6 changes: 3 additions & 3 deletions packages/website/package.json
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.15.2",
"version": "0.15.3",
"private": true,
"scripts": {
"start": "styleguidist server",
Expand All @@ -24,8 +24,8 @@
"react-helmet": "^5.2.0",
"react-icons": "^2.2.5",
"react-router-dom": "^4.2.2",
"reakit": "^0.15.1",
"reakit-theme-default": "^0.1.2",
"reakit": "^0.15.2",
"reakit-theme-default": "^0.1.3",
"styled-tools": "^1.5.1",
"whatwg-fetch": "^3.0.0"
},
Expand Down

0 comments on commit d3ad2ff

Please sign in to comment.