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

Commit 2029c25

Browse files
committed
v2.3.0-alpha.9
1 parent 9e950eb commit 2029c25

4 files changed

Lines changed: 24 additions & 2 deletions

File tree

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+
# [2.3.0-alpha.9](https://github.com/doczjs/docz/compare/v2.3.0-alpha.8...v2.3.0-alpha.9) (2020-02-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **docz:** fix capitalization of ts interfaces ([9e950eb](https://github.com/doczjs/docz/commit/9e950eb))
12+
13+
14+
15+
16+
617
# [2.3.0-alpha.8](https://github.com/doczjs/docz/compare/v2.3.0-alpha.7...v2.3.0-alpha.8) (2020-02-06)
718

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

core/docz/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+
# [2.3.0-alpha.9](https://github.com/doczjs/docz/compare/v2.3.0-alpha.8...v2.3.0-alpha.9) (2020-02-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **docz:** fix capitalization of ts interfaces ([9e950eb](https://github.com/doczjs/docz/commit/9e950eb))
12+
13+
14+
15+
16+
617
# [2.3.0-alpha.8](https://github.com/doczjs/docz/compare/v2.3.0-alpha.7...v2.3.0-alpha.8) (2020-02-06)
718

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

core/docz/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz",
3-
"version": "2.3.0-alpha.8",
3+
"version": "2.3.0-alpha.9",
44
"description": "It's has never been so easy to documents your things!",
55
"license": "MIT",
66
"main": "dist/index.js",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"core/**/*",
55
"other-packages/**/*"
66
],
7-
"version": "2.3.0-alpha.8",
7+
"version": "2.3.0-alpha.9",
88
"npmClient": "yarn",
99
"useWorkspaces": true
1010
}

0 commit comments

Comments
 (0)