Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed May 11, 2019
1 parent 594c1c3 commit a0ddf7c
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/saber-plugin-pwa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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-11)

### Bug Fixes

- **saber-plugin-pwa:** read manifest.json from static folder ([52c22f5](https://github.com/egoist/saber/commit/52c22f5))

### Features

- **saber-plugin-pwa:** add appleTouchIcon option ([594c1c3](https://github.com/egoist/saber/commit/594c1c3))
- **saber-plugin-pwa:** support apple-touch-icon ([b3e0f40](https://github.com/egoist/saber/commit/b3e0f40))

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

**Note:** Version bump only for package saber-plugin-pwa
Expand Down
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.2.1",
"version": "0.3.0",
"description": "Add PWA support for your Saber app.",
"license": "MIT",
"main": "lib/index.js",
Expand Down
10 changes: 10 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,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-05-11)

### Bug Fixes

- remove pages.extendPageProp ([5cafde8](https://github.com/egoist/saber/commit/5cafde8))

### BREAKING CHANGES

- `api.pages.extendPageProp` is removed, you should directly mutate `page` object instead

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

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

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

### Bug Fixes

- frontmatter asset loading, fixes [#169](https://github.com/egoist/saber/issues/169) ([#170](https://github.com/egoist/saber/issues/170)) ([7ba1114](https://github.com/egoist/saber/commit/7ba1114))
- never add new properties to page.attributes ([d0ddafe](https://github.com/egoist/saber/commit/d0ddafe))
- remove pages.extendPageProp ([5cafde8](https://github.com/egoist/saber/commit/5cafde8))
- switch back to devalue for cyclical references support ([02e976b](https://github.com/egoist/saber/commit/02e976b))

### Features

- prettify output page component ([992a6a3](https://github.com/egoist/saber/commit/992a6a3))
- remove trailing slash in permalink ([405157f](https://github.com/egoist/saber/commit/405157f))

### BREAKING CHANGES

- `api.pages.extendPageProp` is removed, you should directly mutate `page` object instead

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/saber/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber",
"version": "0.5.4",
"version": "0.6.0",
"files": [
"bin",
"lib",
Expand Down

0 comments on commit a0ddf7c

Please sign in to comment.