Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Aug 15, 2019
1 parent 1eacc83 commit 70a9d50
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/saber-plugin-image/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.2.0](https://github.com/saberland/saber/compare/[email protected]@0.2.0) (2019-08-15)

### Bug Fixes

- **deps:** replace sharp with jimp ([#352](https://github.com/saberland/saber/issues/352)) ([e675ce9](https://github.com/saberland/saber/commit/e675ce9))

### Features

- **saber-plugin-image:** replace `vue-lazyload` with `lozad` ([#356](https://github.com/saberland/saber/issues/356)) ([1eacc83](https://github.com/saberland/saber/commit/1eacc83))

# [0.1.0](https://github.com/saberland/saber/compare/[email protected]@0.1.0) (2019-07-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-plugin-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-plugin-image",
"version": "0.1.0",
"version": "0.2.0",
"main": "lib/index.js",
"files": [
"lib"
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.1](https://github.com/saberland/saber/compare/[email protected]@0.4.1) (2019-08-15)

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

# [0.4.0](https://github.com/saberland/saber/compare/[email protected]@0.4.0) (2019-07-27)

### 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.4.0",
"version": "0.4.1",
"files": [
"lib"
],
Expand Down

0 comments on commit 70a9d50

Please sign in to comment.