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

Commit cc906ba

Browse files
committed
v2.8.3
1 parent eaa44de commit cc906ba

File tree

17 files changed

+76
-16
lines changed

17 files changed

+76
-16
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.8.3](https://github.com/hiroppy/fusuma/compare/v2.8.2...v2.8.3) (2021-03-30)
7+
8+
9+
### Bug Fixes
10+
11+
* **mdx-loader:** infer code lang ([fd97166](https://github.com/hiroppy/fusuma/commit/fd97166261d545f9f941336e69f31853bd9d2ba7))
12+
13+
14+
15+
16+
617
## [2.8.2](https://github.com/hiroppy/fusuma/compare/v2.8.1...v2.8.2) (2021-03-25)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "2.8.2"
3+
"version": "2.8.3"
44
}

packages/client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.8.3](https://github.com/hiroppy/fusuma/compare/v2.8.2...v2.8.3) (2021-03-30)
7+
8+
**Note:** Version bump only for package @fusuma/client
9+
10+
11+
12+
13+
614
## [2.8.2](https://github.com/hiroppy/fusuma/compare/v2.8.1...v2.8.2) (2021-03-25)
715

816

packages/client/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fusuma/client",
3-
"version": "2.8.2",
3+
"version": "2.8.3",
44
"description": "client for fusuma",
55
"main": "src/index.js",
66
"publishConfig": {

packages/fusuma/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.8.3](https://github.com/hiroppy/fusuma/compare/v2.8.2...v2.8.3) (2021-03-30)
7+
8+
9+
### Bug Fixes
10+
11+
* **mdx-loader:** infer code lang ([fd97166](https://github.com/hiroppy/fusuma/commit/fd97166261d545f9f941336e69f31853bd9d2ba7))
12+
13+
14+
15+
16+
617
## [2.8.2](https://github.com/hiroppy/fusuma/compare/v2.8.1...v2.8.2) (2021-03-25)
718

819

packages/fusuma/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/fusuma/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fusuma",
3-
"version": "2.8.2",
3+
"version": "2.8.3",
44
"description": "easily make slides with markdown",
55
"bin": {
66
"fusuma": "./src/cli/index.js"
@@ -31,10 +31,10 @@
3131
"@babel/core": "^7.13.14",
3232
"@babel/preset-env": "^7.13.12",
3333
"@babel/preset-react": "^7.13.13",
34-
"@fusuma/client": "^2.8.2",
34+
"@fusuma/client": "^2.8.3",
3535
"@fusuma/generate-meta-webpack-plugin": "^2.8.2",
36-
"@fusuma/mdx-loader": "^2.8.2",
37-
"@fusuma/prism-loader": "^2.8.2",
36+
"@fusuma/mdx-loader": "^2.8.3",
37+
"@fusuma/prism-loader": "^2.8.3",
3838
"@soda/friendly-errors-webpack-plugin": "^1.8.0",
3939
"babel-loader": "^8.2.2",
4040
"chalk": "^4.1.0",

packages/mdx-loader/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.8.3](https://github.com/hiroppy/fusuma/compare/v2.8.2...v2.8.3) (2021-03-30)
7+
8+
9+
### Bug Fixes
10+
11+
* **mdx-loader:** infer code lang ([fd97166](https://github.com/hiroppy/fusuma/commit/fd97166261d545f9f941336e69f31853bd9d2ba7))
12+
13+
14+
15+
16+
617
## [2.8.2](https://github.com/hiroppy/fusuma/compare/v2.8.1...v2.8.2) (2021-03-25)
718

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

packages/mdx-loader/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)