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

Commit

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

# [2.0.0](https://github.com/hiroppy/fusuma/compare/v2.0.0-alpha.28...v2.0.0) (2021-02-03)


### Bug Fixes

* **client:** add flex-wrap for mobile ([5807da8](https://github.com/hiroppy/fusuma/commit/5807da80b9a988055be1eb121f33daec6f612fb2))
* **client:** add swipe event for mobile ([c7386fb](https://github.com/hiroppy/fusuma/commit/c7386fbe7b53af419d6cd9dd6326c09318c603c5))


### Features

* **client:** add left and right classes ([3c58d47](https://github.com/hiroppy/fusuma/commit/3c58d472e216179838571e4bf705b5494cae7ca0))
* **client:** update Assistant ([dc2dfc9](https://github.com/hiroppy/fusuma/commit/dc2dfc91e783b6456753a81e0547d35174346437))
* **config:** update style.css ([75962f5](https://github.com/hiroppy/fusuma/commit/75962f5c0fbbe2b9b6f3e19b90b6478b29a8cf43))
* **fusuma:** add a11y ([09ce8cd](https://github.com/hiroppy/fusuma/commit/09ce8cd40d3d797fa3501bf01a5996e502d45b36))
* **mdx-loader:** add classes to block-start ([dcdb3bd](https://github.com/hiroppy/fusuma/commit/dcdb3bd30c7d8e53ec9afeed68555bb82723d15b))





# [2.0.0-alpha.28](https://github.com/hiroppy/fusuma/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2021-02-02)


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.0.0-alpha.28"
"version": "2.0.0"
}
19 changes: 19 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/hiroppy/fusuma/compare/v2.0.0-alpha.28...v2.0.0) (2021-02-03)


### Bug Fixes

* **client:** add flex-wrap for mobile ([5807da8](https://github.com/hiroppy/fusuma/commit/5807da80b9a988055be1eb121f33daec6f612fb2))
* **client:** add swipe event for mobile ([c7386fb](https://github.com/hiroppy/fusuma/commit/c7386fbe7b53af419d6cd9dd6326c09318c603c5))


### Features

* **client:** add left and right classes ([3c58d47](https://github.com/hiroppy/fusuma/commit/3c58d472e216179838571e4bf705b5494cae7ca0))
* **client:** update Assistant ([dc2dfc9](https://github.com/hiroppy/fusuma/commit/dc2dfc91e783b6456753a81e0547d35174346437))
* **fusuma:** add a11y ([09ce8cd](https://github.com/hiroppy/fusuma/commit/09ce8cd40d3d797fa3501bf01a5996e502d45b36))





# [2.0.0-alpha.28](https://github.com/hiroppy/fusuma/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2021-02-02)


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.0.0-alpha.28",
"version": "2.0.0",
"description": "client for fusuma",
"main": "src/index.js",
"publishConfig": {
Expand Down
12 changes: 12 additions & 0 deletions packages/fusuma/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.

# [2.0.0](https://github.com/hiroppy/fusuma/compare/v2.0.0-alpha.28...v2.0.0) (2021-02-03)


### Features

* **config:** update style.css ([75962f5](https://github.com/hiroppy/fusuma/commit/75962f5c0fbbe2b9b6f3e19b90b6478b29a8cf43))
* **fusuma:** add a11y ([09ce8cd](https://github.com/hiroppy/fusuma/commit/09ce8cd40d3d797fa3501bf01a5996e502d45b36))





# [2.0.0-alpha.28](https://github.com/hiroppy/fusuma/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2021-02-02)


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.0.0-alpha.28",
"version": "2.0.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.0.0-alpha.28",
"@fusuma/mdx-loader": "^2.0.0-alpha.28",
"@fusuma/client": "^2.0.0",
"@fusuma/mdx-loader": "^2.0.0",
"@soda/friendly-errors-webpack-plugin": "^1.8.0",
"babel-loader": "^8.2.2",
"babel-plugin-prismjs": "^2.0.1",
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.0.0](https://github.com/hiroppy/fusuma/compare/v2.0.0-alpha.28...v2.0.0) (2021-02-03)


### Features

* **mdx-loader:** add classes to block-start ([dcdb3bd](https://github.com/hiroppy/fusuma/commit/dcdb3bd30c7d8e53ec9afeed68555bb82723d15b))





# [2.0.0-alpha.28](https://github.com/hiroppy/fusuma/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2021-02-02)


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.0.0-alpha.28",
"version": "2.0.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.0.0](https://github.com/hiroppy/fusuma/compare/v2.0.0-alpha.28...v2.0.0) (2021-02-03)

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





# [2.0.0-alpha.14](https://github.com/hiroppy/fusuma/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2021-01-21)

**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.0.0-alpha.14",
"version": "2.0.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.0.0](https://github.com/hiroppy/fusuma/compare/v2.0.0-alpha.28...v2.0.0) (2021-02-03)

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





# [2.0.0-alpha.28](https://github.com/hiroppy/fusuma/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2021-02-02)

**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.0.0-alpha.28",
"version": "2.0.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.0.0-alpha.28",
"fusuma": "^2.0.0",
"puppeteer": "^6.0.0"
}
}

0 comments on commit 5ba5e46

Please sign in to comment.