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

Commit

Permalink
v2.0.0-rc.60
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Oct 21, 2019
1 parent 5c741fe commit 1baf748
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion core/docz-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-components",
"version": "2.0.0-rc.59",
"version": "2.0.0-rc.60",
"main": "dist/index.js",
"module": "dist/docz-components.esm.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion core/docz-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-core",
"version": "2.0.0-rc.59",
"version": "2.0.0-rc.60",
"description": "All docz core logic of bundle and parsing is included on this package",
"license": "MIT",
"main": "dist/index.js",
Expand Down
6 changes: 3 additions & 3 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.59",
"version": "2.0.0-rc.60",
"description": "It's has never been so easy to documents your things!",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -27,8 +27,8 @@
"@mdx-js/react": "^1.0.27",
"array-sort": "^1.0.0",
"capitalize": "^2.0.0",
"docz-components": "2.0.0-rc.59",
"docz-core": "2.0.0-rc.59",
"docz-components": "2.0.0-rc.60",
"docz-core": "2.0.0-rc.60",
"fast-deep-equal": "^2.0.1",
"gatsby": "^2.13.27",
"gatsby-plugin-eslint": "^2.0.5",
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.59",
"version": "2.0.0-rc.60",
"description": "Gatsby theme created to use Docz",
"license": "MIT",
"author": "Pedro Nauck ([email protected])",
Expand All @@ -24,8 +24,8 @@
"@theme-ui/typography": "^0.2.5",
"babel-plugin-export-metadata": "2.0.0-rc.56",
"copy-text-to-clipboard": "^2.1.0",
"docz": "2.0.0-rc.59",
"docz-core": "2.0.0-rc.59",
"docz": "2.0.0-rc.60",
"docz-core": "2.0.0-rc.60",
"emotion-theming": "^10.0.14",
"fs-extra": "^8.1.0",
"gatsby": "^2.13.27",
Expand Down
7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"lerna": "3.1.3",
"packages": ["core/**/*", "other-packages/**/*"],
"version": "2.0.0-rc.58",
"packages": [
"core/**/*",
"other-packages/**/*"
],
"version": "2.0.0-rc.60",
"npmClient": "yarn",
"useWorkspaces": true
}

0 comments on commit 1baf748

Please sign in to comment.