Skip to content

Commit

Permalink
v2.0.0-rc.77
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Nov 25, 2019
1 parent 5021a7c commit b9b5516
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions core/docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz",
"version": "2.0.0-rc.76",
"version": "2.0.0-rc.77",
"description": "It's has never been so easy to documents your things!",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"gatsby": "^2.13.27",
"gatsby-plugin-eslint": "^2.0.5",
"gatsby-plugin-typescript": "^2.1.6",
"gatsby-theme-docz": "2.0.0-rc.76",
"gatsby-theme-docz": "2.0.0-rc.77",
"lodash": "^4.17.14",
"marksy": "^8.0.0",
"match-sorter": "^3.1.1",
Expand Down
6 changes: 3 additions & 3 deletions core/gatsby-theme-docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-docz",
"version": "2.0.0-rc.76",
"version": "2.0.0-rc.77",
"description": "Gatsby theme created to use Docz",
"license": "MIT",
"author": "Pedro Nauck (pedronauck@gmail.com)",
Expand Down Expand Up @@ -57,9 +57,9 @@
"eslint-config-docz-js": "2.0.0-rc.69"
},
"peerDependencies": {
"docz": ">=2.0.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"docz": ">=2.0.0"
"react-dom": "^16.8.0"
},
"gitHead": "74932cd67112bacd1e29780a202d466acdd79535"
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"core/**/*",
"other-packages/**/*"
],
"version": "2.0.0-rc.76",
"version": "2.0.0-rc.77",
"npmClient": "yarn",
"useWorkspaces": true
}

0 comments on commit b9b5516

Please sign in to comment.