Skip to content

Commit

Permalink
v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Feb 17, 2020
1 parent 6397b57 commit d3aa6be
Show file tree
Hide file tree
Showing 28 changed files with 104 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.16.0](https://github.com/hiroppy/fusuma/compare/v1.15.2...v1.16.0) (2020-02-17)

### Features

- **qr:** implement qr code ([6397b57](https://github.com/hiroppy/fusuma/commit/6397b57ff1c655aa07827968f690e0079cfbb88f))

## [1.15.2](https://github.com/hiroppy/fusuma/compare/v1.15.1...v1.15.2) (2020-02-13)

### Bug Fixes
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.2"
"version": "1.16.0"
}
6 changes: 6 additions & 0 deletions packages/cli/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.16.0](https://github.com/hiroppy/fusuma/compare/v1.15.2...v1.16.0) (2020-02-17)

### Features

- **qr:** implement qr code ([6397b57](https://github.com/hiroppy/fusuma/commit/6397b57ff1c655aa07827968f690e0079cfbb88f))

## [1.15.2](https://github.com/hiroppy/fusuma/compare/v1.15.1...v1.15.2) (2020-02-13)

**Note:** Version bump only for package @fusuma/cli
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.2",
"version": "1.16.0",
"description": "CLI for fusuma",
"main": "src/index.js",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/client/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.16.0](https://github.com/hiroppy/fusuma/compare/v1.15.2...v1.16.0) (2020-02-17)

### Features

- **qr:** implement qr code ([6397b57](https://github.com/hiroppy/fusuma/commit/6397b57ff1c655aa07827968f690e0079cfbb88f))

## [1.15.2](https://github.com/hiroppy/fusuma/compare/v1.15.1...v1.15.2) (2020-02-13)

### Bug Fixes
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.2",
"version": "1.16.0",
"description": "client for fusuma",
"main": "src/index.js",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/configs/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.16.0](https://github.com/hiroppy/fusuma/compare/v1.15.2...v1.16.0) (2020-02-17)

### Features

- **qr:** implement qr code ([6397b57](https://github.com/hiroppy/fusuma/commit/6397b57ff1c655aa07827968f690e0079cfbb88f))

## [1.15.2](https://github.com/hiroppy/fusuma/compare/v1.15.1...v1.15.2) (2020-02-13)

### Bug Fixes
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.2",
"version": "1.16.0",
"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.16.0](https://github.com/hiroppy/fusuma/compare/v1.15.2...v1.16.0) (2020-02-17)

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

## [1.15.2](https://github.com/hiroppy/fusuma/compare/v1.15.1...v1.15.2) (2020-02-13)

**Note:** Version bump only for package fusuma
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.2",
"version": "1.16.0",
"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.2",
"@fusuma/configs": "^1.15.2",
"@fusuma/task-build": "^1.15.2",
"@fusuma/task-ghp": "^1.15.2",
"@fusuma/task-init": "^1.15.2",
"@fusuma/task-start": "^1.15.2",
"@fusuma/utils": "^1.15.2"
"@fusuma/cli": "^1.16.0",
"@fusuma/configs": "^1.16.0",
"@fusuma/task-build": "^1.16.0",
"@fusuma/task-ghp": "^1.16.0",
"@fusuma/task-init": "^1.16.0",
"@fusuma/task-start": "^1.16.0",
"@fusuma/utils": "^1.16.0"
}
}
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.16.0](https://github.com/hiroppy/fusuma/compare/v1.15.2...v1.16.0) (2020-02-17)

### Features

- **qr:** implement qr code ([6397b57](https://github.com/hiroppy/fusuma/commit/6397b57ff1c655aa07827968f690e0079cfbb88f))

## [1.15.2](https://github.com/hiroppy/fusuma/compare/v1.15.1...v1.15.2) (2020-02-13)

**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.2",
"version": "1.16.0",
"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.16.0](https://github.com/hiroppy/fusuma/compare/v1.15.2...v1.16.0) (2020-02-17)

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

## [1.15.2](https://github.com/hiroppy/fusuma/compare/v1.15.1...v1.15.2) (2020-02-13)

**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.2",
"version": "1.16.0",
"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.2"
"@fusuma/webpack": "^1.16.0"
}
}
6 changes: 6 additions & 0 deletions packages/task-ghp/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.16.0](https://github.com/hiroppy/fusuma/compare/v1.15.2...v1.16.0) (2020-02-17)

### Features

- **qr:** implement qr code ([6397b57](https://github.com/hiroppy/fusuma/commit/6397b57ff1c655aa07827968f690e0079cfbb88f))

## [1.15.2](https://github.com/hiroppy/fusuma/compare/v1.15.1...v1.15.2) (2020-02-13)

**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.2",
"version": "1.16.0",
"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.16.0](https://github.com/hiroppy/fusuma/compare/v1.15.2...v1.16.0) (2020-02-17)

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

## [1.15.2](https://github.com/hiroppy/fusuma/compare/v1.15.1...v1.15.2) (2020-02-13)

**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.2",
"version": "1.16.0",
"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.2"
"@fusuma/configs": "^1.16.0"
}
}
6 changes: 6 additions & 0 deletions packages/task-live/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.16.0](https://github.com/hiroppy/fusuma/compare/v1.15.2...v1.16.0) (2020-02-17)

### Features

- **qr:** implement qr code ([6397b57](https://github.com/hiroppy/fusuma/commit/6397b57ff1c655aa07827968f690e0079cfbb88f))

## [1.15.2](https://github.com/hiroppy/fusuma/compare/v1.15.1...v1.15.2) (2020-02-13)

**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.2",
"version": "1.16.0",
"description": "live task for fusuma",
"main": "src/index.js",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/task-pdf/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.16.0](https://github.com/hiroppy/fusuma/compare/v1.15.2...v1.16.0) (2020-02-17)

### Features

- **qr:** implement qr code ([6397b57](https://github.com/hiroppy/fusuma/commit/6397b57ff1c655aa07827968f690e0079cfbb88f))

## [1.15.2](https://github.com/hiroppy/fusuma/compare/v1.15.1...v1.15.2) (2020-02-13)

**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.2",
"version": "1.16.0",
"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.16.0](https://github.com/hiroppy/fusuma/compare/v1.15.2...v1.16.0) (2020-02-17)

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

## [1.15.2](https://github.com/hiroppy/fusuma/compare/v1.15.1...v1.15.2) (2020-02-13)

**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.2",
"version": "1.16.0",
"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.2"
"@fusuma/webpack": "^1.16.0"
}
}
6 changes: 6 additions & 0 deletions packages/utils/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.16.0](https://github.com/hiroppy/fusuma/compare/v1.15.2...v1.16.0) (2020-02-17)

### Features

- **qr:** implement qr code ([6397b57](https://github.com/hiroppy/fusuma/commit/6397b57ff1c655aa07827968f690e0079cfbb88f))

## [1.15.2](https://github.com/hiroppy/fusuma/compare/v1.15.1...v1.15.2) (2020-02-13)

**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.2",
"version": "1.16.0",
"description": "utils for fusuma",
"main": "src/index.js",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/webpack/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.16.0](https://github.com/hiroppy/fusuma/compare/v1.15.2...v1.16.0) (2020-02-17)

### Features

- **qr:** implement qr code ([6397b57](https://github.com/hiroppy/fusuma/commit/6397b57ff1c655aa07827968f690e0079cfbb88f))

## [1.15.2](https://github.com/hiroppy/fusuma/compare/v1.15.1...v1.15.2) (2020-02-13)

**Note:** Version bump only for package @fusuma/webpack
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.2",
"version": "1.16.0",
"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.2",
"@fusuma/configs": "^1.15.2",
"@fusuma/mdx-loader": "^1.15.2",
"@fusuma/utils": "^1.15.2",
"@fusuma/client": "^1.16.0",
"@fusuma/configs": "^1.16.0",
"@fusuma/mdx-loader": "^1.16.0",
"@fusuma/utils": "^1.16.0",
"babel-loader": "^8.0.6",
"cache-loader": "^4.0.1",
"css-loader": "3.4.2",
Expand Down

0 comments on commit d3aa6be

Please sign in to comment.