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

Commit dbb3bc4

Browse files
committed
v0.3.3
1 parent 5e4b98d commit dbb3bc4

File tree

30 files changed

+193
-40
lines changed

30 files changed

+193
-40
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.3.3"></a>
7+
## [0.3.3](https://github.com/pedronauck/docz/compare/v0.3.2...v0.3.3) (2018-06-26)
8+
9+
10+
### Bug Fixes
11+
12+
* **docz-core:** copy templates files for dist ([#88](https://github.com/pedronauck/docz/issues/88)) ([5e4b98d](https://github.com/pedronauck/docz/commit/5e4b98d))
13+
14+
15+
16+
617
<a name="0.3.2"></a>
718
## [0.3.2](https://github.com/pedronauck/docz/compare/v0.3.1...v0.3.2) (2018-06-25)
819

examples/babel6/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.3.3"></a>
7+
## [0.3.3](https://github.com/pedronauck/docz/compare/v0.3.2...v0.3.3) (2018-06-26)
8+
9+
10+
### Bug Fixes
11+
12+
* **docz-core:** copy templates files for dist ([#88](https://github.com/pedronauck/docz/issues/88)) ([5e4b98d](https://github.com/pedronauck/docz/commit/5e4b98d))
13+
14+
15+
16+
617
<a name="0.3.2"></a>
718
## [0.3.2](https://github.com/pedronauck/docz/compare/v0.3.1...v0.3.2) (2018-06-25)
819

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.3.2",
3+
"version": "0.3.3",
44
"license": "MIT",
55
"scripts": {
66
"dev": "docz dev",
77
"build": "docz build"
88
},
99
"dependencies": {
10-
"docz": "^0.3.2",
11-
"docz-core": "^0.3.2",
10+
"docz": "^0.3.3",
11+
"docz-core": "^0.3.3",
1212
"emotion": "^9.2.4",
1313
"prop-types": "^15.6.2",
1414
"react": "^16.4.1",
@@ -17,6 +17,6 @@
1717
},
1818
"devDependencies": {
1919
"babel-plugin-emotion": "^9.2.4",
20-
"docz-plugin-babel6": "^0.3.2"
20+
"docz-plugin-babel6": "^0.3.3"
2121
}
2222
}

examples/basic/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.3.3"></a>
7+
## [0.3.3](https://github.com/pedronauck/docz/compare/v0.3.2...v0.3.3) (2018-06-26)
8+
9+
10+
### Bug Fixes
11+
12+
* **docz-core:** copy templates files for dist ([#88](https://github.com/pedronauck/docz/issues/88)) ([5e4b98d](https://github.com/pedronauck/docz/commit/5e4b98d))
13+
14+
15+
16+
617
<a name="0.3.2"></a>
718
## [0.3.2](https://github.com/pedronauck/docz/compare/v0.3.1...v0.3.2) (2018-06-25)
819

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.3.2",
3+
"version": "0.3.3",
44
"license": "MIT",
55
"scripts": {
66
"dev": "docz dev",
77
"build": "docz build"
88
},
99
"dependencies": {
10-
"docz": "^0.3.2",
11-
"docz-core": "^0.3.2",
10+
"docz": "^0.3.3",
11+
"docz-core": "^0.3.3",
1212
"emotion": "^9.2.4",
1313
"prop-types": "^15.6.2",
1414
"react": "^16.4.1",

examples/css-less/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.3.3"></a>
7+
## [0.3.3](https://github.com/pedronauck/docz/compare/v0.3.2...v0.3.3) (2018-06-26)
8+
9+
10+
11+
12+
**Note:** Version bump only for package docz-example-css-less
13+
614
<a name="0.3.2"></a>
715
## [0.3.2](https://github.com/pedronauck/docz/compare/v0.3.1...v0.3.2) (2018-06-25)
816

examples/css-less/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "docz-example-css-less",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"license": "MIT",
55
"scripts": {
66
"dev": "docz dev",
77
"build": "docz build"
88
},
99
"dependencies": {
1010
"classnames": "^2.2.6",
11-
"docz": "^0.3.2",
12-
"docz-core": "^0.3.2",
11+
"docz": "^0.3.3",
12+
"docz-core": "^0.3.3",
1313
"prop-types": "^15.6.2",
1414
"react": "^16.4.1",
1515
"react-dom": "^16.4.1"
1616
},
1717
"devDependencies": {
18-
"docz-plugin-css": "^0.3.2"
18+
"docz-plugin-css": "^0.3.3"
1919
}
2020
}

examples/css-postcss/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.3.3"></a>
7+
## [0.3.3](https://github.com/pedronauck/docz/compare/v0.3.2...v0.3.3) (2018-06-26)
8+
9+
10+
11+
12+
**Note:** Version bump only for package docz-example-css-postcss
13+
614
<a name="0.3.2"></a>
715
## [0.3.2](https://github.com/pedronauck/docz/compare/v0.3.1...v0.3.2) (2018-06-25)
816

examples/css-postcss/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "docz-example-css-postcss",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"license": "MIT",
55
"scripts": {
66
"dev": "docz dev",
77
"build": "docz build"
88
},
99
"dependencies": {
1010
"classnames": "^2.2.6",
11-
"docz": "^0.3.2",
12-
"docz-core": "^0.3.2",
11+
"docz": "^0.3.3",
12+
"docz-core": "^0.3.3",
1313
"prop-types": "^15.6.2",
1414
"react": "^16.4.1",
1515
"react-dom": "^16.4.1"
1616
},
1717
"devDependencies": {
18-
"docz-plugin-css": "^0.3.2"
18+
"docz-plugin-css": "^0.3.3"
1919
}
2020
}

examples/css-sass/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.3.3"></a>
7+
## [0.3.3](https://github.com/pedronauck/docz/compare/v0.3.2...v0.3.3) (2018-06-26)
8+
9+
10+
11+
12+
**Note:** Version bump only for package docz-example-css-sass
13+
614
<a name="0.3.2"></a>
715
## [0.3.2](https://github.com/pedronauck/docz/compare/v0.3.1...v0.3.2) (2018-06-25)
816

0 commit comments

Comments
 (0)