Skip to content

Commit 128965e

Browse files
author
Travis CI User
committed
v1.0.1
1 parent 8b8baa2 commit 128965e

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
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.1](https://github.com/nulogy/design-system/compare/v1.0.0...v1.0.1) (2020-02-19)
7+
8+
**Note:** Version bump only for package @nulogy/nds
9+
10+
11+
12+
13+
614
# [1.0.0](https://github.com/nulogy/design-system/compare/v0.24.3...v1.0.0) (2020-02-19)
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.0.1](https://github.com/nulogy/design-system/compare/v1.0.0...v1.0.1) (2020-02-19)
7+
8+
**Note:** Version bump only for package @nulogy/components-e2e
9+
10+
11+
12+
13+
614
# [1.0.0](https://github.com/nulogy/design-system/compare/v0.24.3...v1.0.0) (2020-02-19)
715

816

components-e2e/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-e2e",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "browser tests for components",
55
"main": "index.js",
66
"license": "MIT",

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.0.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {
@@ -16,7 +16,9 @@
1616
"./components-e2e/*"
1717
],
1818
"conventionalCommits": true,
19-
"allowBranch": ["master"]
19+
"allowBranch": [
20+
"master"
21+
]
2022
}
2123
}
2224
}

0 commit comments

Comments
 (0)