Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Sep 25, 2019
1 parent 7eecb1c commit b3ef6d8
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 9 deletions.
4 changes: 4 additions & 0 deletions packages/create-blog/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.9](https://github.com/saberland/saber/compare/[email protected]@0.2.9) (2019-09-25)

**Note:** Version bump only for package create-blog

## [0.2.8](https://github.com/saberland/saber/compare/[email protected]@0.2.8) (2019-08-22)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/create-blog/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "create-blog",
"version": "0.2.8",
"version": "0.2.9",
"bin": "cli.js",
"files": [
"cli.js"
],
"dependencies": {
"create-site": "^0.3.2"
"create-site": "^0.4.0"
},
"license": "MIT",
"author": {
Expand Down
6 changes: 6 additions & 0 deletions packages/create-site/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.4.0](https://github.com/saberland/saber/compare/[email protected]@0.4.0) (2019-09-25)

### Features

- **create-site:** validate cli args ([#467](https://github.com/saberland/saber/issues/467)) ([02ff1df](https://github.com/saberland/saber/commit/02ff1df))

## [0.3.2](https://github.com/saberland/saber/compare/[email protected]@0.3.2) (2019-08-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-site",
"version": "0.3.2",
"version": "0.4.0",
"bin": "cli.js",
"files": [
"cli.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/saber-markdown/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.3](https://github.com/saberland/saber/compare/[email protected]@0.1.3) (2019-09-25)

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

## [0.1.2](https://github.com/saberland/saber/compare/[email protected]@0.1.2) (2019-09-11)

**Note:** Version bump only for package saber-markdown
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-markdown",
"version": "0.1.2",
"version": "0.1.3",
"files": [
"dist"
],
Expand Down
10 changes: 10 additions & 0 deletions packages/saber-plugin-code-copy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2019-09-25)

### Features

- add code-copy plugin ([#450](https://github.com/saberland/saber/issues/450)) ([007636c](https://github.com/saberland/saber/commit/007636c))
2 changes: 1 addition & 1 deletion packages/saber-plugin-code-copy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-plugin-copy-code",
"version": "0.1.0",
"version": "0.2.0",
"description": "Allow to copy code into clipboard",
"license": "MIT",
"main": "lib/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/saber-plugin-transformer-html/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.2](https://github.com/saberland/saber/compare/saber-plugin-transformer-html@[email protected]) (2019-09-25)

**Note:** Version bump only for package saber-plugin-transformer-html

## [0.1.1](https://github.com/saberland/saber/compare/saber-plugin-transformer-html@[email protected]) (2019-08-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-plugin-transformer-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-plugin-transformer-html",
"version": "0.1.1",
"version": "0.1.2",
"description": "Write pages in HTML",
"license": "MIT",
"main": "lib/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/saber-plugin-transformer-pug/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.2](https://github.com/saberland/saber/compare/saber-plugin-transformer-pug@[email protected]) (2019-09-25)

**Note:** Version bump only for package saber-plugin-transformer-pug

## [0.1.1](https://github.com/saberland/saber/compare/saber-plugin-transformer-pug@[email protected]) (2019-08-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-plugin-transformer-pug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-plugin-transformer-pug",
"version": "0.1.1",
"version": "0.1.2",
"description": "Write pages in Pug and add support for importing Pug files",
"license": "MIT",
"main": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/saber/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.9.1](https://github.com/saberland/saber/compare/[email protected]@0.9.1) (2019-09-25)

### Bug Fixes

- **markdown:** page.excerpt should not be overridden ([0321e9d](https://github.com/saberland/saber/commit/0321e9d))

# [0.9.0](https://github.com/saberland/saber/compare/[email protected]@0.9.0) (2019-09-11)

### Bug Fixes
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.9.0",
"version": "0.9.1",
"files": [
"bin",
"lib",
Expand Down Expand Up @@ -48,7 +48,7 @@
"pretty-ms": "^5.0.0",
"resolve-from": "^5.0.0",
"saber-log": "^0.3.0",
"saber-markdown": "^0.1.2",
"saber-markdown": "^0.1.3",
"saber-utils": "^0.2.2",
"serve-static": "^1.13.2",
"slugo": "^0.2.3",
Expand Down

0 comments on commit b3ef6d8

Please sign in to comment.