Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Jun 21, 2019
1 parent 6bc92bb commit 74bb7b5
Show file tree
Hide file tree
Showing 12 changed files with 45 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.7](https://github.com/saberland/saber/compare/[email protected]@0.2.7) (2019-06-21)

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

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

**Note:** Version bump only for package create-blog
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.6",
"version": "0.2.7",
"bin": "cli.js",
"files": [
"cli.js"
],
"dependencies": {
"create-site": "^0.3.0"
"create-site": "^0.3.1"
},
"license": "MIT",
"author": {
Expand Down
4 changes: 4 additions & 0 deletions packages/create-site/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.3.1](https://github.com/saberland/saber/compare/[email protected]@0.3.1) (2019-06-21)

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

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

### Features
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.0",
"version": "0.3.1",
"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.0.9](https://github.com/saberland/saber/compare/[email protected]@0.0.9) (2019-06-21)

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

## [0.0.8](https://github.com/saberland/saber/compare/[email protected]@0.0.8) (2019-06-15)

**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.0.8",
"version": "0.0.9",
"files": [
"dist"
],
Expand Down
10 changes: 10 additions & 0 deletions packages/saber-plugin-feed/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.4](https://github.com/saberland/saber/compare/[email protected]@0.3.4) (2019-06-21)

### Bug Fixes

- **saber-plugin-feed:** use page.excerpt ([d586c51](https://github.com/saberland/saber/commit/d586c51))

### Features

- adding API for rendering page content ([#268](https://github.com/saberland/saber/issues/268)) ([ad8e76d](https://github.com/saberland/saber/commit/ad8e76d))

## [0.3.3](https://github.com/saberland/saber/compare/[email protected]@0.3.3) (2019-06-15)

**Note:** Version bump only for package saber-plugin-feed
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-plugin-feed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-plugin-feed",
"version": "0.3.3",
"version": "0.3.4",
"description": "Generate Atom, RSS2, or JSON feed for your Saber app",
"license": "MIT",
"main": "lib/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.1.5](https://github.com/saberland/saber/compare/[email protected]@0.1.5) (2019-06-21)

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

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

**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.1.4",
"version": "0.1.5",
"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.6.9](https://github.com/saberland/saber/compare/[email protected]@0.6.9) (2019-06-21)

### Bug Fixes

- Hash in links in --lazy mode ([#270](https://github.com/saberland/saber/issues/270)) ([bbe44b1](https://github.com/saberland/saber/commit/bbe44b1)), closes [#249](https://github.com/saberland/saber/issues/249)

### Features

- adding API for rendering page content ([#268](https://github.com/saberland/saber/issues/268)) ([ad8e76d](https://github.com/saberland/saber/commit/ad8e76d))

## [0.6.8](https://github.com/saberland/saber/compare/[email protected]@0.6.8) (2019-06-15)

### 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.6.8",
"version": "0.6.9",
"files": [
"bin",
"lib",
Expand Down Expand Up @@ -45,8 +45,8 @@
"pretty-ms": "^5.0.0",
"resolve-from": "^5.0.0",
"saber-log": "^0.2.0",
"saber-markdown": "^0.0.8",
"saber-utils": "^0.1.4",
"saber-markdown": "^0.0.9",
"saber-utils": "^0.1.5",
"serve-static": "^1.13.2",
"slugo": "^0.2.3",
"superstruct": "^0.6.0",
Expand Down

0 comments on commit 74bb7b5

Please sign in to comment.