Skip to content

Commit

Permalink
v1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone committed Jul 16, 2020
1 parent 0e31d06 commit 4ebf489
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
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "1.25.2",
"version": "1.26.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": "1.25.2",
"version": "1.26.0",
"license": "Apache 2.0",
"scripts": {
"develop": "gatsby develop -H 0.0.0.0",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"gatsby": "^2.20.4",
"gatsby-theme-carbon": "^1.25.2",
"gatsby-theme-carbon": "^1.26.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
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": "1.25.2",
"version": "1.26.0",
"main": "index.js",
"author": "vpicone <[email protected]> (@vpicone)",
"repository": {
Expand Down

1 comment on commit 4ebf489

@vercel
Copy link

@vercel vercel bot commented on 4ebf489 Jul 16, 2020

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.