Skip to content

Commit

Permalink
v1.26.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone committed Oct 8, 2020
1 parent b31aa64 commit 16717fb
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.26.12",
"version": "1.26.13",
"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.26.12",
"version": "1.26.13",
"license": "Apache 2.0",
"scripts": {
"dev": "gatsby develop -H 0.0.0.0",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"gatsby": "^2.24.14",
"gatsby-theme-carbon": "^1.26.12",
"gatsby-theme-carbon": "^1.26.13",
"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.26.12",
"version": "1.26.13",
"main": "index.js",
"author": "vpicone <vp@vincepic.one> (@vpicone)",
"repository": {
Expand Down

0 comments on commit 16717fb

Please sign in to comment.