Skip to content

Commit

Permalink
v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Feb 22, 2021
1 parent 9f13ce8 commit 505d1a3
Show file tree
Hide file tree
Showing 17 changed files with 78 additions and 16 deletions.
11 changes: 11 additions & 0 deletions 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.7.0](https://github.com/hiroppy/fusuma/compare/v2.6.0...v2.7.0) (2021-02-22)


### Features

* **mdx-loader:** implement account syntax ([9f13ce8](https://github.com/hiroppy/fusuma/commit/9f13ce8a32ba639b8a66438fdcfa2a2455adfd36))





# [2.6.0](https://github.com/hiroppy/fusuma/compare/v2.5.0...v2.6.0) (2021-02-18)


Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"packages": ["packages/*"],
"version": "2.6.0"
"packages": [
"packages/*"
],
"version": "2.7.0"
}
11 changes: 11 additions & 0 deletions packages/client/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.7.0](https://github.com/hiroppy/fusuma/compare/v2.6.0...v2.7.0) (2021-02-22)


### Features

* **mdx-loader:** implement account syntax ([9f13ce8](https://github.com/hiroppy/fusuma/commit/9f13ce8a32ba639b8a66438fdcfa2a2455adfd36))





# [2.6.0](https://github.com/hiroppy/fusuma/compare/v2.5.0...v2.6.0) (2021-02-18)


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.6.0",
"version": "2.7.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.7.0](https://github.com/hiroppy/fusuma/compare/v2.6.0...v2.7.0) (2021-02-22)


### Features

* **mdx-loader:** implement account syntax ([9f13ce8](https://github.com/hiroppy/fusuma/commit/9f13ce8a32ba639b8a66438fdcfa2a2455adfd36))





# [2.6.0](https://github.com/hiroppy/fusuma/compare/v2.5.0...v2.6.0) (2021-02-18)

**Note:** Version bump only for package fusuma
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.6.0",
"version": "2.7.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.17",
"@babel/preset-env": "^7.12.17",
"@babel/preset-react": "^7.12.13",
"@fusuma/client": "^2.6.0",
"@fusuma/mdx-loader": "^2.6.0",
"@fusuma/prism-loader": "^2.5.0",
"@fusuma/client": "^2.7.0",
"@fusuma/mdx-loader": "^2.7.0",
"@fusuma/prism-loader": "^2.7.0",
"@soda/friendly-errors-webpack-plugin": "^1.8.0",
"babel-loader": "^8.2.2",
"caporal": "^1.4.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/mdx-loader/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.7.0](https://github.com/hiroppy/fusuma/compare/v2.6.0...v2.7.0) (2021-02-22)


### Features

* **mdx-loader:** implement account syntax ([9f13ce8](https://github.com/hiroppy/fusuma/commit/9f13ce8a32ba639b8a66438fdcfa2a2455adfd36))





# [2.6.0](https://github.com/hiroppy/fusuma/compare/v2.5.0...v2.6.0) (2021-02-18)


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.6.0",
"version": "2.7.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.7.0](https://github.com/hiroppy/fusuma/compare/v2.6.0...v2.7.0) (2021-02-22)

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





# [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
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.5.0",
"version": "2.7.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.7.0](https://github.com/hiroppy/fusuma/compare/v2.6.0...v2.7.0) (2021-02-22)

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





# [2.6.0](https://github.com/hiroppy/fusuma/compare/v2.5.0...v2.6.0) (2021-02-18)

**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.6.0",
"version": "2.7.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.6.0",
"fusuma": "^2.7.0",
"puppeteer": "^7.1.0"
}
}

0 comments on commit 505d1a3

Please sign in to comment.