Skip to content

Commit 26f2693

Browse files
author
Travis CI User
committed
v1.4.0
1 parent db04666 commit 26f2693

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
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.4.0](https://github.com/nulogy/design-system/compare/v1.3.0...v1.4.0) (2020-03-04)
7+
8+
9+
### Features
10+
11+
* assorted CSS library improvements ([#576](https://github.com/nulogy/design-system/issues/576)) ([db04666](https://github.com/nulogy/design-system/commit/db04666))
12+
13+
14+
15+
16+
617
# [1.3.0](https://github.com/nulogy/design-system/compare/v1.2.3...v1.3.0) (2020-03-04)
718

819

css/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.4.0](https://github.com/nulogy/design-system/compare/v1.3.0...v1.4.0) (2020-03-04)
7+
8+
9+
### Features
10+
11+
* assorted CSS library improvements ([#576](https://github.com/nulogy/design-system/issues/576)) ([db04666](https://github.com/nulogy/design-system/commit/db04666))
12+
13+
14+
15+
16+
617
# [1.0.0](https://github.com/nulogy/design-system/compare/v0.24.3...v1.0.0) (2020-02-19)
718

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

css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nulogy/css",
3-
"version": "1.0.0",
3+
"version": "1.4.0",
44
"description": "CSS for Nulogy Design System",
55
"private": false,
66
"publishConfig": {

lerna.json

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

0 commit comments

Comments
 (0)