Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit fed6cc2

Browse files
committed
v0.2.9
1 parent 4b959b9 commit fed6cc2

File tree

18 files changed

+92
-20
lines changed

18 files changed

+92
-20
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.2.9"></a>
7+
## [0.2.9](https://github.com/pedronauck/docz/compare/v0.2.8...v0.2.9) (2018-06-21)
8+
9+
10+
11+
12+
**Note:** Version bump only for package undefined
13+
614
<a name="0.2.8"></a>
715
## [0.2.8](https://github.com/pedronauck/docz/compare/v0.2.7...v0.2.8) (2018-06-21)
816

examples/babel6/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.2.9"></a>
7+
## [0.2.9](https://github.com/pedronauck/docz/compare/v0.2.8...v0.2.9) (2018-06-21)
8+
9+
10+
11+
12+
**Note:** Version bump only for package docz-example-babel6
13+
614
<a name="0.2.8"></a>
715
## [0.2.8](https://github.com/pedronauck/docz/compare/v0.2.7...v0.2.8) (2018-06-21)
816

examples/babel6/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "docz-example-babel6",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"license": "MIT",
55
"scripts": {
66
"dev": "docz dev",
77
"build": "docz build"
88
},
99
"dependencies": {
10-
"docz": "^0.2.8",
11-
"docz-core": "^0.2.8",
10+
"docz": "^0.2.9",
11+
"docz-core": "^0.2.9",
1212
"emotion": "^9.2.3",
1313
"prop-types": "^15.6.2",
1414
"react": "^16.4.1",
@@ -17,6 +17,6 @@
1717
},
1818
"devDependencies": {
1919
"babel-plugin-emotion": "^9.2.0",
20-
"docz-plugin-babel6": "^0.2.8"
20+
"docz-plugin-babel6": "^0.2.9"
2121
}
2222
}

examples/basic/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.2.9"></a>
7+
## [0.2.9](https://github.com/pedronauck/docz/compare/v0.2.8...v0.2.9) (2018-06-21)
8+
9+
10+
11+
12+
**Note:** Version bump only for package docz-example-basic
13+
614
<a name="0.2.8"></a>
715
## [0.2.8](https://github.com/pedronauck/docz/compare/v0.2.7...v0.2.8) (2018-06-21)
816

examples/basic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "docz-example-basic",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"license": "MIT",
55
"scripts": {
66
"dev": "docz dev",
77
"build": "docz build"
88
},
99
"dependencies": {
10-
"docz": "^0.2.8",
11-
"docz-core": "^0.2.8",
10+
"docz": "^0.2.9",
11+
"docz-core": "^0.2.9",
1212
"emotion": "^9.2.3",
1313
"prop-types": "^15.6.2",
1414
"react": "^16.4.1",

examples/flow/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.2.9"></a>
7+
## [0.2.9](https://github.com/pedronauck/docz/compare/v0.2.8...v0.2.9) (2018-06-21)
8+
9+
10+
11+
12+
**Note:** Version bump only for package docz-example-flow
13+
614
<a name="0.2.8"></a>
715
## [0.2.8](https://github.com/pedronauck/docz/compare/v0.2.7...v0.2.8) (2018-06-21)
816

examples/flow/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "docz-example-flow",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"license": "MIT",
55
"scripts": {
66
"dev": "docz dev",
77
"build": "docz build"
88
},
99
"dependencies": {
1010
"@babel/preset-flow": "^7.0.0-beta.51",
11-
"docz": "^0.2.8",
11+
"docz": "^0.2.9",
1212
"emotion": "^9.2.3",
1313
"prop-types": "^15.6.2",
1414
"react": "^16.4.1",

examples/typescript/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.2.9"></a>
7+
## [0.2.9](https://github.com/pedronauck/docz/compare/v0.2.8...v0.2.9) (2018-06-21)
8+
9+
10+
11+
12+
**Note:** Version bump only for package docz-example-typescript
13+
614
<a name="0.2.8"></a>
715
## [0.2.8](https://github.com/pedronauck/docz/compare/v0.2.7...v0.2.8) (2018-06-21)
816

examples/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "docz-example-typescript",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"license": "MIT",
55
"scripts": {
66
"dev": "docz dev",
77
"build": "docz build"
88
},
99
"dependencies": {
10-
"docz": "^0.2.8",
10+
"docz": "^0.2.9",
1111
"emotion": "^9.2.3",
1212
"react": "^16.4.1",
1313
"react-dom": "^16.4.1",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/**/*"
55
],
6-
"version": "0.2.8",
6+
"version": "0.2.9",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

0 commit comments

Comments
 (0)