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

Commit

Permalink
v1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Jan 5, 2020
1 parent 29723ce commit e5a4e7c
Show file tree
Hide file tree
Showing 28 changed files with 88 additions and 28 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.15.1](https://github.com/hiroppy/fusuma/compare/v1.15.0...v1.15.1) (2020-01-05)

### Bug Fixes

- the image wrttien in markdown-syntax `![]()` is not rendered ([e12e821](https://github.com/hiroppy/fusuma/commit/e12e82108ef90c193339708ae2fe4692e0eca336))

# [1.15.0](https://github.com/hiroppy/fusuma/compare/v1.14.2...v1.15.0) (2019-09-04)

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

## [1.15.1](https://github.com/hiroppy/fusuma/compare/v1.15.0...v1.15.1) (2020-01-05)

**Note:** Version bump only for package @fusuma/cli

# [1.15.0](https://github.com/hiroppy/fusuma/compare/v1.14.2...v1.15.0) (2019-09-04)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fusuma/cli",
"version": "1.15.0",
"version": "1.15.1",
"description": "CLI for fusuma",
"main": "src/index.js",
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.15.1](https://github.com/hiroppy/fusuma/compare/v1.15.0...v1.15.1) (2020-01-05)

**Note:** Version bump only for package @fusuma/client

# [1.15.0](https://github.com/hiroppy/fusuma/compare/v1.14.2...v1.15.0) (2019-09-04)

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

## [1.15.1](https://github.com/hiroppy/fusuma/compare/v1.15.0...v1.15.1) (2020-01-05)

**Note:** Version bump only for package @fusuma/configs

# [1.15.0](https://github.com/hiroppy/fusuma/compare/v1.14.2...v1.15.0) (2019-09-04)

**Note:** Version bump only for package @fusuma/configs
Expand Down
2 changes: 1 addition & 1 deletion packages/configs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fusuma/configs",
"version": "1.15.0",
"version": "1.15.1",
"description": "configs for fusuma",
"main": "src/index.js",
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/fusuma/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.15.1](https://github.com/hiroppy/fusuma/compare/v1.15.0...v1.15.1) (2020-01-05)

**Note:** Version bump only for package fusuma

# [1.15.0](https://github.com/hiroppy/fusuma/compare/v1.14.2...v1.15.0) (2019-09-04)

### Features
Expand Down
16 changes: 8 additions & 8 deletions packages/fusuma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fusuma",
"version": "1.15.0",
"version": "1.15.1",
"description": "easily make slides with markdown",
"bin": {
"fusuma": "./src/cli.js"
Expand Down Expand Up @@ -33,12 +33,12 @@
},
"homepage": "https://github.com/hiroppy/fusuma#readme",
"dependencies": {
"@fusuma/cli": "^1.15.0",
"@fusuma/configs": "^1.15.0",
"@fusuma/task-build": "^1.15.0",
"@fusuma/task-ghp": "^1.15.0",
"@fusuma/task-init": "^1.15.0",
"@fusuma/task-start": "^1.15.0",
"@fusuma/utils": "^1.15.0"
"@fusuma/cli": "^1.15.1",
"@fusuma/configs": "^1.15.1",
"@fusuma/task-build": "^1.15.1",
"@fusuma/task-ghp": "^1.15.1",
"@fusuma/task-init": "^1.15.1",
"@fusuma/task-start": "^1.15.1",
"@fusuma/utils": "^1.15.1"
}
}
6 changes: 6 additions & 0 deletions packages/mdx-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.15.1](https://github.com/hiroppy/fusuma/compare/v1.15.0...v1.15.1) (2020-01-05)

### Bug Fixes

- the image wrttien in markdown-syntax `![]()` is not rendered ([e12e821](https://github.com/hiroppy/fusuma/commit/e12e82108ef90c193339708ae2fe4692e0eca336))

# [1.15.0](https://github.com/hiroppy/fusuma/compare/v1.14.2...v1.15.0) (2019-09-04)

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

## [1.15.1](https://github.com/hiroppy/fusuma/compare/v1.15.0...v1.15.1) (2020-01-05)

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

# [1.15.0](https://github.com/hiroppy/fusuma/compare/v1.14.2...v1.15.0) (2019-09-04)

**Note:** Version bump only for package @fusuma/task-build
Expand Down
4 changes: 2 additions & 2 deletions packages/task-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fusuma/task-build",
"version": "1.15.0",
"version": "1.15.1",
"description": "start task for fusuma",
"main": "src/index.js",
"publishConfig": {
Expand All @@ -17,6 +17,6 @@
},
"homepage": "https://github.com/hiroppy/fusuma#readme",
"dependencies": {
"@fusuma/webpack": "^1.15.0"
"@fusuma/webpack": "^1.15.1"
}
}
4 changes: 4 additions & 0 deletions packages/task-ghp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.15.1](https://github.com/hiroppy/fusuma/compare/v1.15.0...v1.15.1) (2020-01-05)

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

# [1.15.0](https://github.com/hiroppy/fusuma/compare/v1.14.2...v1.15.0) (2019-09-04)

**Note:** Version bump only for package @fusuma/task-ghp
Expand Down
2 changes: 1 addition & 1 deletion packages/task-ghp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fusuma/task-ghp",
"version": "1.15.0",
"version": "1.15.1",
"description": "github pages for fusuma",
"main": "src/index.js",
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/task-init/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.15.1](https://github.com/hiroppy/fusuma/compare/v1.15.0...v1.15.1) (2020-01-05)

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

# [1.15.0](https://github.com/hiroppy/fusuma/compare/v1.14.2...v1.15.0) (2019-09-04)

**Note:** Version bump only for package @fusuma/task-init
Expand Down
4 changes: 2 additions & 2 deletions packages/task-init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fusuma/task-init",
"version": "1.15.0",
"version": "1.15.1",
"description": "init task for fusuma",
"main": "src/index.js",
"publishConfig": {
Expand All @@ -17,6 +17,6 @@
},
"homepage": "https://github.com/hiroppy/fusuma#readme",
"dependencies": {
"@fusuma/configs": "^1.15.0"
"@fusuma/configs": "^1.15.1"
}
}
4 changes: 4 additions & 0 deletions packages/task-live/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.15.1](https://github.com/hiroppy/fusuma/compare/v1.15.0...v1.15.1) (2020-01-05)

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

# [1.15.0](https://github.com/hiroppy/fusuma/compare/v1.14.2...v1.15.0) (2019-09-04)

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

## [1.15.1](https://github.com/hiroppy/fusuma/compare/v1.15.0...v1.15.1) (2020-01-05)

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

# [1.15.0](https://github.com/hiroppy/fusuma/compare/v1.14.2...v1.15.0) (2019-09-04)

**Note:** Version bump only for package @fusuma/task-pdf
Expand Down
2 changes: 1 addition & 1 deletion packages/task-pdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fusuma/task-pdf",
"version": "1.15.0",
"version": "1.15.1",
"description": "pdf task for fusuma",
"main": "src/index.js",
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/task-start/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.15.1](https://github.com/hiroppy/fusuma/compare/v1.15.0...v1.15.1) (2020-01-05)

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

# [1.15.0](https://github.com/hiroppy/fusuma/compare/v1.14.2...v1.15.0) (2019-09-04)

**Note:** Version bump only for package @fusuma/task-start
Expand Down
4 changes: 2 additions & 2 deletions packages/task-start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fusuma/task-start",
"version": "1.15.0",
"version": "1.15.1",
"description": "start task for fusuma",
"main": "src/index.js",
"publishConfig": {
Expand All @@ -17,6 +17,6 @@
},
"homepage": "https://github.com/hiroppy/fusuma#readme",
"dependencies": {
"@fusuma/webpack": "^1.15.0"
"@fusuma/webpack": "^1.15.1"
}
}
4 changes: 4 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.15.1](https://github.com/hiroppy/fusuma/compare/v1.15.0...v1.15.1) (2020-01-05)

**Note:** Version bump only for package @fusuma/utils

# [1.15.0](https://github.com/hiroppy/fusuma/compare/v1.14.2...v1.15.0) (2019-09-04)

**Note:** Version bump only for package @fusuma/utils
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fusuma/utils",
"version": "1.15.0",
"version": "1.15.1",
"description": "utils for fusuma",
"main": "src/index.js",
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.15.1](https://github.com/hiroppy/fusuma/compare/v1.15.0...v1.15.1) (2020-01-05)

**Note:** Version bump only for package @fusuma/webpack

# [1.15.0](https://github.com/hiroppy/fusuma/compare/v1.14.2...v1.15.0) (2019-09-04)

### Features
Expand Down
10 changes: 5 additions & 5 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fusuma/webpack",
"version": "1.15.0",
"version": "1.15.1",
"description": "webpack for fusuma",
"main": "src/index.js",
"publishConfig": {
Expand All @@ -17,10 +17,10 @@
},
"homepage": "https://github.com/hiroppy/fusuma#readme",
"dependencies": {
"@fusuma/client": "^1.15.0",
"@fusuma/configs": "^1.15.0",
"@fusuma/mdx-loader": "^1.15.0",
"@fusuma/utils": "^1.15.0",
"@fusuma/client": "^1.15.1",
"@fusuma/configs": "^1.15.1",
"@fusuma/mdx-loader": "^1.15.1",
"@fusuma/utils": "^1.15.1",
"babel-loader": "^8.0.6",
"cache-loader": "^4.0.1",
"css-loader": "3.4.1",
Expand Down

0 comments on commit e5a4e7c

Please sign in to comment.