Skip to content

Commit

Permalink
v3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Aug 2, 2020
1 parent 1893864 commit dba8257
Show file tree
Hide file tree
Showing 16 changed files with 89 additions and 15 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.

## [3.5.5](https://github.com/honkit/honkit/compare/v3.5.4...v3.5.5) (2020-08-02)


### Bug Fixes

* **honkit/html:** fix cheerio versioning ([7849651](https://github.com/honkit/honkit/commit/7849651d61a4cbd89c808f7018872d87b8409eed))
* **markdown-legacy:** use @honkit/html ([96a22df](https://github.com/honkit/honkit/commit/96a22df6ee046ce25eb38a208584c29520b5c9ce))





## [3.5.4](https://github.com/honkit/honkit/compare/v3.5.3...v3.5.4) (2020-08-01)


Expand Down
8 changes: 8 additions & 0 deletions examples/benchmark/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.

## [3.5.5](https://github.com/honkit/honkit/compare/v3.5.4...v3.5.5) (2020-08-02)

**Note:** Version bump only for package @example/benchmark





## [3.5.4](https://github.com/honkit/honkit/compare/v3.5.3...v3.5.4) (2020-08-01)

**Note:** Version bump only for package @example/benchmark
Expand Down
4 changes: 2 additions & 2 deletions examples/benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/benchmark",
"version": "3.5.4",
"version": "3.5.5",
"private": true,
"description": "benchmark book",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"gitbook-plugin-js-console": "^2.0.4",
"gitbook-plugin-page-toc-button": "^0.1.1",
"gitbook-summary-to-path": "^1.1.0",
"honkit": "^3.5.4",
"honkit": "^3.5.5",
"jest": "^26.0.1",
"ts-jest": "^26.1.1"
}
Expand Down
8 changes: 8 additions & 0 deletions examples/book/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.

## [3.5.5](https://github.com/honkit/honkit/compare/v3.5.4...v3.5.5) (2020-08-02)

**Note:** Version bump only for package @example/book





## [3.5.4](https://github.com/honkit/honkit/compare/v3.5.3...v3.5.4) (2020-08-01)

**Note:** Version bump only for package @example/book
Expand Down
4 changes: 2 additions & 2 deletions examples/book/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/book",
"version": "3.5.4",
"version": "3.5.5",
"private": true,
"description": "",
"keywords": [],
Expand All @@ -13,6 +13,6 @@
"help": "honkit --help"
},
"devDependencies": {
"honkit": "^3.5.4"
"honkit": "^3.5.5"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"npmClient": "yarn",
"useWorkspaces": true,
"includeMergedTags": true,
"version": "3.5.4"
"version": "3.5.5"
}
8 changes: 8 additions & 0 deletions packages/@honkit/asciidoc/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.

## [3.5.5](https://github.com/honkit/honkit/compare/v3.5.4...v3.5.5) (2020-08-02)

**Note:** Version bump only for package @honkit/asciidoc





## [3.5.4](https://github.com/honkit/honkit/compare/v3.5.3...v3.5.4) (2020-08-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/@honkit/asciidoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honkit/asciidoc",
"version": "3.5.4",
"version": "3.5.5",
"description": "Parse AsciiDoc content for gitbook",
"homepage": "https://github.com/honkit/honkit",
"bugs": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"prepublish": "npm run --if-present build"
},
"dependencies": {
"@honkit/html": "^3.5.4",
"@honkit/html": "^3.5.5",
"asciidoctor": "^2.2.0",
"lodash": "^4.13.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/@honkit/html/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.

## [3.5.5](https://github.com/honkit/honkit/compare/v3.5.4...v3.5.5) (2020-08-02)


### Bug Fixes

* **honkit/html:** fix cheerio versioning ([7849651](https://github.com/honkit/honkit/commit/7849651d61a4cbd89c808f7018872d87b8409eed))





## [3.5.4](https://github.com/honkit/honkit/compare/v3.5.3...v3.5.4) (2020-08-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/@honkit/html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honkit/html",
"version": "3.5.4",
"version": "3.5.5",
"description": "Parse HTML content for gitbook",
"homepage": "https://github.com/honkit/honkit",
"bugs": {
Expand Down
11 changes: 11 additions & 0 deletions packages/@honkit/markdown-legacy/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.

## [3.5.5](https://github.com/honkit/honkit/compare/v3.5.4...v3.5.5) (2020-08-02)


### Bug Fixes

* **markdown-legacy:** use @honkit/html ([96a22df](https://github.com/honkit/honkit/commit/96a22df6ee046ce25eb38a208584c29520b5c9ce))





## [3.5.2](https://github.com/honkit/honkit/compare/v3.5.1...v3.5.2) (2020-07-05)


Expand Down
4 changes: 2 additions & 2 deletions packages/@honkit/markdown-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honkit/markdown-legacy",
"version": "3.5.2",
"version": "3.5.5",
"description": "Parse markdown content for HonKit",
"homepage": "https://github.com/honkit/honkit",
"bugs": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"updateSnapshot": "jest -u"
},
"dependencies": {
"@honkit/html": "^3.5.4",
"@honkit/html": "^3.5.5",
"kramed": "0.5.6",
"lodash": "^4.13.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/@honkit/markdown/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.

## [3.5.5](https://github.com/honkit/honkit/compare/v3.5.4...v3.5.5) (2020-08-02)

**Note:** Version bump only for package @honkit/markdown





## [3.5.4](https://github.com/honkit/honkit/compare/v3.5.3...v3.5.4) (2020-08-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/@honkit/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honkit/markdown",
"version": "3.5.4",
"version": "3.5.5",
"description": "Parse markdown content for honkit",
"homepage": "https://github.com/honkit/honkit",
"bugs": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"prepublish": "npm run --if-present build"
},
"dependencies": {
"@honkit/html": "^3.5.4",
"@honkit/html": "^3.5.5",
"@honkit/markup-it": "^3.5.4",
"markdown-escape": "^1.0.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/honkit/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.

## [3.5.5](https://github.com/honkit/honkit/compare/v3.5.4...v3.5.5) (2020-08-02)

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





## [3.5.4](https://github.com/honkit/honkit/compare/v3.5.3...v3.5.4) (2020-08-01)


Expand Down
6 changes: 3 additions & 3 deletions packages/honkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "honkit",
"version": "3.5.4",
"version": "3.5.5",
"description": "HonKit is building beautiful books using Markdown.",
"keywords": [
"git",
Expand Down Expand Up @@ -46,9 +46,9 @@
"updateSnapshot": "jest src -u"
},
"dependencies": {
"@honkit/asciidoc": "^3.5.4",
"@honkit/asciidoc": "^3.5.5",
"@honkit/honkit-plugin-theme-default": "^3.5.2",
"@honkit/markdown-legacy": "^3.5.2",
"@honkit/markdown-legacy": "^3.5.5",
"bash-color": "0.0.4",
"cheerio": "^0.20.0",
"chokidar": "^3.3.0",
Expand Down

0 comments on commit dba8257

Please sign in to comment.