Skip to content

Commit

Permalink
Merge pull request #30 from marp-team/upgrade-core-to-fix-regression
Browse files Browse the repository at this point in the history
Upgrade marp-core to fix fitting header regression
  • Loading branch information
yhatt authored Oct 9, 2018
2 parents b0e0cb0 + 0575dde commit ed13542
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Fixed

- Upgrade marp-core to [v0.0.11](https://github.com/marp-team/marp-core/releases/tag/v0.0.11) to fix fitting header regression ([#30](https://github.com/marp-team/marp-cli/pull/30))

## v0.0.11 - 2018-10-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"typescript": "^3.1.1"
},
"dependencies": {
"@marp-team/marp-core": "^0.0.10",
"@marp-team/marp-core": "^0.0.11",
"@marp-team/marpit": "^0.1.3",
"chalk": "^2.4.1",
"chokidar": "^2.0.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@
reflect-metadata "^0.1.12"
tslib "^1.8.1"

"@marp-team/marp-core@^0.0.10":
version "0.0.10"
resolved "https://registry.yarnpkg.com/@marp-team/marp-core/-/marp-core-0.0.10.tgz#61ae67e78680400a438a968cb5d9cf6b1d85d489"
integrity sha512-wyOIHfOtmCXjuMnfeH4t6yAHk+DwSctxshzWu4/nOddol/vV8A09RvG/BKQ1iLw/BwTxkOIe3N4WJ++ZOt/Dxw==
"@marp-team/marp-core@^0.0.11":
version "0.0.11"
resolved "https://registry.yarnpkg.com/@marp-team/marp-core/-/marp-core-0.0.11.tgz#1d0d6f7a6fd522363c8a44ad324f48ccb4b92f63"
integrity sha512-cb27UZ1Py2yzAN/sgvzwkF2/DkdZTAS+8bsW8Y6ASbtsaYTLCtx9De7etMAkfCGQLjlEF8FVKoE3/TWIbkmJrg==
dependencies:
"@marp-team/marpit" "^0.1.3"
emoji-regex "^7.0.1"
Expand Down

0 comments on commit ed13542

Please sign in to comment.