Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonjoseph committed May 10, 2019
1 parent 5cda979 commit 39687a0
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.4.0",
"version": "0.5.0",
"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.4.0",
"version": "0.5.0",
"license": "Apache 2.0",
"scripts": {
"develop": "gatsby develop",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"gatsby": "^2.4.2",
"gatsby-theme-carbon": "^0.4.0",
"gatsby-theme-carbon": "^0.5.0",
"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.4.0",
"version": "0.5.0",
"main": "index.js",
"author": "vpicone <vp@vincepic.one> (@vpicone)",
"repository": {
Expand Down

2 comments on commit 39687a0

@vercel
Copy link

@vercel vercel bot commented on 39687a0 May 10, 2019

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 39687a0 May 10, 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.