Skip to content

Commit

Permalink
v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Dunn committed Sep 27, 2019
1 parent d4bb2d0 commit 6d9a3c6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.13.1",
"version": "0.13.2",
"description": "browser tests for components",
"main": "index.js",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"webpack": ">=2"
},
"dependencies": {
"@nulogy/components": "^0.13.1"
"@nulogy/components": "^0.13.2"
},
"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.13.1",
"version": "0.13.2",
"description": "Component library for the Nulogy Design System - http://nulogy.design",
"private": false,
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nulogy/css",
"version": "0.13.1",
"version": "0.13.2",
"description": "CSS for Nulogy Design System",
"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.13.1",
"version": "0.13.2",
"description": "Modern Enterprise Design for the Industrial Environment - http://nulogy.design",
"private": true,
"dependencies": {
"@nulogy/components": "^0.13.1",
"@nulogy/components": "^0.13.2",
"@nulogy/tokens": "^0.13.1",
"babel-plugin-styled-components": "^1.10.0",
"gatsby": "^2.15.0",
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.13.1",
"version": "0.13.2",
"npmClient": "yarn",
"useWorkspaces": true
}

0 comments on commit 6d9a3c6

Please sign in to comment.