Skip to content

Commit 52635f9

Browse files
committed
v1.3.0
1 parent 913bbcc commit 52635f9

File tree

8 files changed

+52
-10
lines changed

8 files changed

+52
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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="1.3.0"></a>
7+
# [1.3.0](https://github.com/fgribreau/json-schema-documentation/compare/v1.2.1...v1.3.0) (2018-01-03)
8+
9+
10+
### Features
11+
12+
* **json-schema-documentation-generator:** flatten schema ([2d91eac](https://github.com/fgribreau/json-schema-documentation/commit/2d91eac))
13+
* **json-schema-documentation-theme-default:** added support for pattern, examples, minLength, maxLength, minItems, maxItems, enum ([913bbcc](https://github.com/fgribreau/json-schema-documentation/commit/913bbcc))
14+
15+
16+
17+
618
<a name="1.2.1"></a>
719
## [1.2.1](https://github.com/fgribreau/json-schema-documentation/compare/v1.2.0...v1.2.1) (2018-01-02)
820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "1.2.1"
6+
"version": "1.3.0"
77
}

packages/cli/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="1.3.0"></a>
7+
# [1.3.0](https://github.com/fgribreau/json-schema-documentation/compare/v1.2.1...v1.3.0) (2018-01-03)
8+
9+
10+
11+
12+
**Note:** Version bump only for package json-schema-documentation-cli
13+
614
<a name="1.2.1"></a>
715
## [1.2.1](https://github.com/fgribreau/json-schema-documentation/compare/v1.2.0...v1.2.1) (2018-01-02)
816

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-schema-documentation-cli",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Generate documentation for JSON schemas through a command line interface",
55
"main": "src/cli.js",
66
"scripts": {
@@ -29,9 +29,9 @@
2929
"author": "Francois-Guillaume Ribreau <npm@fgribreau.com> (http://fgribreau.com/)",
3030
"license": "MIT",
3131
"dependencies": {
32-
"json-schema-documentation-generator": "^1.2.1",
32+
"json-schema-documentation-generator": "^1.3.0",
3333
"json-schema-documentation-sample-generator": "^1.1.0",
34-
"json-schema-documentation-theme-default": "^1.2.1",
34+
"json-schema-documentation-theme-default": "^1.3.0",
3535
"slug": "^0.9.1",
3636
"yargs": "^10.0.3"
3737
},

packages/generator/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="1.3.0"></a>
7+
# [1.3.0](https://github.com/fgribreau/json-schema-documentation/compare/v1.2.1...v1.3.0) (2018-01-03)
8+
9+
10+
### Features
11+
12+
* **json-schema-documentation-generator:** flatten schema ([2d91eac](https://github.com/fgribreau/json-schema-documentation/commit/2d91eac))
13+
14+
15+
16+
617
<a name="1.2.1"></a>
718
## [1.2.1](https://github.com/fgribreau/json-schema-documentation/compare/v1.2.0...v1.2.1) (2018-01-02)
819

packages/generator/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-schema-documentation-generator",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Json-Schema documentation generator",
55
"main": "generator.js",
66
"scripts": {
@@ -17,7 +17,7 @@
1717
"common-env": "^6.1.0",
1818
"error-ex": "^1.3.1",
1919
"json-ptr": "^1.0.1",
20-
"json-schema-documentation-theme-default": "^1.2.1",
20+
"json-schema-documentation-theme-default": "^1.3.0",
2121
"json-schema-traverse": "^0.3.1",
2222
"lodash": "^4.17.4"
2323
},
@@ -40,9 +40,9 @@
4040
},
4141
"devDependencies": {
4242
"jest": "^21.2.1",
43-
"json-schema-documentation-cli": "^1.2.1",
43+
"json-schema-documentation-cli": "^1.3.0",
4444
"json-schema-documentation-sample-generator": "1.*.*",
45-
"json-schema-documentation-theme-default": "^1.2.1",
45+
"json-schema-documentation-theme-default": "^1.3.0",
4646
"path-exists": "^3.0.0"
4747
}
4848
}

packages/theme-default/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="1.3.0"></a>
7+
# [1.3.0](https://github.com/fgribreau/json-schema-documentation/compare/v1.2.1...v1.3.0) (2018-01-03)
8+
9+
10+
### Features
11+
12+
* **json-schema-documentation-theme-default:** added support for pattern, examples, minLength, maxLength, minItems, maxItems, enum ([913bbcc](https://github.com/fgribreau/json-schema-documentation/commit/913bbcc))
13+
14+
15+
16+
617
<a name="1.2.1"></a>
718
## [1.2.1](https://github.com/fgribreau/json-schema-documentation/compare/v1.2.0...v1.2.1) (2018-01-02)
819

packages/theme-default/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-schema-documentation-theme-default",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Json-Schema documentation default theme",
55
"main": "theme.js",
66
"scripts": {
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"jest": "^21.2.1",
32-
"json-schema-documentation-cli": "^1.2.1"
32+
"json-schema-documentation-cli": "^1.3.0"
3333
},
3434
"dependencies": {
3535
"ajv": "^5.5.0",

0 commit comments

Comments
 (0)