Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Feb 17, 2021
1 parent 83c7df0 commit 6850d48
Show file tree
Hide file tree
Showing 17 changed files with 104 additions and 18 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/hiroppy/fusuma/compare/v2.4.0...v2.5.0) (2021-02-17)


### Bug Fixes

* **client:** check undefined or not for plain slide ([9946de3](https://github.com/hiroppy/fusuma/commit/9946de30a12f861cbfbabc132974a8f9fa17ec63))
* **client:** modify fragment ([661792f](https://github.com/hiroppy/fusuma/commit/661792f6f66324dd317962894bac1cb3d2747b42))
* **client:** turn off animation ([31aac6a](https://github.com/hiroppy/fusuma/commit/31aac6a21b76dcf21a9a180545f410668c6cdff4))


### Features

* **client:** add fragments description to assistant ([33a29a1](https://github.com/hiroppy/fusuma/commit/33a29a1769ec4770aec720fd3d63f76084060a75))
* **client:** apply fragments ([dd775a4](https://github.com/hiroppy/fusuma/commit/dd775a44dbea1a38edf0260ef99d8574653ef71b))
* **client:** introduce fragments ([6a3d56e](https://github.com/hiroppy/fusuma/commit/6a3d56e636e407e739043f8be33df6cd921cf443))
* **client:** remove canvas feature ([5cee7c7](https://github.com/hiroppy/fusuma/commit/5cee7c7e16b7e1c94076339eff19cdd31a3827e9))
* **client:** use context ([586d2b9](https://github.com/hiroppy/fusuma/commit/586d2b992fd3332606061b5b74c5bd5d11d00269))
* **mdx:** add fragments syntax ([291082f](https://github.com/hiroppy/fusuma/commit/291082f5bdaf6385442a5ee25a90dd5ca546e51f))
* **mdx:** add image props(w, h) ([b2a7002](https://github.com/hiroppy/fusuma/commit/b2a7002fd147c6deb8dd97176184948572330a68))





# [2.4.0](https://github.com/hiroppy/fusuma/compare/v2.3.1...v2.4.0) (2021-02-09)


Expand Down
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"packages": [
"packages/*"
],
"version": "2.4.0"
"packages": ["packages/*"],
"version": "2.5.0"
}
23 changes: 23 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/hiroppy/fusuma/compare/v2.4.0...v2.5.0) (2021-02-17)


### Bug Fixes

* **client:** check undefined or not for plain slide ([9946de3](https://github.com/hiroppy/fusuma/commit/9946de30a12f861cbfbabc132974a8f9fa17ec63))
* **client:** modify fragment ([661792f](https://github.com/hiroppy/fusuma/commit/661792f6f66324dd317962894bac1cb3d2747b42))
* **client:** turn off animation ([31aac6a](https://github.com/hiroppy/fusuma/commit/31aac6a21b76dcf21a9a180545f410668c6cdff4))


### Features

* **client:** add fragments description to assistant ([33a29a1](https://github.com/hiroppy/fusuma/commit/33a29a1769ec4770aec720fd3d63f76084060a75))
* **client:** apply fragments ([dd775a4](https://github.com/hiroppy/fusuma/commit/dd775a44dbea1a38edf0260ef99d8574653ef71b))
* **client:** introduce fragments ([6a3d56e](https://github.com/hiroppy/fusuma/commit/6a3d56e636e407e739043f8be33df6cd921cf443))
* **client:** remove canvas feature ([5cee7c7](https://github.com/hiroppy/fusuma/commit/5cee7c7e16b7e1c94076339eff19cdd31a3827e9))
* **client:** use context ([586d2b9](https://github.com/hiroppy/fusuma/commit/586d2b992fd3332606061b5b74c5bd5d11d00269))
* **mdx:** add fragments syntax ([291082f](https://github.com/hiroppy/fusuma/commit/291082f5bdaf6385442a5ee25a90dd5ca546e51f))





# [2.4.0](https://github.com/hiroppy/fusuma/compare/v2.3.1...v2.4.0) (2021-02-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fusuma/client",
"version": "2.4.0",
"version": "2.5.0",
"description": "client for fusuma",
"main": "src/index.js",
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/fusuma/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.

# [2.5.0](https://github.com/hiroppy/fusuma/compare/v2.4.0...v2.5.0) (2021-02-17)


### Features

* **client:** remove canvas feature ([5cee7c7](https://github.com/hiroppy/fusuma/commit/5cee7c7e16b7e1c94076339eff19cdd31a3827e9))





# [2.4.0](https://github.com/hiroppy/fusuma/compare/v2.3.1...v2.4.0) (2021-02-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/fusuma/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/fusuma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fusuma",
"version": "2.4.0",
"version": "2.5.0",
"description": "easily make slides with markdown",
"bin": {
"fusuma": "./src/cli/index.js"
Expand Down Expand Up @@ -31,9 +31,9 @@
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@babel/preset-react": "^7.12.13",
"@fusuma/client": "^2.4.0",
"@fusuma/mdx-loader": "^2.4.0",
"@fusuma/prism-loader": "^2.4.0",
"@fusuma/client": "^2.5.0",
"@fusuma/mdx-loader": "^2.5.0",
"@fusuma/prism-loader": "^2.5.0",
"@soda/friendly-errors-webpack-plugin": "^1.8.0",
"babel-loader": "^8.2.2",
"caporal": "^1.4.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/mdx-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/hiroppy/fusuma/compare/v2.4.0...v2.5.0) (2021-02-17)


### Features

* **client:** introduce fragments ([6a3d56e](https://github.com/hiroppy/fusuma/commit/6a3d56e636e407e739043f8be33df6cd921cf443))
* **client:** use context ([586d2b9](https://github.com/hiroppy/fusuma/commit/586d2b992fd3332606061b5b74c5bd5d11d00269))
* **mdx:** add fragments syntax ([291082f](https://github.com/hiroppy/fusuma/commit/291082f5bdaf6385442a5ee25a90dd5ca546e51f))
* **mdx:** add image props(w, h) ([b2a7002](https://github.com/hiroppy/fusuma/commit/b2a7002fd147c6deb8dd97176184948572330a68))





# [2.4.0](https://github.com/hiroppy/fusuma/compare/v2.3.1...v2.4.0) (2021-02-09)

**Note:** Version bump only for package @fusuma/mdx-loader
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx-loader/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/mdx-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fusuma/mdx-loader",
"version": "2.4.0",
"version": "2.5.0",
"description": "mdx-loader for fusuma",
"main": "src/index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/prism-loader/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.

# [2.5.0](https://github.com/hiroppy/fusuma/compare/v2.4.0...v2.5.0) (2021-02-17)

**Note:** Version bump only for package @fusuma/prism-loader





# [2.4.0](https://github.com/hiroppy/fusuma/compare/v2.3.1...v2.4.0) (2021-02-09)

**Note:** Version bump only for package @fusuma/prism-loader
Expand Down
2 changes: 1 addition & 1 deletion packages/prism-loader/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/prism-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fusuma/prism-loader",
"version": "2.4.0",
"version": "2.5.0",
"description": "prism-loader for fusuma",
"main": "src/index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/task-pdf/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.

# [2.5.0](https://github.com/hiroppy/fusuma/compare/v2.4.0...v2.5.0) (2021-02-17)

**Note:** Version bump only for package @fusuma/task-pdf





# [2.4.0](https://github.com/hiroppy/fusuma/compare/v2.3.1...v2.4.0) (2021-02-09)

**Note:** Version bump only for package @fusuma/task-pdf
Expand Down
2 changes: 1 addition & 1 deletion packages/task-pdf/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/task-pdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fusuma/task-pdf",
"version": "2.4.0",
"version": "2.5.0",
"description": "pdf task for fusuma",
"main": "src/index.js",
"publishConfig": {
Expand All @@ -18,7 +18,7 @@
"homepage": "https://github.com/hiroppy/fusuma#readme",
"dependencies": {
"easy-pdf-merge": "^0.2.6",
"fusuma": "^2.4.0",
"fusuma": "^2.5.0",
"puppeteer": "^7.1.0"
}
}

0 comments on commit 6850d48

Please sign in to comment.