Skip to content

Commit 95390b3

Browse files
author
semaphore
committed
chore(release): publish releases [skip ci]
- @microfleet/apidoc-plugin-json-schema@0.1.2 - @microfleet/mdoc@0.1.2 - @microfleet/schema-tools@0.1.2 - @microfleet/schema2md@0.1.2
1 parent 11e3ce5 commit 95390b3

File tree

8 files changed

+40
-8
lines changed

8 files changed

+40
-8
lines changed

packages/apidoc-plugin-json-schema/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+
## [0.1.2](https://github.com/microfleet/docgen/compare/@microfleet/apidoc-plugin-json-schema@0.1.1...@microfleet/apidoc-plugin-json-schema@0.1.2) (2020-09-15)
7+
8+
**Note:** Version bump only for package @microfleet/apidoc-plugin-json-schema
9+
10+
11+
12+
13+
614
## [0.1.1](https://github.com/microfleet/docgen/compare/@microfleet/apidoc-plugin-json-schema@0.1.0...@microfleet/apidoc-plugin-json-schema@0.1.1) (2020-09-01)
715

816

packages/apidoc-plugin-json-schema/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microfleet/apidoc-plugin-json-schema",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"main": "lib/index.js",
55
"license": "MIT",
66
"bin": "bin/index.js",
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/microfleet/docgen#readme",
2525
"dependencies": {
26-
"@microfleet/schema-tools": "^0.1.1"
26+
"@microfleet/schema-tools": "^0.1.2"
2727
},
2828
"devDependencies": {
2929
"@types/apidoc": "^0.22.2",

packages/mdoc-markdown/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+
## [0.1.2](https://github.com/microfleet/docgen/compare/@microfleet/mdoc@0.1.1...@microfleet/mdoc@0.1.2) (2020-09-15)
7+
8+
**Note:** Version bump only for package @microfleet/mdoc
9+
10+
11+
12+
13+
614
## [0.1.1](https://github.com/microfleet/docgen/compare/@microfleet/mdoc@0.1.0...@microfleet/mdoc@0.1.1) (2020-09-01)
715

816

packages/mdoc-markdown/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microfleet/mdoc",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"main": "lib/index.js",
55
"license": "MIT",
66
"bin": {
@@ -27,8 +27,8 @@
2727
},
2828
"homepage": "https://github.com/microfleet/docgen/#readme",
2929
"dependencies": {
30-
"@microfleet/schema-tools": "^0.1.1",
31-
"@microfleet/schema2md": "^0.1.1",
30+
"@microfleet/schema-tools": "^0.1.2",
31+
"@microfleet/schema2md": "^0.1.2",
3232
"apidoc-markdown": "^5.1.6",
3333
"find-up": "^5.0.0",
3434
"log-update": "^4.0.0",

packages/schema-tools/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+
## [0.1.2](https://github.com/microfleet/docgen/compare/@microfleet/schema-tools@0.1.1...@microfleet/schema-tools@0.1.2) (2020-09-15)
7+
8+
**Note:** Version bump only for package @microfleet/schema-tools
9+
10+
11+
12+
13+
614
## [0.1.1](https://github.com/microfleet/docgen/compare/@microfleet/schema-tools@0.1.0...@microfleet/schema-tools@0.1.1) (2020-09-01)
715

816

packages/schema-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microfleet/schema-tools",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"main": "lib/index.js",
55
"license": "MIT",
66
"scripts": {

packages/schema2md/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+
## [0.1.2](https://github.com/microfleet/docgen/compare/@microfleet/schema2md@0.1.1...@microfleet/schema2md@0.1.2) (2020-09-15)
7+
8+
**Note:** Version bump only for package @microfleet/schema2md
9+
10+
11+
12+
13+
614
## [0.1.1](https://github.com/microfleet/docgen/compare/@microfleet/schema2md@0.1.0...@microfleet/schema2md@0.1.1) (2020-09-01)
715

816

packages/schema2md/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microfleet/schema2md",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"main": "lib/index.js",
55
"license": "MIT",
66
"bin": "bin/index.js",
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/microfleet/docgen#readme",
2525
"dependencies": {
26-
"@microfleet/schema-tools": "^0.1.1",
26+
"@microfleet/schema-tools": "^0.1.2",
2727
"fast-glob": "^3.2.4",
2828
"json-ptr": "^1.3.2",
2929
"json2md": "^1.7.1",

0 commit comments

Comments
 (0)