Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit b9b5516

Browse files
committed
v2.0.0-rc.77
1 parent 5021a7c commit b9b5516

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

core/docz/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz",
3-
"version": "2.0.0-rc.76",
3+
"version": "2.0.0-rc.77",
44
"description": "It's has never been so easy to documents your things!",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -32,7 +32,7 @@
3232
"gatsby": "^2.13.27",
3333
"gatsby-plugin-eslint": "^2.0.5",
3434
"gatsby-plugin-typescript": "^2.1.6",
35-
"gatsby-theme-docz": "2.0.0-rc.76",
35+
"gatsby-theme-docz": "2.0.0-rc.77",
3636
"lodash": "^4.17.14",
3737
"marksy": "^8.0.0",
3838
"match-sorter": "^3.1.1",

core/gatsby-theme-docz/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-docz",
3-
"version": "2.0.0-rc.76",
3+
"version": "2.0.0-rc.77",
44
"description": "Gatsby theme created to use Docz",
55
"license": "MIT",
66
"author": "Pedro Nauck ([email protected])",
@@ -57,9 +57,9 @@
5757
"eslint-config-docz-js": "2.0.0-rc.69"
5858
},
5959
"peerDependencies": {
60+
"docz": ">=2.0.0",
6061
"react": "^16.8.0",
61-
"react-dom": "^16.8.0",
62-
"docz": ">=2.0.0"
62+
"react-dom": "^16.8.0"
6363
},
6464
"gitHead": "74932cd67112bacd1e29780a202d466acdd79535"
6565
}

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"core/**/*",
55
"other-packages/**/*"
66
],
7-
"version": "2.0.0-rc.76",
7+
"version": "2.0.0-rc.77",
88
"npmClient": "yarn",
99
"useWorkspaces": true
1010
}

0 commit comments

Comments
 (0)