Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Mar 25, 2020
1 parent 8bd17a6 commit 51b2334
Show file tree
Hide file tree
Showing 12 changed files with 83 additions and 11 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/nulogy/design-system/compare/v1.6.1...v2.0.0) (2020-03-25)


* feat!: adds testing guidelines and fixes current test selectors (#587) ([8bd17a6](https://github.com/nulogy/design-system/commit/8bd17a63b154c9ea00d9072161e6e48dac33e1cd)), closes [#587](https://github.com/nulogy/design-system/issues/587)


### BREAKING CHANGES

* Styled components package updates generated class names in components, this may introduce breaking changes if you rely on selectors using these class names





## [1.6.1](https://github.com/nulogy/design-system/compare/v1.6.0...v1.6.1) (2020-03-25)

**Note:** Version bump only for package @nulogy/nds
Expand Down
14 changes: 14 additions & 0 deletions components-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/nulogy/design-system/compare/v1.6.1...v2.0.0) (2020-03-25)


* feat!: adds testing guidelines and fixes current test selectors (#587) ([8bd17a6](https://github.com/nulogy/design-system/commit/8bd17a63b154c9ea00d9072161e6e48dac33e1cd)), closes [#587](https://github.com/nulogy/design-system/issues/587)


### BREAKING CHANGES

* Styled components package updates generated class names in components, this may introduce breaking changes if you rely on selectors using these class names





# [1.6.0](https://github.com/nulogy/design-system/compare/v1.5.1...v1.6.0) (2020-03-19)


Expand Down
4 changes: 2 additions & 2 deletions components-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nulogy/components-e2e",
"version": "1.6.0",
"version": "2.0.0",
"description": "browser tests for components",
"main": "index.js",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"webpack": ">=2"
},
"dependencies": {
"@nulogy/components": "^1.6.0"
"@nulogy/components": "^2.0.0"
},
"babelMacros": {
"styledComponents": {
Expand Down
14 changes: 14 additions & 0 deletions components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/nulogy/design-system/compare/v1.6.1...v2.0.0) (2020-03-25)


* feat!: adds testing guidelines and fixes current test selectors (#587) ([8bd17a6](https://github.com/nulogy/design-system/commit/8bd17a63b154c9ea00d9072161e6e48dac33e1cd)), closes [#587](https://github.com/nulogy/design-system/issues/587)


### BREAKING CHANGES

* Styled components package updates generated class names in components, this may introduce breaking changes if you rely on selectors using these class names





# [1.6.0](https://github.com/nulogy/design-system/compare/v1.5.1...v1.6.0) (2020-03-19)


Expand Down
4 changes: 2 additions & 2 deletions components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nulogy/components",
"version": "1.6.0",
"version": "2.0.0",
"description": "Component library for the Nulogy Design System - http://nulogy.design",
"private": false,
"publishConfig": {
Expand Down Expand Up @@ -89,7 +89,7 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@nulogy/tokens": "^1.0.0",
"@nulogy/tokens": "^2.0.0",
"@styled-system/prop-types": "^5.1.4",
"@styled-system/theme-get": "^5.1.2",
"babel-eslint": "^10.0.3",
Expand Down
8 changes: 8 additions & 0 deletions css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/nulogy/design-system/compare/v1.6.1...v2.0.0) (2020-03-25)

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





## [1.4.2](https://github.com/nulogy/design-system/compare/v1.4.1...v1.4.2) (2020-03-16)

**Note:** Version bump only for package @nulogy/css
Expand Down
4 changes: 2 additions & 2 deletions css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nulogy/css",
"version": "1.4.2",
"version": "2.0.0",
"description": "CSS for Nulogy Design System",
"private": false,
"publishConfig": {
Expand All @@ -24,6 +24,6 @@
"node-sass-chokidar": "^1.3.5"
},
"dependencies": {
"@nulogy/tokens": "^1.0.0"
"@nulogy/tokens": "^2.0.0"
}
}
14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/nulogy/design-system/compare/v1.6.1...v2.0.0) (2020-03-25)


* feat!: adds testing guidelines and fixes current test selectors (#587) ([8bd17a6](https://github.com/nulogy/design-system/commit/8bd17a63b154c9ea00d9072161e6e48dac33e1cd)), closes [#587](https://github.com/nulogy/design-system/issues/587)


### BREAKING CHANGES

* Styled components package updates generated class names in components, this may introduce breaking changes if you rely on selectors using these class names





## [1.6.1](https://github.com/nulogy/design-system/compare/v1.6.0...v1.6.1) (2020-03-25)

**Note:** Version bump only for package @nulogy/docs
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@nulogy/docs",
"version": "1.6.1",
"version": "2.0.0",
"description": "Modern Enterprise Design for the Industrial Environment - http://nulogy.design",
"private": true,
"dependencies": {
"@nulogy/components": "^1.6.0",
"@nulogy/tokens": "^1.0.0",
"@nulogy/components": "^2.0.0",
"@nulogy/tokens": "^2.0.0",
"babel-plugin-styled-components": "^1.10.0",
"gatsby": "^2.18.2",
"gatsby-image": "^2.2.29",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.1",
"version": "2.0.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/nulogy/design-system/compare/v1.6.1...v2.0.0) (2020-03-25)

**Note:** Version bump only for package @nulogy/tokens





# [1.0.0](https://github.com/nulogy/design-system/compare/v0.24.3...v1.0.0) (2020-02-19)

**Note:** Version bump only for package @nulogy/tokens
Expand Down
2 changes: 1 addition & 1 deletion tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nulogy/tokens",
"version": "1.0.0",
"version": "2.0.0",
"description": "Design tokens for the Nulogy Design System - http://nulogy.design",
"repository": "https://github.com/nulogy/design-system.git",
"author": "Nulogy <[email protected]> (https://github.com/nulogy)",
Expand Down

0 comments on commit 51b2334

Please sign in to comment.