Skip to content

Commit

Permalink
chore(release): publish 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wagerfield committed Jun 12, 2019
1 parent 9a8aea7 commit be2154c
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.2",
"version": "0.5.3",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
Expand Down
4 changes: 2 additions & 2 deletions packages/onco-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "onco-react",
"license": "MIT",
"version": "0.5.2",
"version": "0.5.3",
"homepage": "https://onnojs.com",
"description": "React components",
"author": "Matthew Wagerfield <matthew@wagerfield.com>",
Expand All @@ -28,6 +28,6 @@
"types"
],
"dependencies": {
"onco": "0.5.2"
"onco": "0.5.3"
}
}
4 changes: 2 additions & 2 deletions packages/onco-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "onco-vue",
"license": "MIT",
"version": "0.5.2",
"version": "0.5.3",
"homepage": "https://onnojs.com",
"description": "Vue components",
"author": "Matthew Wagerfield <matthew@wagerfield.com>",
Expand All @@ -28,6 +28,6 @@
"types"
],
"dependencies": {
"onco": "0.5.2"
"onco": "0.5.3"
}
}
4 changes: 2 additions & 2 deletions packages/onco/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "onco",
"license": "MIT",
"version": "0.5.2",
"version": "0.5.3",
"homepage": "https://onnojs.com",
"description": "Component render functions",
"author": "Matthew Wagerfield <matthew@wagerfield.com>",
Expand All @@ -27,6 +27,6 @@
"types"
],
"dependencies": {
"onno": "0.5.2"
"onno": "0.5.3"
}
}
4 changes: 2 additions & 2 deletions packages/onno-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "onno-app",
"license": "MIT",
"version": "0.5.2",
"version": "0.5.3",
"homepage": "https://onnojs.com",
"description": "Responsive style props for building themed design systems",
"author": "Matthew Wagerfield <matthew@wagerfield.com>",
Expand All @@ -19,6 +19,6 @@
},
"dependencies": {
"nuxt": "2.8.1",
"onno": "0.5.2"
"onno": "0.5.3"
}
}
4 changes: 2 additions & 2 deletions packages/onno-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "onno-react",
"license": "MIT",
"version": "0.5.2",
"version": "0.5.3",
"homepage": "https://onnojs.com",
"description": "Onno propTypes for React",
"author": "Matthew Wagerfield <matthew@wagerfield.com>",
Expand All @@ -27,7 +27,7 @@
],
"dependencies": {
"@types/prop-types": "15.7.1",
"onno": "0.5.2",
"onno": "0.5.3",
"prop-types": "15.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/onno-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "onno-vue",
"license": "MIT",
"version": "0.5.2",
"version": "0.5.3",
"homepage": "https://onnojs.com",
"description": "Onno props for Vue",
"author": "Matthew Wagerfield <matthew@wagerfield.com>",
Expand All @@ -26,6 +26,6 @@
"types"
],
"dependencies": {
"onno": "0.5.2"
"onno": "0.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/onno/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "onno",
"license": "MIT",
"version": "0.5.2",
"version": "0.5.3",
"homepage": "https://onnojs.com",
"description": "Responsive style props for building themed design systems",
"author": "Matthew Wagerfield <matthew@wagerfield.com>",
Expand Down

0 comments on commit be2154c

Please sign in to comment.