Skip to content

Commit 8cc99a6

Browse files
author
Travis CI User
committed
v1.2.3
1 parent 944fb78 commit 8cc99a6

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.2.3](https://github.com/nulogy/design-system/compare/v1.2.2...v1.2.3) (2020-03-03)
7+
8+
**Note:** Version bump only for package @nulogy/nds
9+
10+
11+
12+
13+
614
## [1.2.2](https://github.com/nulogy/design-system/compare/v1.2.1...v1.2.2) (2020-03-02)
715

816

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

0 commit comments

Comments
 (0)