Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - reakit-playground@0.15.3
 - reakit@1.3.3
 - website@1.3.3
  • Loading branch information
diegohaz committed Jan 3, 2021
1 parent 3d81514 commit bf3fdfd
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.3](https://github.com/reakit/reakit/compare/reakit@1.3.2...reakit@1.3.3) (2021-01-03)


### Bug Fixes

* Fix `CompositeItem` with `tabindex=0` on the first render ([#817](https://github.com/reakit/reakit/issues/817)) ([3d81514](https://github.com/reakit/reakit/commit/3d815148d74e333ec975ff871a92f39aaa307fa8))





## [1.3.2](https://github.com/reakit/reakit/compare/reakit@1.3.1...reakit@1.3.2) (2020-12-11)


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

## [0.15.3](https://github.com/reakit/reakit/tree/master/packages/reakit-playground/compare/reakit-playground@0.15.2...reakit-playground@0.15.3) (2021-01-03)

**Note:** Version bump only for package reakit-playground





## [0.15.2](https://github.com/reakit/reakit/tree/master/packages/reakit-playground/compare/reakit-playground@0.15.1...reakit-playground@0.15.2) (2020-12-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/reakit-playground/package.json
@@ -1,6 +1,6 @@
{
"name": "reakit-playground",
"version": "0.15.2",
"version": "0.15.3",
"description": "Reakit Playground",
"sideEffects": false,
"license": "MIT",
Expand Down Expand Up @@ -37,7 +37,7 @@
"codemirror": "5.59.0",
"emotion": "^10.0.27",
"react-codemirror2": "7.2.1",
"reakit": "^1.3.2",
"reakit": "^1.3.3",
"reakit-system": "^0.15.1",
"reakit-system-bootstrap": "^0.14.1",
"reakit-system-palette": "^0.14.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/reakit/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.3](https://github.com/reakit/reakit/compare/reakit@1.3.2...reakit@1.3.3) (2021-01-03)


### Bug Fixes

* Fix `CompositeItem` with `tabindex=0` on the first render ([#817](https://github.com/reakit/reakit/issues/817)) ([3d81514](https://github.com/reakit/reakit/commit/3d815148d74e333ec975ff871a92f39aaa307fa8))





## [1.3.2](https://github.com/reakit/reakit/compare/reakit@1.3.1...reakit@1.3.2) (2020-12-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/reakit/package.json
@@ -1,6 +1,6 @@
{
"name": "reakit",
"version": "1.3.2",
"version": "1.3.3",
"description": "Toolkit for building accessible rich web apps with React",
"sideEffects": false,
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/website/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.3](https://github.com/reakit/reakit/tree/master/packages/website/compare/website@1.3.2...website@1.3.3) (2021-01-03)

**Note:** Version bump only for package website





## [1.3.2](https://github.com/reakit/reakit/tree/master/packages/website/compare/website@1.3.1...website@1.3.2) (2020-12-11)

**Note:** Version bump only for package website
Expand Down
6 changes: 3 additions & 3 deletions packages/website/package.json
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "1.3.2",
"version": "1.3.3",
"private": true,
"description": "Reakit website",
"license": "MIT",
Expand Down Expand Up @@ -52,8 +52,8 @@
"react-helmet": "6.1.0",
"react-icons": "3.11.0",
"react-spring": "8.0.27",
"reakit": "^1.3.2",
"reakit-playground": "^0.15.2",
"reakit": "^1.3.3",
"reakit-playground": "^0.15.3",
"reakit-system": "^0.15.1",
"reakit-system-bootstrap": "^0.14.1",
"reakit-system-palette": "^0.14.1",
Expand Down

0 comments on commit bf3fdfd

Please sign in to comment.