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

Commit 1baf748

Browse files
committed
v2.0.0-rc.60
1 parent 5c741fe commit 1baf748

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-10
lines changed

core/docz-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz-components",
3-
"version": "2.0.0-rc.59",
3+
"version": "2.0.0-rc.60",
44
"main": "dist/index.js",
55
"module": "dist/docz-components.esm.js",
66
"typings": "dist/index.d.ts",

core/docz-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz-core",
3-
"version": "2.0.0-rc.59",
3+
"version": "2.0.0-rc.60",
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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz",
3-
"version": "2.0.0-rc.59",
3+
"version": "2.0.0-rc.60",
44
"description": "It's has never been so easy to documents your things!",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -27,8 +27,8 @@
2727
"@mdx-js/react": "^1.0.27",
2828
"array-sort": "^1.0.0",
2929
"capitalize": "^2.0.0",
30-
"docz-components": "2.0.0-rc.59",
31-
"docz-core": "2.0.0-rc.59",
30+
"docz-components": "2.0.0-rc.60",
31+
"docz-core": "2.0.0-rc.60",
3232
"fast-deep-equal": "^2.0.1",
3333
"gatsby": "^2.13.27",
3434
"gatsby-plugin-eslint": "^2.0.5",

core/gatsby-theme-docz/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-docz",
3-
"version": "2.0.0-rc.59",
3+
"version": "2.0.0-rc.60",
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.56",
2626
"copy-text-to-clipboard": "^2.1.0",
27-
"docz": "2.0.0-rc.59",
28-
"docz-core": "2.0.0-rc.59",
27+
"docz": "2.0.0-rc.60",
28+
"docz-core": "2.0.0-rc.60",
2929
"emotion-theming": "^10.0.14",
3030
"fs-extra": "^8.1.0",
3131
"gatsby": "^2.13.27",

lerna.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"lerna": "3.1.3",
3-
"packages": ["core/**/*", "other-packages/**/*"],
4-
"version": "2.0.0-rc.58",
3+
"packages": [
4+
"core/**/*",
5+
"other-packages/**/*"
6+
],
7+
"version": "2.0.0-rc.60",
58
"npmClient": "yarn",
69
"useWorkspaces": true
710
}

0 commit comments

Comments
 (0)