Skip to content

Commit

Permalink
v5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Sep 1, 2019
1 parent bf65ac3 commit f146477
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.2](https://github.com/azu/power-doctest/compare/v5.1.1...v5.1.2) (2019-09-01)


### Bug Fixes

* **core:** use module instead of file path ([bf65ac3](https://github.com/azu/power-doctest/commit/bf65ac3))
* **power-assert:** fix README test ([e6af70e](https://github.com/azu/power-doctest/commit/e6af70e))





## [5.1.1](https://github.com/azu/power-doctest/compare/v5.1.0...v5.1.1) (2019-09-01)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "5.1.1",
"version": "5.1.2",
"npmClient": "yarn",
"useWorkspaces": true,
"includeMergedTags": true
Expand Down
11 changes: 11 additions & 0 deletions packages/@power-doctest/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.2](https://github.com/azu/power-doctest/compare/v5.1.1...v5.1.2) (2019-09-01)


### Bug Fixes

* **core:** use module instead of file path ([bf65ac3](https://github.com/azu/power-doctest/commit/bf65ac3))





## [5.0.1](https://github.com/azu/power-doctest/compare/v5.0.0...v5.0.1) (2019-09-01)

**Note:** Version bump only for package @power-doctest/core
Expand Down
2 changes: 1 addition & 1 deletion packages/@power-doctest/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@power-doctest/core",
"version": "5.0.1",
"version": "5.1.2",
"description": "power-doctest core library",
"homepage": "https://github.com/azu/power-doctest",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/@power-doctest/tester/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.2](https://github.com/azu/power-doctest-runner/compare/v5.1.1...v5.1.2) (2019-09-01)

**Note:** Version bump only for package @power-doctest/tester





## [5.0.1](https://github.com/azu/power-doctest-runner/compare/v5.0.0...v5.0.1) (2019-09-01)

**Note:** Version bump only for package @power-doctest/tester
Expand Down
4 changes: 2 additions & 2 deletions packages/@power-doctest/tester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@power-doctest/tester",
"version": "5.0.1",
"version": "5.1.2",
"description": "A Test Runner for A power-doctest.",
"keywords": [
"doctest",
Expand Down Expand Up @@ -38,7 +38,7 @@
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\""
},
"dependencies": {
"@power-doctest/core": "^5.0.1",
"@power-doctest/core": "^5.1.2",
"@power-doctest/types": "^5.0.1",
"vm2": "^3.8.3"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/power-assert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.2](https://github.com/azu/power-doctest/compare/v5.1.1...v5.1.2) (2019-09-01)


### Bug Fixes

* **power-assert:** fix README test ([e6af70e](https://github.com/azu/power-doctest/commit/e6af70e))





## [5.1.1](https://github.com/azu/power-doctest/compare/v5.1.0...v5.1.1) (2019-09-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/power-assert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "power-doctest",
"version": "5.1.1",
"version": "5.1.2",
"description": "A command line tool for power-doctest.",
"keywords": [
"cli",
Expand Down Expand Up @@ -69,7 +69,7 @@
"@power-doctest/asciidoctor": "^5.0.1",
"@power-doctest/javascript": "^5.0.1",
"@power-doctest/markdown": "^5.0.1",
"@power-doctest/tester": "^5.0.1",
"@power-doctest/tester": "^5.1.2",
"meow": "^5.0.0",
"promise.allsettled": "^1.0.1"
},
Expand Down

0 comments on commit f146477

Please sign in to comment.