Skip to content

Commit e550bc7

Browse files
author
Travis CI User
committed
v1.0.4
1 parent b2a9f77 commit e550bc7

File tree

8 files changed

+44
-6
lines changed

8 files changed

+44
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.4](https://github.com/nulogy/design-system/compare/v1.0.3...v1.0.4) (2020-02-24)
7+
8+
9+
### Bug Fixes
10+
11+
* Add shape type option to Table rows ([#560](https://github.com/nulogy/design-system/issues/560)) ([b2a9f77](https://github.com/nulogy/design-system/commit/b2a9f77))
12+
13+
14+
15+
16+
617
## [1.0.3](https://github.com/nulogy/design-system/compare/v1.0.2...v1.0.3) (2020-02-24)
718

819
**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.4](https://github.com/nulogy/design-system/compare/v1.0.3...v1.0.4) (2020-02-24)
7+
8+
**Note:** Version bump only for package @nulogy/components-e2e
9+
10+
11+
12+
13+
614
## [1.0.3](https://github.com/nulogy/design-system/compare/v1.0.2...v1.0.3) (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.3",
3+
"version": "1.0.4",
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.3"
33+
"@nulogy/components": "^1.0.4"
3434
},
3535
"babelMacros": {
3636
"styledComponents": {

components/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.4](https://github.com/nulogy/design-system/compare/v1.0.3...v1.0.4) (2020-02-24)
7+
8+
9+
### Bug Fixes
10+
11+
* Add shape type option to Table rows ([#560](https://github.com/nulogy/design-system/issues/560)) ([b2a9f77](https://github.com/nulogy/design-system/commit/b2a9f77))
12+
13+
14+
15+
16+
617
## [1.0.3](https://github.com/nulogy/design-system/compare/v1.0.2...v1.0.3) (2020-02-24)
718

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

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.3",
3+
"version": "1.0.4",
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.4](https://github.com/nulogy/design-system/compare/v1.0.3...v1.0.4) (2020-02-24)
7+
8+
**Note:** Version bump only for package @nulogy/docs
9+
10+
11+
12+
13+
614
## [1.0.3](https://github.com/nulogy/design-system/compare/v1.0.2...v1.0.3) (2020-02-24)
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.3",
3+
"version": "1.0.4",
44
"description": "Modern Enterprise Design for the Industrial Environment - http://nulogy.design",
55
"private": true,
66
"dependencies": {
7-
"@nulogy/components": "^1.0.3",
7+
"@nulogy/components": "^1.0.4",
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.3",
2+
"version": "1.0.4",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)