Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Export components from docz-theme-default #615

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.7](https://github.com/pedronauck/docz/compare/v0.13.6...v0.13.7) (2018-12-26)

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





## [0.13.6](https://github.com/pedronauck/docz/compare/v0.13.5...v0.13.6) (2018-12-26)


### Bug Fixes

* **docz-core:** default value for arguments ([5644343](https://github.com/pedronauck/docz/commit/5644343))
* **docz-core:** happypack plugin name ([cbf7692](https://github.com/pedronauck/docz/commit/cbf7692))





## [0.13.5](https://github.com/pedronauck/docz/compare/v0.13.4...v0.13.5) (2018-12-19)


Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@
</a>
</p>

## 🙌🏻 &nbsp; Sponsors

Thanks for all people that support us 🙏🏻

<a href="https://impulso.work" target="_blank">
<img src="https://cdn-std.dprcdn.net/files/acc_649651/OosgCe" width="60">
</a>

## 🎩 &nbsp; Features

- 🧘 **Zero config and easy.** Don't worry about complex configurations steps.
Expand Down
16 changes: 16 additions & 0 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.7](https://github.com/pedronauck/docz/compare/v0.13.6...v0.13.7) (2018-12-26)

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





## [0.13.6](https://github.com/pedronauck/docz/compare/v0.13.5...v0.13.6) (2018-12-26)

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





## [0.13.5](https://github.com/pedronauck/docz/compare/v0.13.4...v0.13.5) (2018-12-19)

**Note:** Version bump only for package docz-example-basic
Expand Down
8 changes: 4 additions & 4 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-basic",
"version": "0.13.5",
"version": "0.13.7",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -10,11 +10,11 @@
"@emotion/core": "^10.0.5",
"@emotion/styled": "^10.0.5",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3"
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"devDependencies": {
"babel-plugin-emotion": "^10.0.5",
"docz": "^0.13.5"
"docz": "^0.13.7"
}
}
16 changes: 16 additions & 0 deletions examples/flow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.7](https://github.com/pedronauck/docz/compare/v0.13.6...v0.13.7) (2018-12-26)

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





## [0.13.6](https://github.com/pedronauck/docz/compare/v0.13.5...v0.13.6) (2018-12-26)

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





## [0.13.5](https://github.com/pedronauck/docz/compare/v0.13.4...v0.13.5) (2018-12-19)

**Note:** Version bump only for package docz-example-flow
Expand Down
8 changes: 4 additions & 4 deletions examples/flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-flow",
"version": "0.13.5",
"version": "0.13.7",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -10,13 +10,13 @@
"@emotion/core": "^10.0.5",
"@emotion/styled": "^10.0.5",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3"
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
"babel-plugin-emotion": "^10.0.5",
"docz": "^0.13.5",
"docz": "^0.13.7",
"flow-bin": "^0.89.0",
"flow-typed": "^2.5.1"
}
Expand Down
16 changes: 16 additions & 0 deletions examples/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.7](https://github.com/pedronauck/docz/compare/v0.13.6...v0.13.7) (2018-12-26)

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





## [0.13.6](https://github.com/pedronauck/docz/compare/v0.13.5...v0.13.6) (2018-12-26)

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





## [0.13.5](https://github.com/pedronauck/docz/compare/v0.13.4...v0.13.5) (2018-12-19)

**Note:** Version bump only for package docz-example-react-native
Expand Down
12 changes: 6 additions & 6 deletions examples/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "docz-example-react-native",
"version": "0.13.5",
"version": "0.13.7",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-art": "^16.6.3",
"react-dom": "^16.6.3",
"react-native-web": "^0.9.9",
"react": "^16.7.0",
"react-art": "^16.7.0",
"react-dom": "^16.7.0",
"react-native-web": "^0.9.10",
"styled-components": "^4.1.3"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"docz": "^0.13.5"
"docz": "^0.13.7"
}
}
16 changes: 16 additions & 0 deletions examples/styled-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.7](https://github.com/pedronauck/docz/compare/v0.13.6...v0.13.7) (2018-12-26)

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





## [0.13.6](https://github.com/pedronauck/docz/compare/v0.13.5...v0.13.6) (2018-12-26)

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





## [0.13.5](https://github.com/pedronauck/docz/compare/v0.13.4...v0.13.5) (2018-12-19)

**Note:** Version bump only for package docz-example-styled-components
Expand Down
8 changes: 4 additions & 4 deletions examples/styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "docz-example-styled-components",
"version": "0.13.5",
"version": "0.13.7",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"styled-components": "^4.1.3"
},
"devDependencies": {
"docz": "^0.13.5"
"docz": "^0.13.7"
}
}
16 changes: 16 additions & 0 deletions examples/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.7](https://github.com/pedronauck/docz/compare/v0.13.6...v0.13.7) (2018-12-26)

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





## [0.13.6](https://github.com/pedronauck/docz/compare/v0.13.5...v0.13.6) (2018-12-26)

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





## [0.13.5](https://github.com/pedronauck/docz/compare/v0.13.4...v0.13.5) (2018-12-19)

**Note:** Version bump only for package docz-example-typescript
Expand Down
10 changes: 5 additions & 5 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docz-example-typescript",
"version": "0.13.5",
"version": "0.13.7",
"license": "MIT",
"scripts": {
"dev": "docz dev",
Expand All @@ -9,10 +9,10 @@
"dependencies": {
"@emotion/core": "^10.0.5",
"@emotion/styled": "^10.0.5",
"docz": "^0.13.5",
"docz-core": "^0.13.5",
"react": "^16.6.3",
"react-dom": "^16.6.3"
"docz": "^0.13.7",
"docz-core": "^0.13.7",
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"devDependencies": {
"babel-plugin-emotion": "^10.0.5"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/**/*"
],
"version": "0.13.5",
"version": "0.13.7",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/babel-preset-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.

## [0.13.6](https://github.com/pedronauck/docz/compare/v0.13.5...v0.13.6) (2018-12-26)

**Note:** Version bump only for package babel-preset-docz





## [0.13.5](https://github.com/pedronauck/docz/compare/v0.13.4...v0.13.5) (2018-12-19)

**Note:** Version bump only for package babel-preset-docz
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset-docz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-docz",
"version": "0.13.5",
"version": "0.13.6",
"description": "Babel preset used on docz",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -23,13 +23,13 @@
},
"dependencies": {
"@babel/core": "7.2.2",
"@babel/plugin-proposal-class-properties": "7.2.1",
"@babel/plugin-proposal-class-properties": "7.2.3",
"@babel/plugin-proposal-object-rest-spread": "7.2.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-transform-destructuring": "7.2.0",
"@babel/plugin-transform-regenerator": "7.0.0",
"@babel/plugin-transform-runtime": "7.2.0",
"@babel/preset-env": "7.2.0",
"@babel/preset-env": "7.2.3",
"@babel/preset-flow": "7.0.0",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.1.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/docz-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.7](https://github.com/pedronauck/docz/compare/v0.13.6...v0.13.7) (2018-12-26)

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





## [0.13.6](https://github.com/pedronauck/docz/compare/v0.13.5...v0.13.6) (2018-12-26)


### Bug Fixes

* **docz-core:** default value for arguments ([5644343](https://github.com/pedronauck/docz/commit/5644343))
* **docz-core:** happypack plugin name ([cbf7692](https://github.com/pedronauck/docz/commit/cbf7692))





## [0.13.5](https://github.com/pedronauck/docz/compare/v0.13.4...v0.13.5) (2018-12-19)


Expand Down
Loading