Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Mar 25, 2020
1 parent 5567417 commit 1e9d5f3
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [2.0.1](https://github.com/nulogy/design-system/compare/v2.0.0...v2.0.1) (2020-03-25)


### Bug Fixes

* area in Select options that do not respond to click ([#589](https://github.com/nulogy/design-system/issues/589)) ([5567417](https://github.com/nulogy/design-system/commit/5567417e0f61325a4ab18f139de1ae71a4f69933))





# [2.0.0](https://github.com/nulogy/design-system/compare/v1.6.1...v2.0.0) (2020-03-25)


Expand Down
8 changes: 8 additions & 0 deletions components-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [2.0.1](https://github.com/nulogy/design-system/compare/v2.0.0...v2.0.1) (2020-03-25)

**Note:** Version bump only for package @nulogy/components-e2e





# [2.0.0](https://github.com/nulogy/design-system/compare/v1.6.1...v2.0.0) (2020-03-25)


Expand Down
4 changes: 2 additions & 2 deletions components-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nulogy/components-e2e",
"version": "2.0.0",
"version": "2.0.1",
"description": "browser tests for components",
"main": "index.js",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"webpack": ">=2"
},
"dependencies": {
"@nulogy/components": "^2.0.0"
"@nulogy/components": "^2.0.1"
},
"babelMacros": {
"styledComponents": {
Expand Down
11 changes: 11 additions & 0 deletions components/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [2.0.1](https://github.com/nulogy/design-system/compare/v2.0.0...v2.0.1) (2020-03-25)


### Bug Fixes

* area in Select options that do not respond to click ([#589](https://github.com/nulogy/design-system/issues/589)) ([5567417](https://github.com/nulogy/design-system/commit/5567417e0f61325a4ab18f139de1ae71a4f69933))





# [2.0.0](https://github.com/nulogy/design-system/compare/v1.6.1...v2.0.0) (2020-03-25)


Expand Down
2 changes: 1 addition & 1 deletion components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nulogy/components",
"version": "2.0.0",
"version": "2.0.1",
"description": "Component library for the Nulogy Design System - http://nulogy.design",
"private": false,
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [2.0.1](https://github.com/nulogy/design-system/compare/v2.0.0...v2.0.1) (2020-03-25)

**Note:** Version bump only for package @nulogy/docs





# [2.0.0](https://github.com/nulogy/design-system/compare/v1.6.1...v2.0.0) (2020-03-25)


Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@nulogy/docs",
"version": "2.0.0",
"version": "2.0.1",
"description": "Modern Enterprise Design for the Industrial Environment - http://nulogy.design",
"private": true,
"dependencies": {
"@nulogy/components": "^2.0.0",
"@nulogy/components": "^2.0.1",
"@nulogy/tokens": "^2.0.0",
"babel-plugin-styled-components": "^1.10.0",
"gatsby": "^2.18.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0",
"version": "2.0.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit 1e9d5f3

Please sign in to comment.