Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed May 8, 2019
1 parent 79c9289 commit d53f7cd
Show file tree
Hide file tree
Showing 24 changed files with 98 additions and 16 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.6](https://github.com/egoist/saber/compare/[email protected]@0.2.6) (2019-05-08)

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

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

**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.5",
"version": "0.2.6",
"bin": "cli.js",
"files": [
"cli.js"
],
"dependencies": {
"create-site": "^0.2.5"
"create-site": "^0.3.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.3.0](https://github.com/egoist/saber/compare/[email protected]@0.3.0) (2019-05-08)

### Features

- i18n support ([#137](https://github.com/egoist/saber/issues/137)) ([1613626](https://github.com/egoist/saber/commit/1613626))

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

### 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.2.5",
"version": "0.3.0",
"bin": "cli.js",
"files": [
"cli.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/saber-highlight-css/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.0.3](https://github.com/egoist/saber/compare/[email protected]@0.0.3) (2019-05-08)

### Bug Fixes

- **saber-highlight-css:** line highlighting ([9a05f5e](https://github.com/egoist/saber/commit/9a05f5e))

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-highlight-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-highlight-css",
"version": "0.0.2",
"version": "0.0.3",
"description": "Default CSS for code highlighting in Saber",
"files": [
"*.css"
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.3.0](https://github.com/egoist/saber/compare/[email protected]@0.3.0) (2019-05-08)

### Features

- add saber-plugin-prismjs ([1bcf1e6](https://github.com/egoist/saber/commit/1bcf1e6))

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.2",
"version": "0.3.0",
"license": "MIT",
"files": [
"index.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.7](https://github.com/egoist/saber/compare/[email protected]@0.0.7) (2019-05-08)

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

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

### Bug Fixes
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.6",
"version": "0.0.7",
"files": [
"dist"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/saber-plugin-feed/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.3.0 (2019-05-08)

### Features

- i18n support ([#137](https://github.com/egoist/saber/issues/137)) ([1613626](https://github.com/egoist/saber/commit/1613626))

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

### Bug Fixes
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.2.4",
"version": "0.3.0",
"description": "Generate Atom, RSS2, or JSON feed for your Saber app",
"license": "MIT",
"main": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/saber-plugin-google-analytics/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.0.5](https://github.com/egoist/saber/compare/saber-plugin-google-analytics@[email protected]) (2019-05-08)

### Bug Fixes

- **google-analytics:** use path instead of upath ([9240d1f](https://github.com/egoist/saber/commit/9240d1f))

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-plugin-google-analytics",
"version": "0.0.4",
"version": "0.0.5",
"main": "index.js",
"files": [
"index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/saber-plugin-prismjs/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-05-08)

### Features

- add saber-plugin-prismjs ([1bcf1e6](https://github.com/egoist/saber/commit/1bcf1e6))
4 changes: 2 additions & 2 deletions packages/saber-plugin-prismjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-plugin-prismjs",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"files": [
"index.js"
Expand All @@ -13,6 +13,6 @@
"prismjs": "^1.16.0"
},
"dependencies": {
"saber-highlighter-prism": "^0.2.2"
"saber-highlighter-prism": "^0.3.0"
}
}
10 changes: 10 additions & 0 deletions packages/saber-plugin-pwa/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-05-08)

### Features

- add saber-plugin-pwa ([#149](https://github.com/egoist/saber/issues/149)) ([7e5c298](https://github.com/egoist/saber/commit/7e5c298))
2 changes: 1 addition & 1 deletion packages/saber-plugin-pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-plugin-pwa",
"version": "0.1.0",
"version": "0.2.0",
"description": "Add PWA support for your Saber app.",
"license": "MIT",
"main": "lib/index.js",
Expand Down
6 changes: 6 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,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-05-08)

### Features

- i18n support ([#137](https://github.com/egoist/saber/issues/137)) ([1613626](https://github.com/egoist/saber/commit/1613626))

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

### 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.1.5",
"version": "0.2.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.3](https://github.com/egoist/saber/compare/[email protected]@0.1.3) (2019-05-08)

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

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

### Bug Fixes
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.2",
"version": "0.1.3",
"files": [
"dist",
"index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/saber/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- inject ssrContext to the params of getDocument, getDocumentData hooks ([0f6669e](https://github.com/egoist/saber/commit/0f6669e))
- **deps:** update dependency webpack-chain to v6 ([#158](https://github.com/egoist/saber/issues/158)) ([3bfc1c7](https://github.com/egoist/saber/commit/3bfc1c7))

### Features

- add hooks.getDocumentData ([a9bb9b2](https://github.com/egoist/saber/commit/a9bb9b2))
- add markdown-it plugin to collect headings ([#145](https://github.com/egoist/saber/issues/145)) ([4715558](https://github.com/egoist/saber/commit/4715558))
- add saber-plugin-pwa ([#149](https://github.com/egoist/saber/issues/149)) ([7e5c298](https://github.com/egoist/saber/commit/7e5c298))
- i18n support ([#137](https://github.com/egoist/saber/issues/137)) ([1613626](https://github.com/egoist/saber/commit/1613626))

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

### 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.4.10",
"version": "0.5.0",
"files": [
"bin",
"lib",
Expand Down Expand Up @@ -43,8 +43,8 @@
"pretty-ms": "^5.0.0",
"resolve-from": "^5.0.0",
"saber-log": "^0.2.0",
"saber-markdown": "^0.0.6",
"saber-utils": "^0.1.2",
"saber-markdown": "^0.0.7",
"saber-utils": "^0.1.3",
"serve-static": "^1.13.2",
"slugo": "^0.2.3",
"superstruct": "^0.6.0",
Expand Down

0 comments on commit d53f7cd

Please sign in to comment.