Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
action committed Jan 4, 2020
1 parent 1391e98 commit b01f58d
Show file tree
Hide file tree
Showing 6 changed files with 20 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.11.0](https://github.com/vovaguguiev/react-sunbeam/compare/v0.10.1...v0.11.0) (2020-01-04)

### Features

- **package_json:** add "unpkg" field to package.json ([c09509c](https://github.com/vovaguguiev/react-sunbeam/commit/c09509c))

## [0.10.1](https://github.com/vovaguguiev/react-sunbeam/compare/v0.10.0...v0.10.1) (2020-01-04)

**Note:** Version bump only for package react-sunbeam
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.10.1"
"version": "0.11.0"
}
4 changes: 4 additions & 0 deletions packages/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/wzrdzl/react-sunbeam/compare/v0.10.1...v0.11.0) (2020-01-04)

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

## [0.10.1](https://github.com/wzrdzl/react-sunbeam/compare/v0.10.0...v0.10.1) (2020-01-04)

**Note:** Version bump only for package demo
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.10.1",
"version": "0.11.0",
"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.10.2",
"react-dom": "^16.10.2",
"react-sunbeam": "^0.10.1"
"react-sunbeam": "^0.11.0"
},
"devDependencies": {
"@types/react": "^16.9.5",
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.11.0](https://github.com/vovaguguiev/react-sunbeam/compare/v0.10.1...v0.11.0) (2020-01-04)

### Features

- **package_json:** add "unpkg" field to package.json ([c09509c](https://github.com/vovaguguiev/react-sunbeam/commit/c09509c))

## [0.10.1](https://github.com/vovaguguiev/react-sunbeam/compare/v0.10.0...v0.10.1) (2020-01-04)

**Note:** Version bump only for package react-sunbeam
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.10.1",
"version": "0.11.0",
"description": "Spatial navigation and focus management for React",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down

0 comments on commit b01f58d

Please sign in to comment.