Skip to content

Commit

Permalink
chore(release): publish v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Haidash committed Sep 21, 2020
1 parent 047e924 commit cd39895
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/wix/okidoc/compare/v2.0.0...v2.0.1) (2020-09-21)

- **okidoc-md:** fix the error on parsing of on generic constraints and conditional types in Typescript ([c2d3b00](https://github.com/wix/okidoc/commit/c2d3b000e2d0d1198a15bf2d6f59f74f9383da71))

# [2.0.0](https://github.com/wix/okidoc/compare/v2.0.0-beta.11...v2.0.0) (2019-12-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"message": "chore(release): publish %s"
}
},
"version": "2.0.0"
"version": "2.0.1"
}
4 changes: 4 additions & 0 deletions packages/okidoc-md/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/wix/okidoc/compare/v2.0.0...v2.0.1) (2020-09-21)

- **okidoc-md:** fix the error on parsing of on generic constraints and conditional types in Typescript ([c2d3b00](https://github.com/wix/okidoc/commit/c2d3b000e2d0d1198a15bf2d6f59f74f9383da71))

# [2.0.0](https://github.com/wix/okidoc/compare/v2.0.0-beta.11...v2.0.0) (2019-12-05)

**Note:** Version bump only for package okidoc-md
Expand Down
2 changes: 1 addition & 1 deletion packages/okidoc-md/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "okidoc-md",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://wix.github.io/okidoc",
"license": "MIT",
"files": [
Expand Down
4 changes: 4 additions & 0 deletions packages/okidoc-site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/wix/okidoc/compare/v2.0.0...v2.0.1) (2020-09-21)

**Note:** Version bump only for package okidoc-site

# [2.0.0](https://github.com/wix/okidoc/compare/v2.0.0-beta.11...v2.0.0) (2019-12-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/okidoc-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "okidoc-site",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://wix.github.io/okidoc",
"license": "MIT",
"files": [
Expand Down
4 changes: 4 additions & 0 deletions packages/okidoc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/wix/okidoc/compare/v2.0.0...v2.0.1) (2020-09-21)

**Note:** Version bump only for package okidoc

# [2.0.0](https://github.com/wix/okidoc/compare/v2.0.0-beta.11...v2.0.0) (2019-12-05)

### BREAKING CHANGES
Expand Down
6 changes: 3 additions & 3 deletions packages/okidoc/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "okidoc",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://wix.github.io/okidoc",
"license": "MIT",
"repository": "https://github.com/wix/okidoc",
"dependencies": {
"okidoc-md": "^2.0.0",
"okidoc-site": "^2.0.0"
"okidoc-md": "^2.0.1",
"okidoc-site": "^2.0.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit cd39895

Please # to comment.