Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Feb 25, 2020
1 parent e3c6d32 commit 81b02f5
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 6 deletions.
8 changes: 8 additions & 0 deletions 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.

## [1.0.6](https://github.com/nulogy/design-system/compare/v1.0.5...v1.0.6) (2020-02-25)

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





## [1.0.5](https://github.com/nulogy/design-system/compare/v1.0.4...v1.0.5) (2020-02-25)

**Note:** Version bump only for package @nulogy/nds
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.

## [1.0.6](https://github.com/nulogy/design-system/compare/v1.0.5...v1.0.6) (2020-02-25)

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





## [1.0.4](https://github.com/nulogy/design-system/compare/v1.0.3...v1.0.4) (2020-02-24)

**Note:** Version bump only for package @nulogy/components-e2e
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": "1.0.4",
"version": "1.0.6",
"description": "browser tests for components",
"main": "index.js",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"webpack": ">=2"
},
"dependencies": {
"@nulogy/components": "^1.0.4"
"@nulogy/components": "^1.0.6"
},
"babelMacros": {
"styledComponents": {
Expand Down
8 changes: 8 additions & 0 deletions components/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.

## [1.0.6](https://github.com/nulogy/design-system/compare/v1.0.5...v1.0.6) (2020-02-25)

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





## [1.0.4](https://github.com/nulogy/design-system/compare/v1.0.3...v1.0.4) (2020-02-24)


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": "1.0.4",
"version": "1.0.6",
"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.

## [1.0.6](https://github.com/nulogy/design-system/compare/v1.0.5...v1.0.6) (2020-02-25)

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





## [1.0.5](https://github.com/nulogy/design-system/compare/v1.0.4...v1.0.5) (2020-02-25)

**Note:** Version bump only for package @nulogy/docs
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": "1.0.5",
"version": "1.0.6",
"description": "Modern Enterprise Design for the Industrial Environment - http://nulogy.design",
"private": true,
"dependencies": {
"@nulogy/components": "^1.0.4",
"@nulogy/components": "^1.0.6",
"@nulogy/tokens": "^1.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": "1.0.5",
"version": "1.0.6",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit 81b02f5

Please sign in to comment.