Skip to content

Commit

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

# [2.2.0](https://github.com/hiroppy/fusuma/compare/v2.1.0...v2.2.0) (2021-02-06)


### Bug Fixes

* **client:** change twitter icon color ([7b2696c](https://github.com/hiroppy/fusuma/commit/7b2696ca751feeb2154b79f30c275127bdc03d12))


### Features

* **client:** add embed feature ([5071c0d](https://github.com/hiroppy/fusuma/commit/5071c0d78396dd720bf0a495a67d1ed62b7857c6))





# [2.1.0](https://github.com/hiroppy/fusuma/compare/v2.0.0...v2.1.0) (2021-02-05)


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

# [2.2.0](https://github.com/hiroppy/fusuma/compare/v2.1.0...v2.2.0) (2021-02-06)


### Bug Fixes

* **client:** change twitter icon color ([7b2696c](https://github.com/hiroppy/fusuma/commit/7b2696ca751feeb2154b79f30c275127bdc03d12))


### Features

* **client:** add embed feature ([5071c0d](https://github.com/hiroppy/fusuma/commit/5071c0d78396dd720bf0a495a67d1ed62b7857c6))





# [2.1.0](https://github.com/hiroppy/fusuma/compare/v2.0.0...v2.1.0) (2021-02-05)

**Note:** Version bump only for package @fusuma/client
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.1.0",
"version": "2.2.0",
"description": "client for fusuma",
"main": "src/index.js",
"publishConfig": {
Expand Down
16 changes: 16 additions & 0 deletions packages/fusuma/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/hiroppy/fusuma/compare/v2.1.0...v2.2.0) (2021-02-06)


### Bug Fixes

* **client:** change twitter icon color ([7b2696c](https://github.com/hiroppy/fusuma/commit/7b2696ca751feeb2154b79f30c275127bdc03d12))


### Features

* **client:** add embed feature ([5071c0d](https://github.com/hiroppy/fusuma/commit/5071c0d78396dd720bf0a495a67d1ed62b7857c6))





# [2.1.0](https://github.com/hiroppy/fusuma/compare/v2.0.0...v2.1.0) (2021-02-05)


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.

6 changes: 3 additions & 3 deletions packages/fusuma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fusuma",
"version": "2.1.0",
"version": "2.2.0",
"description": "easily make slides with markdown",
"bin": {
"fusuma": "./src/cli/index.js"
Expand Down Expand Up @@ -31,8 +31,8 @@
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/preset-react": "^7.12.13",
"@fusuma/client": "^2.1.0",
"@fusuma/mdx-loader": "^2.1.0",
"@fusuma/client": "^2.2.0",
"@fusuma/mdx-loader": "^2.2.0",
"@soda/friendly-errors-webpack-plugin": "^1.8.0",
"babel-loader": "^8.2.2",
"babel-plugin-prismjs": "^2.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/mdx-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.2.0](https://github.com/hiroppy/fusuma/compare/v2.1.0...v2.2.0) (2021-02-06)

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





# [2.1.0](https://github.com/hiroppy/fusuma/compare/v2.0.0...v2.1.0) (2021-02-05)

**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.1.0",
"version": "2.2.0",
"description": "mdx-loader for fusuma",
"main": "src/index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/task-live/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.2.0](https://github.com/hiroppy/fusuma/compare/v2.1.0...v2.2.0) (2021-02-06)

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





# [2.1.0](https://github.com/hiroppy/fusuma/compare/v2.0.0...v2.1.0) (2021-02-05)

**Note:** Version bump only for package @fusuma/task-live
Expand Down
2 changes: 1 addition & 1 deletion packages/task-live/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/task-live/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fusuma/task-live",
"version": "2.1.0",
"version": "2.2.0",
"description": "live task for fusuma",
"main": "src/index.js",
"publishConfig": {
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.2.0](https://github.com/hiroppy/fusuma/compare/v2.1.0...v2.2.0) (2021-02-06)

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





# [2.1.0](https://github.com/hiroppy/fusuma/compare/v2.0.0...v2.1.0) (2021-02-05)

**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.1.0",
"version": "2.2.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.1.0",
"fusuma": "^2.2.0",
"puppeteer": "^6.0.0"
}
}

0 comments on commit 1debc43

Please sign in to comment.