Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Sep 29, 2019
1 parent c57c058 commit 1fa4873
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 7 deletions.
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.4](https://github.com/saberland/saber/compare/[email protected]@0.1.4) (2019-09-29)

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

## [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
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.3",
"version": "0.1.4",
"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
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 (2019-09-29)

### Bug Fixes

- **plugin-code-copy:** correct package name ([ee7d0ce](https://github.com/saberland/saber/commit/ee7d0ce))

### Features

- add code-copy plugin ([#450](https://github.com/saberland/saber/issues/450)) ([007636c](https://github.com/saberland/saber/commit/007636c))

# 0.2.0 (2019-09-25)

### Features
Expand Down
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-code-copy",
"version": "0.2.0",
"version": "0.3.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-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.4.3](https://github.com/saberland/saber/compare/[email protected]@0.4.3) (2019-09-29)

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

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

### 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.4.2",
"version": "0.4.3",
"files": [
"lib"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/saber-utils/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.3](https://github.com/saberland/saber/compare/[email protected]@0.2.3) (2019-09-29)

### Bug Fixes

- better absolute url handling ([7f5d3ac](https://github.com/saberland/saber/commit/7f5d3ac))

## [0.2.2](https://github.com/saberland/saber/compare/[email protected]@0.2.2) (2019-09-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.2.2",
"version": "0.2.3",
"files": [
"dist",
"index.js",
Expand Down
21 changes: 21 additions & 0 deletions packages/saber/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **pkg:** add description field ([9a7245a](https://github.com/saberland/saber/commit/9a7245a))
- better absolute url handling ([7f5d3ac](https://github.com/saberland/saber/commit/7f5d3ac))
- change cacheDirectory ([83f8481](https://github.com/saberland/saber/commit/83f8481))
- remove /index suffix in permalink ([c57c058](https://github.com/saberland/saber/commit/c57c058))
- update cache identifier for loaders ([c48d303](https://github.com/saberland/saber/commit/c48d303))

### Features

- **core:** add a utility for adding cache-loader to webpack rule ([489d6b5](https://github.com/saberland/saber/commit/489d6b5))
- expose the default babel preset ([7793a68](https://github.com/saberland/saber/commit/7793a68))
- transform vue template with posthtml ([#479](https://github.com/saberland/saber/issues/479)) ([b56296a](https://github.com/saberland/saber/commit/b56296a))
- update mini-css-extract-plugin to support hmr ([fb28324](https://github.com/saberland/saber/commit/fb28324))

### Performance Improvements

- remove prettier ([d67e1a9](https://github.com/saberland/saber/commit/d67e1a9))

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

### 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.9.1",
"version": "0.10.0",
"description": "A simple yet powerful static site generator",
"files": [
"bin",
Expand Down Expand Up @@ -51,8 +51,8 @@
"pretty-ms": "^5.0.0",
"resolve-from": "^5.0.0",
"saber-log": "^0.3.0",
"saber-markdown": "^0.1.3",
"saber-utils": "^0.2.2",
"saber-markdown": "^0.1.4",
"saber-utils": "^0.2.3",
"serve-static": "^1.13.2",
"slugo": "^0.3.1",
"superstruct": "^0.6.0",
Expand Down

0 comments on commit 1fa4873

Please sign in to comment.