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

Commit 68c13e1

Browse files
committed
v2.2.0-alpha.2
1 parent 51f7027 commit 68c13e1

File tree

6 files changed

+44
-4
lines changed

6 files changed

+44
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.2.0-alpha.2](https://github.com/doczjs/docz/compare/v2.2.0-alpha.1...v2.2.0-alpha.2) (2019-11-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **docz-core:** log errors that happen in gatsby-config ([fe1e2da](https://github.com/doczjs/docz/commit/fe1e2da))
12+
13+
14+
### Features
15+
16+
* **docz-core:** copy .env ([51f7027](https://github.com/doczjs/docz/commit/51f7027))
17+
18+
19+
20+
21+
622
# [2.2.0-alpha.1](https://github.com/doczjs/docz/compare/v2.2.0-alpha.0...v2.2.0-alpha.1) (2019-11-28)
723

824

core/docz-core/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.2.0-alpha.2](https://github.com/doczjs/docz/compare/v2.2.0-alpha.1...v2.2.0-alpha.2) (2019-11-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **docz-core:** log errors that happen in gatsby-config ([fe1e2da](https://github.com/doczjs/docz/commit/fe1e2da))
12+
13+
14+
### Features
15+
16+
* **docz-core:** copy .env ([51f7027](https://github.com/doczjs/docz/commit/51f7027))
17+
18+
19+
20+
21+
622
# [2.2.0-alpha.1](https://github.com/doczjs/docz/compare/v2.2.0-alpha.0...v2.2.0-alpha.1) (2019-11-28)
723

824

core/docz-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz-core",
3-
"version": "2.2.0-alpha.1",
3+
"version": "2.2.0-alpha.2",
44
"description": "All docz core logic of bundle and parsing is included on this package",
55
"license": "MIT",
66
"main": "dist/index.js",

core/docz/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+
# [2.2.0-alpha.2](https://github.com/doczjs/docz/compare/v2.2.0-alpha.1...v2.2.0-alpha.2) (2019-11-29)
7+
8+
**Note:** Version bump only for package docz
9+
10+
11+
12+
13+
614
# [2.2.0-alpha.1](https://github.com/doczjs/docz/compare/v2.2.0-alpha.0...v2.2.0-alpha.1) (2019-11-28)
715

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

core/docz/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docz",
3-
"version": "2.2.0-alpha.1",
3+
"version": "2.2.0-alpha.2",
44
"description": "It's has never been so easy to documents your things!",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -27,7 +27,7 @@
2727
"@mdx-js/react": "^1.0.27",
2828
"array-sort": "^1.0.0",
2929
"capitalize": "^2.0.0",
30-
"docz-core": "^2.2.0-alpha.1",
30+
"docz-core": "^2.2.0-alpha.2",
3131
"fast-deep-equal": "^2.0.1",
3232
"gatsby": "^2.13.27",
3333
"gatsby-plugin-eslint": "^2.0.5",

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.2.0-alpha.1",
7+
"version": "2.2.0-alpha.2",
88
"npmClient": "yarn",
99
"useWorkspaces": true
1010
}

0 commit comments

Comments
 (0)