Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonjoseph committed May 22, 2019
1 parent 9abd1ce commit 20af82f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.6.0",
"version": "0.6.1",
"npmClient": "yarn",
"useWorkspaces": true,
"publish": {
Expand Down
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example",
"private": true,
"version": "0.6.0",
"version": "0.6.1",
"license": "Apache 2.0",
"scripts": {
"develop": "gatsby develop",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"gatsby": "^2.4.2",
"gatsby-theme-carbon": "^0.6.0",
"gatsby-theme-carbon": "^0.6.1",
"react": "^16.8.6",
"react-dom": "^16.8.6"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-carbon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-carbon",
"version": "0.6.0",
"version": "0.6.1",
"main": "index.js",
"author": "vpicone <[email protected]> (@vpicone)",
"repository": {
Expand Down

1 comment on commit 20af82f

@vercel
Copy link

@vercel vercel bot commented on 20af82f May 22, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.