Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Apr 9, 2019
1 parent 0f65ca8 commit 52c0b17
Show file tree
Hide file tree
Showing 14 changed files with 71 additions and 10 deletions.
6 changes: 6 additions & 0 deletions packages/create-blog/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.

# [0.2.0](https://github.com/egoist/saber/compare/[email protected]@0.2.0) (2019-04-09)

### Bug Fixes

- **create-blog:** update npm scripts ([7e364f6](https://github.com/egoist/saber/commit/7e364f6))

## [0.1.9](https://github.com/egoist/saber/compare/[email protected]@0.1.9) (2019-03-31)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-blog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-blog",
"version": "0.1.10",
"version": "0.2.0",
"bin": "cli.js",
"files": [
"cli.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/saber-highlighter-prism/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.

# [0.2.0](https://github.com/egoist/saber/compare/[email protected]@0.2.0) (2019-04-09)

### Features

- output fewer logs ([d3a68ea](https://github.com/egoist/saber/commit/d3a68ea))

## [0.1.2](https://github.com/egoist/saber/compare/[email protected]@0.1.2) (2019-02-15)

**Note:** Version bump only for package saber-highlighter-prism
Expand Down
4 changes: 2 additions & 2 deletions packages/saber-highlighter-prism/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-highlighter-prism",
"version": "0.1.2",
"version": "0.2.0",
"license": "MIT",
"files": [
"index.js",
Expand All @@ -9,6 +9,6 @@
"main": "index.js",
"dependencies": {
"prismjs": "^1.15.0",
"saber-log": "^0.1.1"
"saber-log": "^0.2.0"
}
}
10 changes: 10 additions & 0 deletions packages/saber-log/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/egoist/saber/compare/[email protected]@0.2.0) (2019-04-09)

### Bug Fixes

- **logger:** set log level properly ([251125d](https://github.com/egoist/saber/commit/251125d))

### Features

- output fewer logs ([d3a68ea](https://github.com/egoist/saber/commit/d3a68ea))

## [0.1.1](https://github.com/egoist/saber/compare/[email protected]@0.1.1) (2019-02-13)

**Note:** Version bump only for package saber-log
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-log",
"version": "0.1.1",
"version": "0.2.0",
"files": [
"index.js",
"colors.js"
Expand Down
4 changes: 4 additions & 0 deletions packages/saber-plugin-generate-feed/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.

# [0.2.0](https://github.com/egoist/saber/compare/[email protected]@0.2.0) (2019-04-09)

**Note:** Version bump only for package saber-plugin-generate-feed

## [0.1.2](https://github.com/egoist/saber/compare/[email protected]@0.1.2) (2019-04-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-plugin-generate-feed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-plugin-generate-feed",
"version": "0.1.2",
"version": "0.2.0",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/saber-plugin-query-posts/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.

# [0.1.0](https://github.com/egoist/saber/compare/[email protected]@0.1.0) (2019-04-09)

### Bug Fixes

- **query-posts:** slugify tag name ([5d1b378](https://github.com/egoist/saber/commit/5d1b378))

### Features

- support categories ([0bb9dbb](https://github.com/egoist/saber/commit/0bb9dbb))
- **query-posts:** allow to customize the permalink template for category and tag pages ([12d5546](https://github.com/egoist/saber/commit/12d5546))

## [0.0.7](https://github.com/egoist/saber/compare/[email protected]@0.0.7) (2019-03-31)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-plugin-query-posts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-plugin-query-posts",
"version": "0.0.7",
"version": "0.1.0",
"files": [
"lib"
],
Expand Down
4 changes: 4 additions & 0 deletions packages/saber-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.

# [0.1.0](https://github.com/egoist/saber/compare/[email protected]@0.1.0) (2019-04-09)

**Note:** Version bump only for package saber-utils

## [0.0.4](https://github.com/egoist/saber/compare/[email protected]@0.0.4) (2019-03-27)

**Note:** Version bump only for package saber-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-utils",
"version": "0.0.4",
"version": "0.1.0",
"files": [
"dist",
"index.js",
Expand Down
20 changes: 20 additions & 0 deletions packages/saber/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/egoist/saber/compare/[email protected]@0.4.0) (2019-04-09)

### Bug Fixes

- host name ([cc6edb3](https://github.com/egoist/saber/commit/cc6edb3))
- lazy page compilation ([163e3e6](https://github.com/egoist/saber/commit/163e3e6))
- transform renderer app ([5a0d53d](https://github.com/egoist/saber/commit/5a0d53d))
- update types ([41c774a](https://github.com/egoist/saber/commit/41c774a))
- use the pathname only ([34316d2](https://github.com/egoist/saber/commit/34316d2))
- **dependency:** update joycon ([cb55e1e](https://github.com/egoist/saber/commit/cb55e1e))

### Features

- add chainMarkdown hook ([9891c0a](https://github.com/egoist/saber/commit/9891c0a))
- build page on demand ([#50](https://github.com/egoist/saber/issues/50)) ([9acc0ea](https://github.com/egoist/saber/commit/9acc0ea))
- deprecate saber generate in favor of saber build ([22270f8](https://github.com/egoist/saber/commit/22270f8))
- display a message on SIGINT ([0c217b0](https://github.com/egoist/saber/commit/0c217b0))
- output fewer logs ([d3a68ea](https://github.com/egoist/saber/commit/d3a68ea))
- watch and reload saber-node.js again ([e624178](https://github.com/egoist/saber/commit/e624178))

## [0.3.7](https://github.com/egoist/saber/compare/[email protected]@0.3.7) (2019-04-05)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/saber/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber",
"version": "0.3.7",
"version": "0.4.0",
"files": [
"bin",
"lib",
Expand Down Expand Up @@ -40,9 +40,9 @@
"polka": "^0.5.1",
"pretty-ms": "^4.0.0",
"resolve-from": "^4.0.0",
"saber-log": "^0.1.1",
"saber-log": "^0.2.0",
"saber-markdown": "^0.0.3",
"saber-utils": "^0.0.4",
"saber-utils": "^0.1.0",
"serve-static": "^1.13.2",
"superstruct": "^0.6.0",
"tapable": "^1.1.1",
Expand Down

0 comments on commit 52c0b17

Please sign in to comment.