Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Apr 15, 2019
1 parent 31612e7 commit 041d28f
Show file tree
Hide file tree
Showing 20 changed files with 112 additions and 26 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.3](https://github.com/pedronauck/docz/compare/v1.0.2...v1.0.3) (2019-04-15)


### Bug Fixes

* **docz:** props parser for build ([31612e7](https://github.com/pedronauck/docz/commit/31612e7))





## [1.0.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15)


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.3](https://github.com/pedronauck/docz/compare/v1.0.2...v1.0.3) (2019-04-15)

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





## [1.0.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15)


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.2",
"version": "1.0.3",
"description": "The default theme of docz",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -25,7 +25,7 @@
"@tippy.js/react": "^2.1.2",
"codemirror": "^5.45.0",
"copy-text-to-clipboard": "^2.1.0",
"docz": "^1.0.2",
"docz": "^1.0.3",
"facepaint": "^1.2.1",
"hotkeys-js": "^3.6.2",
"lodash": "^4.17.11",
Expand Down
11 changes: 11 additions & 0 deletions core/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.3](https://github.com/pedronauck/docz/compare/v1.0.2...v1.0.3) (2019-04-15)


### Bug Fixes

* **docz:** props parser for build ([31612e7](https://github.com/pedronauck/docz/commit/31612e7))





## [1.0.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15)


Expand Down
2 changes: 1 addition & 1 deletion core/docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz",
"version": "1.0.2",
"version": "1.0.3",
"description": "It's has never been so easy to documents your things!",
"license": "MIT",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions core/gatsby-theme-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.3](https://github.com/pedronauck/docz/compare/v1.0.2...v1.0.3) (2019-04-15)

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





## [1.0.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15)

**Note:** Version bump only for package gatsby-theme-docz
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": "1.0.2",
"version": "1.0.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.2",
"change-case": "^3.1.0",
"chokidar": "^2.1.5",
"docz": "^1.0.2",
"docz": "^1.0.3",
"docz-core": "^1.0.2",
"docz-theme-default": "^1.0.2",
"docz-theme-default": "^1.0.3",
"docz-utils": "^1.0.2",
"fs-extra": "^7.0.1",
"gatsby": "^2.3.23",
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.3](https://github.com/pedronauck/docz/compare/v1.0.2...v1.0.3) (2019-04-15)

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





## [1.0.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15)

**Note:** Version bump only for package docz-example-basic
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "1.0.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -13,7 +13,7 @@
"styled-components": "^4.2.0"
},
"devDependencies": {
"docz": "^1.0.2",
"docz-theme-default": "^1.0.2"
"docz": "^1.0.3",
"docz-theme-default": "^1.0.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.3](https://github.com/pedronauck/docz/compare/v1.0.2...v1.0.3) (2019-04-15)

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





## [1.0.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15)

**Note:** Version bump only for package docz-example-flow
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "1.0.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -14,8 +14,8 @@
},
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
"docz": "^1.0.2",
"docz-theme-default": "^1.0.2",
"docz": "^1.0.3",
"docz-theme-default": "^1.0.3",
"flow-bin": "^0.97.0",
"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.3](https://github.com/pedronauck/docz/compare/v1.0.2...v1.0.3) (2019-04-15)

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





## [1.0.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15)

**Note:** Version bump only for package docz-example-gatsby
Expand Down
8 changes: 4 additions & 4 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.2",
"version": "1.0.3",
"keywords": [
"gatsby",
"docz"
Expand All @@ -16,8 +16,8 @@
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"babel-eslint": "10.0.1",
"docz": "^1.0.2",
"docz-theme-default": "^1.0.2",
"docz": "^1.0.3",
"docz-theme-default": "^1.0.3",
"eslint": "^5.16.0",
"eslint-config-react-app": "^3.0.8",
"eslint-loader": "^2.1.2",
Expand All @@ -28,6 +28,6 @@
"gatsby": "^2.3.23",
"gatsby-mdx": "^0.6.2",
"gatsby-plugin-eslint": "^2.0.4",
"gatsby-theme-docz": "^1.0.2"
"gatsby-theme-docz": "^1.0.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.3](https://github.com/pedronauck/docz/compare/v1.0.2...v1.0.3) (2019-04-15)

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





## [1.0.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15)

**Note:** Version bump only for package docz-example-react-native
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "1.0.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -16,7 +16,7 @@
},
"devDependencies": {
"@babel/core": "^7.4.3",
"docz": "^1.0.2",
"docz-theme-default": "^1.0.2"
"docz": "^1.0.3",
"docz-theme-default": "^1.0.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.3](https://github.com/pedronauck/docz/compare/v1.0.2...v1.0.3) (2019-04-15)

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





## [1.0.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15)

**Note:** Version bump only for package docz-example-styled-components
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "1.0.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -13,7 +13,7 @@
"styled-components": "^4.2.0"
},
"devDependencies": {
"docz": "^1.0.2",
"docz-theme-default": "^1.0.2"
"docz": "^1.0.3",
"docz-theme-default": "^1.0.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.3](https://github.com/pedronauck/docz/compare/v1.0.2...v1.0.3) (2019-04-15)

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





## [1.0.2](https://github.com/pedronauck/docz/compare/v1.0.1...v1.0.2) (2019-04-15)

**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,6 +1,6 @@
{
"name": "docz-example-typescript",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -14,7 +14,7 @@
"devDependencies": {
"@types/react": "^16.8.13",
"@types/react-dom": "^16.8.4",
"docz": "^1.0.2",
"docz-theme-default": "^1.0.2"
"docz": "^1.0.3",
"docz-theme-default": "^1.0.3"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"core/**/*",
"other-packages/**/*"
],
"version": "1.0.2",
"version": "1.0.3",
"npmClient": "yarn",
"useWorkspaces": true
}

0 comments on commit 041d28f

Please sign in to comment.