Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Mar 27, 2019
1 parent cdc2ed4 commit 96a4c62
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 5 deletions.
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.0.4](https://github.com/egoist/saber/compare/[email protected]@0.0.4) (2019-03-27)

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

## 0.0.3 (2019-03-24)

### Features
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.0.3",
"version": "0.0.4",
"license": "MIT",
"main": "lib/index.js",
"files": [
Expand Down
4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package saber-plugin-query-posts

## 0.0.4 (2019-03-24)

### Features
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.4",
"version": "0.0.5",
"files": [
"index.js"
],
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.0.4](https://github.com/egoist/saber/compare/[email protected]@0.0.4) (2019-03-27)

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

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

**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.3",
"version": "0.0.4",
"files": [
"dist",
"index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/saber/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.3.0](https://github.com/egoist/saber/compare/[email protected]@0.3.0) (2019-03-27)

### Bug Fixes

- update default style for code block ([cdc2ed4](https://github.com/egoist/saber/commit/cdc2ed4))

### Features

- support extracting datetime from post filename ([#32](https://github.com/egoist/saber/issues/32)) ([3334bce](https://github.com/egoist/saber/commit/3334bce)), closes [#31](https://github.com/egoist/saber/issues/31)

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

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/saber/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber",
"version": "0.2.26",
"version": "0.3.0",
"files": [
"bin",
"lib",
Expand Down Expand Up @@ -41,7 +41,7 @@
"resolve-from": "^4.0.0",
"saber-log": "^0.1.1",
"saber-markdown": "^0.0.3",
"saber-utils": "^0.0.3",
"saber-utils": "^0.0.4",
"serve-static": "^1.13.2",
"superstruct": "^0.6.0",
"tapable": "^1.1.1",
Expand Down

0 comments on commit 96a4c62

Please sign in to comment.