Skip to content

Commit 81b02f5

Browse files
author
Travis CI User
committed
v1.0.6
1 parent e3c6d32 commit 81b02f5

File tree

8 files changed

+38
-6
lines changed

8 files changed

+38
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.6](https://github.com/nulogy/design-system/compare/v1.0.5...v1.0.6) (2020-02-25)
7+
8+
**Note:** Version bump only for package @nulogy/nds
9+
10+
11+
12+
13+
614
## [1.0.5](https://github.com/nulogy/design-system/compare/v1.0.4...v1.0.5) (2020-02-25)
715

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

components-e2e/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.6](https://github.com/nulogy/design-system/compare/v1.0.5...v1.0.6) (2020-02-25)
7+
8+
**Note:** Version bump only for package @nulogy/components-e2e
9+
10+
11+
12+
13+
614
## [1.0.4](https://github.com/nulogy/design-system/compare/v1.0.3...v1.0.4) (2020-02-24)
715

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

components-e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nulogy/components-e2e",
3-
"version": "1.0.4",
3+
"version": "1.0.6",
44
"description": "browser tests for components",
55
"main": "index.js",
66
"license": "MIT",
@@ -30,7 +30,7 @@
3030
"webpack": ">=2"
3131
},
3232
"dependencies": {
33-
"@nulogy/components": "^1.0.4"
33+
"@nulogy/components": "^1.0.6"
3434
},
3535
"babelMacros": {
3636
"styledComponents": {

components/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.6](https://github.com/nulogy/design-system/compare/v1.0.5...v1.0.6) (2020-02-25)
7+
8+
**Note:** Version bump only for package @nulogy/components
9+
10+
11+
12+
13+
614
## [1.0.4](https://github.com/nulogy/design-system/compare/v1.0.3...v1.0.4) (2020-02-24)
715

816

components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nulogy/components",
3-
"version": "1.0.4",
3+
"version": "1.0.6",
44
"description": "Component library for the Nulogy Design System - http://nulogy.design",
55
"private": false,
66
"publishConfig": {

docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.6](https://github.com/nulogy/design-system/compare/v1.0.5...v1.0.6) (2020-02-25)
7+
8+
**Note:** Version bump only for package @nulogy/docs
9+
10+
11+
12+
13+
614
## [1.0.5](https://github.com/nulogy/design-system/compare/v1.0.4...v1.0.5) (2020-02-25)
715

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

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@nulogy/docs",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Modern Enterprise Design for the Industrial Environment - http://nulogy.design",
55
"private": true,
66
"dependencies": {
7-
"@nulogy/components": "^1.0.4",
7+
"@nulogy/components": "^1.0.6",
88
"@nulogy/tokens": "^1.0.0",
99
"babel-plugin-styled-components": "^1.10.0",
1010
"gatsby": "^2.18.2",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.5",
2+
"version": "1.0.6",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)