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

Commit 3064af4

Browse files
committed
v2.0.0-rc.75
1 parent 8e56c6a commit 3064af4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

core/docz-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz-core",
3-
"version": "2.0.0-rc.74",
3+
"version": "2.0.0-rc.75",
44
"description": "All docz core logic of bundle and parsing is included on this package",
55
"license": "MIT",
66
"main": "dist/index.js",

core/docz/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz",
3-
"version": "2.0.0-rc.74",
3+
"version": "2.0.0-rc.75",
44
"description": "It's has never been so easy to documents your things!",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -27,12 +27,12 @@
2727
"@mdx-js/react": "^1.0.27",
2828
"array-sort": "^1.0.0",
2929
"capitalize": "^2.0.0",
30-
"docz-core": "2.0.0-rc.74",
30+
"docz-core": "2.0.0-rc.75",
3131
"fast-deep-equal": "^2.0.1",
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.74",
35+
"gatsby-theme-docz": "2.0.0-rc.75",
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.74",
3+
"version": "2.0.0-rc.75",
44
"description": "Gatsby theme created to use Docz",
55
"license": "MIT",
66
"author": "Pedro Nauck ([email protected])",
@@ -24,8 +24,8 @@
2424
"@theme-ui/typography": "^0.2.5",
2525
"babel-plugin-export-metadata": "2.0.0-rc.69",
2626
"copy-text-to-clipboard": "^2.1.0",
27-
"docz": "2.0.0-rc.74",
28-
"docz-core": "2.0.0-rc.74",
27+
"docz": "2.0.0-rc.75",
28+
"docz-core": "2.0.0-rc.75",
2929
"emotion-theming": "^10.0.14",
3030
"fs-extra": "^8.1.0",
3131
"gatsby": "^2.13.27",

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.74",
7+
"version": "2.0.0-rc.75",
88
"npmClient": "yarn",
99
"useWorkspaces": true
1010
}

0 commit comments

Comments
 (0)