Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vovacodes committed Jul 1, 2019
1 parent eb332e2 commit b15bc03
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.1](https://github.com/vovaguguiev/react-sunbeam/compare/v0.6.0...v0.6.1) (2019-07-01)

### Bug Fixes

- properly update focus after changes to the focusable tree ([eb332e2](https://github.com/vovaguguiev/react-sunbeam/commit/eb332e2))

# [0.6.0](https://github.com/vovaguguiev/react-sunbeam/compare/v0.5.0...v0.6.0) (2019-06-03)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["packages/*"],
"npmClient": "yarn",
"version": "0.6.0"
"version": "0.6.1"
}
6 changes: 6 additions & 0 deletions packages/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.1](https://github.com/wzrdzl/react-sunbeam/compare/v0.6.0...v0.6.1) (2019-07-01)

### Bug Fixes

- properly update focus after changes to the focusable tree ([eb332e2](https://github.com/wzrdzl/react-sunbeam/commit/eb332e2))

# [0.6.0](https://github.com/wzrdzl/react-sunbeam/compare/v0.5.0...v0.6.0) (2019-06-03)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "0.6.0",
"version": "0.6.1",
"main": "index.js",
"repository": "git+https://github.com/wzrdzl/react-sunbeam.git",
"author": "Vladimir Guguiev <vladimir.guguiev@gmail.com>",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-sunbeam": "^0.6.0"
"react-sunbeam": "^0.6.1"
},
"devDependencies": {
"@types/react": "^16.8.20",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-sunbeam/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.1](https://github.com/wzrdzl/react-sunbeam/compare/v0.6.0...v0.6.1) (2019-07-01)

### Bug Fixes

- properly update focus after changes to the focusable tree ([eb332e2](https://github.com/wzrdzl/react-sunbeam/commit/eb332e2))

# [0.6.0](https://github.com/wzrdzl/react-sunbeam/compare/v0.5.0...v0.6.0) (2019-06-03)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/react-sunbeam/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-sunbeam",
"version": "0.6.0",
"version": "0.6.1",
"description": "Spatial navigation and focus management for React",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down

0 comments on commit b15bc03

Please sign in to comment.