Skip to content

Commit

Permalink
v2.0.0-rc.39
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Sep 12, 2019
1 parent 33c5a7f commit b5d712e
Show file tree
Hide file tree
Showing 18 changed files with 28 additions and 25 deletions.
2 changes: 1 addition & 1 deletion core/docz-components/package.json
@@ -1,6 +1,6 @@
{
"name": "docz-components",
"version": "2.0.0-rc.38",
"version": "2.0.0-rc.39",
"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
@@ -1,6 +1,6 @@
{
"name": "docz-core",
"version": "2.0.0-rc.38",
"version": "2.0.0-rc.39",
"description": "All docz core logic of bundle and parsing is included on this package",
"license": "MIT",
"main": "dist/index.js",
Expand Down
8 changes: 4 additions & 4 deletions core/docz/package.json
@@ -1,6 +1,6 @@
{
"name": "docz",
"version": "2.0.0-rc.38",
"version": "2.0.0-rc.39",
"description": "It's has never been so easy to documents your things!",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -27,13 +27,13 @@
"@mdx-js/react": "^1.0.27",
"array-sort": "^1.0.0",
"capitalize": "^2.0.0",
"docz-components": "2.0.0-rc.38",
"docz-core": "2.0.0-rc.38",
"docz-components": "2.0.0-rc.39",
"docz-core": "2.0.0-rc.39",
"fast-deep-equal": "^2.0.1",
"gatsby": "^2.13.27",
"gatsby-plugin-eslint": "^2.0.5",
"gatsby-plugin-typescript": "^2.1.6",
"gatsby-theme-docz": "2.0.0-rc.38",
"gatsby-theme-docz": "2.0.0-rc.39",
"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
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-docz",
"version": "2.0.0-rc.38",
"version": "2.0.0-rc.39",
"description": "Gatsby theme created to use Docz",
"license": "MIT",
"author": "Pedro Nauck (pedronauck@gmail.com)",
Expand All @@ -23,8 +23,8 @@
"@theme-ui/typography": "^0.2.5",
"babel-plugin-export-metadata": "^2.0.0-rc.1",
"copy-text-to-clipboard": "^2.1.0",
"docz": "2.0.0-rc.38",
"docz-core": "2.0.0-rc.38",
"docz": "2.0.0-rc.39",
"docz-core": "2.0.0-rc.39",
"emotion-theming": "^10.0.14",
"fs-extra": "^8.1.0",
"gatsby": "^2.13.27",
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
@@ -1,7 +1,7 @@
{
"name": "docz-example-basic",
"private": true,
"version": "2.0.0-rc.38",
"version": "2.0.0-rc.39",
"license": "MIT",
"files": [
"src/",
Expand Down
4 changes: 2 additions & 2 deletions examples/create-react-app/package.json
@@ -1,9 +1,9 @@
{
"name": "docz-example-create-react-app",
"version": "0.1.0",
"version": "2.0.0-rc.39",
"private": true,
"dependencies": {
"docz": "^2.0.0-rc.38",
"docz": "2.0.0-rc.39",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-scripts": "3.1.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/flow/package.json
@@ -1,7 +1,7 @@
{
"name": "docz-example-flow",
"private": true,
"version": "2.0.0-rc.38",
"version": "2.0.0-rc.39",
"license": "MIT",
"files": [
"src/",
Expand Down
2 changes: 1 addition & 1 deletion examples/gatsby/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "docz-example-gatsby",
"private": true,
"description": "Example of how to integrate docz with gatsby as a theme",
"version": "2.0.0-rc.38",
"version": "2.0.0-rc.39",
"keywords": [
"gatsby",
"docz"
Expand Down
2 changes: 1 addition & 1 deletion examples/images/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "docz-example-images",
"version": "2.0.0-rc.38",
"version": "2.0.0-rc.39",
"license": "MIT",
"files": [
"src/",
Expand Down
2 changes: 1 addition & 1 deletion examples/material-ui/package.json
@@ -1,7 +1,7 @@
{
"name": "docz-example-material-ui",
"private": true,
"version": "2.0.0-rc.38",
"version": "2.0.0-rc.39",
"license": "MIT",
"files": [
"src/",
Expand Down
2 changes: 1 addition & 1 deletion examples/monorepo/package.json
Expand Up @@ -5,7 +5,7 @@
"packages/docs-site"
],
"name": "docz-gatsby-monorepo",
"version": "2.0.0-rc.38",
"version": "2.0.0-rc.39",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/now/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "docz-example-now",
"version": "2.0.0-rc.38",
"version": "2.0.0-rc.39",
"license": "MIT",
"files": [
"src/",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-native/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "docz-example-react-native",
"version": "2.0.0-rc.38",
"version": "2.0.0-rc.39",
"license": "MIT",
"files": [
"src/",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-router/package.json
@@ -1,7 +1,7 @@
{
"name": "docz-example-react-router",
"private": true,
"version": "2.0.0-rc.38",
"version": "2.0.0-rc.39",
"license": "MIT",
"files": [
"src/",
Expand Down
2 changes: 1 addition & 1 deletion examples/styled-components/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "docz-example-styled-components",
"version": "2.0.0-rc.38",
"version": "2.0.0-rc.39",
"license": "MIT",
"files": [
"src/",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "docz-example-typescript",
"version": "2.0.0-rc.38",
"version": "2.0.0-rc.39",
"license": "MIT",
"files": [
"src/",
Expand Down
7 changes: 5 additions & 2 deletions lerna.json
@@ -1,7 +1,10 @@
{
"lerna": "3.1.3",
"packages": ["core/**/*", "other-packages/**/*"],
"version": "2.0.0-rc.38",
"packages": [
"core/**/*",
"other-packages/**/*"
],
"version": "2.0.0-rc.39",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion other-packages/e2e-tests/package.json
@@ -1,6 +1,6 @@
{
"name": "e2e-tests",
"version": "1.0.0",
"version": "2.0.0-rc.39",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b5d712e

Please sign in to comment.