Skip to content

Commit

Permalink
v1.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Mar 21, 2019
1 parent 05457f2 commit 351ff57
Show file tree
Hide file tree
Showing 22 changed files with 124 additions and 24 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.3](https://github.com/pedronauck/docz/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2019-03-21)


### Bug Fixes

* **gatsby-theme-docz:** menu field on entry source node ([05457f2](https://github.com/pedronauck/docz/commit/05457f2))





# [1.0.0-beta.0](https://github.com/pedronauck/docz/compare/v1.0.0-alpha.1...v1.0.0-beta.0) (2019-03-19)

**Note:** Version bump only for package docz
Expand Down
11 changes: 11 additions & 0 deletions core/docz-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.3](https://github.com/pedronauck/docz/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2019-03-21)


### Bug Fixes

* **gatsby-theme-docz:** menu field on entry source node ([05457f2](https://github.com/pedronauck/docz/commit/05457f2))





# [1.0.0-beta.0](https://github.com/pedronauck/docz/compare/v1.0.0-alpha.1...v1.0.0-beta.0) (2019-03-19)

**Note:** Version bump only for package docz-core
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": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "All docz core logic of bundle and parsing is included on this package",
"license": "MIT",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions core/docz-theme-default/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.3](https://github.com/pedronauck/docz/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2019-03-21)

**Note:** Version bump only for package docz-theme-default





# [1.0.0-beta.0](https://github.com/pedronauck/docz/compare/v1.0.0-alpha.1...v1.0.0-beta.0) (2019-03-19)

**Note:** Version bump only for package docz-theme-default
Expand Down
4 changes: 2 additions & 2 deletions core/docz-theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-theme-default",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "The default theme of docz",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -23,7 +23,7 @@
"@tippy.js/react": "^2.1.1",
"codemirror": "^5.44.0",
"copy-text-to-clipboard": "^2.0.0",
"docz": "^1.0.0-rc.2",
"docz": "^1.0.0-rc.3",
"facepaint": "^1.2.1",
"hotkeys-js": "^3.4.4",
"lodash": "^4.17.11",
Expand Down
8 changes: 8 additions & 0 deletions core/docz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.3](https://github.com/pedronauck/docz/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2019-03-21)

**Note:** Version bump only for package docz





# [1.0.0-beta.0](https://github.com/pedronauck/docz/compare/v1.0.0-alpha.1...v1.0.0-beta.0) (2019-03-19)

**Note:** Version bump only for package docz
Expand Down
4 changes: 2 additions & 2 deletions core/docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "It's has never been so easy to documents your things!",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@reach/router": "^1.2.1",
"array-sort": "^1.0.0",
"capitalize": "^2.0.0",
"docz-core": "^1.0.0-rc.2",
"docz-core": "^1.0.0-rc.3",
"fast-deep-equal": "^2.0.1",
"lodash": "^4.17.11",
"match-sorter": "^2.3.0",
Expand Down
11 changes: 11 additions & 0 deletions core/gatsby-theme-docz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.3](https://github.com/pedronauck/docz/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2019-03-21)


### Bug Fixes

* **gatsby-theme-docz:** menu field on entry source node ([05457f2](https://github.com/pedronauck/docz/commit/05457f2))





# [1.0.0-beta.0](https://github.com/pedronauck/docz/compare/v1.0.0-alpha.1...v1.0.0-beta.0) (2019-03-19)

**Note:** Version bump only for package gatsby-theme-docz
Expand Down
8 changes: 4 additions & 4 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": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "Gatsby theme created to use Docz",
"license": "MIT",
"author": "Pedro Nauck ([email protected])",
Expand All @@ -20,9 +20,9 @@
"babel-plugin-export-metadata": "^1.0.0-rc.2",
"change-case": "^3.1.0",
"chokidar": "^2.1.2",
"docz": "^1.0.0-rc.2",
"docz-core": "^1.0.0-rc.2",
"docz-theme-default": "^1.0.0-rc.2",
"docz": "^1.0.0-rc.3",
"docz-core": "^1.0.0-rc.3",
"docz-theme-default": "^1.0.0-rc.3",
"docz-utils": "^1.0.0-rc.2",
"fs-extra": "^7.0.1",
"gatsby": "^2.2.5",
Expand Down
8 changes: 8 additions & 0 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.3](https://github.com/pedronauck/docz/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2019-03-21)

**Note:** Version bump only for package docz-example-basic





# [1.0.0-beta.0](https://github.com/pedronauck/docz/compare/v1.0.0-alpha.1...v1.0.0-beta.0) (2019-03-19)

**Note:** Version bump only for package docz-example-basic
Expand Down
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-basic",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -13,6 +13,6 @@
"styled-components": "^4.1.3"
},
"devDependencies": {
"docz": "^1.0.0-rc.2"
"docz": "^1.0.0-rc.3"
}
}
8 changes: 8 additions & 0 deletions examples/flow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.3](https://github.com/pedronauck/docz/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2019-03-21)

**Note:** Version bump only for package docz-example-flow





# [1.0.0-beta.0](https://github.com/pedronauck/docz/compare/v1.0.0-alpha.1...v1.0.0-beta.0) (2019-03-19)

**Note:** Version bump only for package docz-example-flow
Expand Down
4 changes: 2 additions & 2 deletions examples/flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-flow",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
"docz": "^1.0.0-rc.2",
"docz": "^1.0.0-rc.3",
"flow-bin": "^0.95.1",
"flow-typed": "^2.5.1"
}
Expand Down
8 changes: 8 additions & 0 deletions examples/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.3](https://github.com/pedronauck/docz/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2019-03-21)

**Note:** Version bump only for package docz-example-gatsby





# [1.0.0-beta.0](https://github.com/pedronauck/docz/compare/v1.0.0-alpha.1...v1.0.0-beta.0) (2019-03-19)

**Note:** Version bump only for package docz-example-gatsby
Expand Down
4 changes: 2 additions & 2 deletions examples/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docz-example-gatsby",
"description": "Example of how to integrate docz with gatsby",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"keywords": [
"gatsby",
"docz"
Expand All @@ -26,6 +26,6 @@
"gatsby": "^2.2.2",
"gatsby-mdx": "^0.4.3",
"gatsby-plugin-eslint": "^2.0.4",
"gatsby-theme-docz": "^1.0.0-rc.2"
"gatsby-theme-docz": "^1.0.0-rc.3"
}
}
8 changes: 8 additions & 0 deletions examples/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.3](https://github.com/pedronauck/docz/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2019-03-21)

**Note:** Version bump only for package docz-example-react-native





# [1.0.0-beta.0](https://github.com/pedronauck/docz/compare/v1.0.0-alpha.1...v1.0.0-beta.0) (2019-03-19)

**Note:** Version bump only for package docz-example-react-native
Expand Down
4 changes: 2 additions & 2 deletions examples/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-react-native",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -16,6 +16,6 @@
},
"devDependencies": {
"@babel/core": "^7.4.0",
"docz": "^1.0.0-rc.2"
"docz": "^1.0.0-rc.3"
}
}
8 changes: 8 additions & 0 deletions examples/styled-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.3](https://github.com/pedronauck/docz/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2019-03-21)

**Note:** Version bump only for package docz-example-styled-components





# [1.0.0-beta.0](https://github.com/pedronauck/docz/compare/v1.0.0-alpha.1...v1.0.0-beta.0) (2019-03-19)

**Note:** Version bump only for package docz-example-styled-components
Expand Down
4 changes: 2 additions & 2 deletions examples/styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-styled-components",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -13,6 +13,6 @@
"styled-components": "^4.1.3"
},
"devDependencies": {
"docz": "^1.0.0-rc.2"
"docz": "^1.0.0-rc.3"
}
}
8 changes: 8 additions & 0 deletions examples/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.3](https://github.com/pedronauck/docz/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2019-03-21)

**Note:** Version bump only for package docz-example-typescript





# [1.0.0-beta.0](https://github.com/pedronauck/docz/compare/v1.0.0-alpha.1...v1.0.0-beta.0) (2019-03-19)

**Note:** Version bump only for package docz-example-typescript
Expand Down
6 changes: 3 additions & 3 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "docz-example-typescript",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^1.0.0-rc.2",
"docz-core": "^1.0.0-rc.2",
"docz": "^1.0.0-rc.3",
"docz-core": "^1.0.0-rc.3",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"styled-components": "^4.1.3"
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": "1.0.0-rc.2",
"packages": [
"core/**/*",
"other-packages/**/*"
],
"version": "1.0.0-rc.3",
"npmClient": "yarn",
"useWorkspaces": true
}

0 comments on commit 351ff57

Please sign in to comment.