Skip to content

Commit

Permalink
v2.0.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Aug 29, 2019
1 parent 7056883 commit f6b5ffa
Show file tree
Hide file tree
Showing 24 changed files with 126 additions and 21 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.

# [2.0.0-rc.6](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.6) (2019-08-29)


### Bug Fixes

* **gatsby-theme-docz:** replace iframe in playground with div [#984](https://github.com/pedronauck/docz/issues/984) [#1035](https://github.com/pedronauck/docz/issues/1035) ([cf9ea90](https://github.com/pedronauck/docz/commit/cf9ea90))





# [2.0.0-rc.2](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2019-08-28)


Expand Down
8 changes: 8 additions & 0 deletions core/docz-core/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.

# [2.0.0-rc.6](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.6) (2019-08-29)

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





# [2.0.0-rc.2](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2019-08-28)


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.5",
"version": "2.0.0-rc.6",
"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/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.

# [2.0.0-rc.6](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.6) (2019-08-29)

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





# [2.0.0-rc.2](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2019-08-28)


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": "2.0.0-rc.5",
"version": "2.0.0-rc.6",
"description": "It's has never been so easy to documents your things!",
"license": "MIT",
"main": "dist/index.js",
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.

# [2.0.0-rc.6](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.6) (2019-08-29)


### Bug Fixes

* **gatsby-theme-docz:** replace iframe in playground with div [#984](https://github.com/pedronauck/docz/issues/984) [#1035](https://github.com/pedronauck/docz/issues/1035) ([cf9ea90](https://github.com/pedronauck/docz/commit/cf9ea90))





# [2.0.0-rc.2](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2019-08-28)


Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"version": "2.0.0-rc.6",
"description": "Gatsby theme created to use Docz",
"license": "MIT",
"author": "Pedro Nauck (pedronauck@gmail.com)",
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.

# [2.0.0-rc.6](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.6) (2019-08-29)

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





# [2.0.0-rc.2](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2019-08-28)


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": "2.0.0-rc.2",
"version": "2.0.0-rc.6",
"license": "MIT",
"files": [
"src/",
Expand All @@ -21,6 +21,6 @@
"scheduler": "^0.15.0"
},
"devDependencies": {
"docz": "2.0.0-rc.5"
"docz": "2.0.0-rc.6"
}
}
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.

# [2.0.0-rc.6](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.6) (2019-08-29)

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





# [2.0.0-rc.2](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2019-08-28)


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": "2.0.0-rc.2",
"version": "2.0.0-rc.6",
"license": "MIT",
"files": [
"src/",
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
"docz": "2.0.0-rc.5",
"docz": "2.0.0-rc.6",
"flow-bin": "^0.102.0",
"flow-typed": "^2.6.0"
}
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.

# [2.0.0-rc.6](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.6) (2019-08-29)

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





# [2.0.0-rc.2](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2019-08-28)

**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 as a theme",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.6",
"keywords": [
"gatsby",
"docz"
Expand All @@ -23,7 +23,7 @@
"gatsby": "^2.13.73",
"gatsby-plugin-offline": "^2.2.7",
"gatsby-plugin-sharp": "^2.2.18",
"gatsby-theme-docz": "2.0.0-rc.5",
"gatsby-theme-docz": "2.0.0-rc.6",
"gatsby-transformer-sharp": "^2.2.7",
"prop-types": "^15.7.2",
"react": "^16.9.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/images/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.

# [2.0.0-rc.6](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.6) (2019-08-29)

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





# [2.0.0-rc.2](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2019-08-28)

**Note:** Version bump only for package docz-example-images
Expand Down
4 changes: 2 additions & 2 deletions examples/images/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-images",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.6",
"license": "MIT",
"files": [
"src/",
Expand All @@ -20,6 +20,6 @@
"scheduler": "^0.15.0"
},
"devDependencies": {
"docz": "2.0.0-rc.5"
"docz": "2.0.0-rc.6"
}
}
8 changes: 8 additions & 0 deletions examples/now/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.

# [2.0.0-rc.6](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.6) (2019-08-29)

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





# [2.0.0-rc.2](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2019-08-28)


Expand Down
4 changes: 2 additions & 2 deletions examples/now/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-now",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.6",
"license": "MIT",
"files": [
"src/",
Expand All @@ -23,7 +23,7 @@
"scheduler": "^0.15.0"
},
"devDependencies": {
"docz": "2.0.0-rc.5",
"docz": "2.0.0-rc.6",
"now": "^16.1.2"
}
}
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.

# [2.0.0-rc.6](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.6) (2019-08-29)

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





# [2.0.0-rc.2](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2019-08-28)

**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": "2.0.0-rc.2",
"version": "2.0.0-rc.6",
"license": "MIT",
"files": [
"src/",
Expand All @@ -23,6 +23,6 @@
},
"devDependencies": {
"@babel/core": "^7.5.5",
"docz": "2.0.0-rc.5"
"docz": "2.0.0-rc.6"
}
}
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.

# [2.0.0-rc.6](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.6) (2019-08-29)

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





# [2.0.0-rc.2](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2019-08-28)


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": "2.0.0-rc.2",
"version": "2.0.0-rc.6",
"license": "MIT",
"files": [
"src/",
Expand All @@ -18,6 +18,6 @@
"styled-components": "^4.3.2"
},
"devDependencies": {
"docz": "2.0.0-rc.5"
"docz": "2.0.0-rc.6"
}
}
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.

# [2.0.0-rc.6](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.6) (2019-08-29)

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





# [2.0.0-rc.2](https://github.com/pedronauck/docz/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2019-08-28)


Expand Down
4 changes: 2 additions & 2 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-typescript",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.6",
"license": "MIT",
"files": [
"src/",
Expand All @@ -22,6 +22,6 @@
"devDependencies": {
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"docz": "2.0.0-rc.5"
"docz": "2.0.0-rc.6"
}
}
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.5",
"packages": [
"core/**/*",
"other-packages/**/*"
],
"version": "2.0.0-rc.6",
"npmClient": "yarn",
"useWorkspaces": true
}

0 comments on commit f6b5ffa

Please sign in to comment.