Skip to content

Commit

Permalink
v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marianne Borowiak committed Nov 11, 2019
1 parent af4b5e2 commit c9c1737
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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": "0.15.0",
"version": "0.15.1",
"description": "browser tests for components",
"main": "index.js",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"webpack": ">=2"
},
"dependencies": {
"@nulogy/components": "^0.15.0"
"@nulogy/components": "^0.15.1"
},
"babelMacros": {
"styledComponents": {
Expand Down
2 changes: 1 addition & 1 deletion components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nulogy/components",
"version": "0.15.0",
"version": "0.15.1",
"description": "Component library for the Nulogy Design System - http://nulogy.design",
"private": false,
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@nulogy/docs",
"version": "0.15.0",
"version": "0.15.1",
"description": "Modern Enterprise Design for the Industrial Environment - http://nulogy.design",
"private": true,
"dependencies": {
"@nulogy/components": "^0.15.0",
"@nulogy/components": "^0.15.1",
"@nulogy/tokens": "^0.15.0",
"babel-plugin-styled-components": "^1.10.0",
"gatsby": "^2.16.4",
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": "0.15.0",
"version": "0.15.1",
"npmClient": "yarn",
"useWorkspaces": true
}

0 comments on commit c9c1737

Please sign in to comment.