Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Jul 25, 2019
1 parent 3d98910 commit 0e45509
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 3 deletions.
6 changes: 6 additions & 0 deletions 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.1](https://github.com/egoist/create-portfolio/compare/v0.2.0...v0.2.1) (2019-07-25)

### Bug Fixes

- add siteConfig.url in saber config, fix [#63](https://github.com/egoist/create-portfolio/issues/63) ([3d98910](https://github.com/egoist/create-portfolio/commit/3d98910))

# [0.2.0](https://github.com/egoist/create-portfolio/compare/v0.1.11...v0.2.0) (2019-06-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["packages/*"],
"version": "0.2.0"
"version": "0.2.1"
}
6 changes: 6 additions & 0 deletions packages/create-portfolio/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.1](https://github.com/saberland/create-portfolio/compare/v0.2.0...v0.2.1) (2019-07-25)

### Bug Fixes

- add siteConfig.url in saber config, fix [#63](https://github.com/saberland/create-portfolio/issues/63) ([3d98910](https://github.com/saberland/create-portfolio/commit/3d98910))

# [0.2.0](https://github.com/saberland/create-portfolio/compare/v0.1.11...v0.2.0) (2019-06-27)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/create-portfolio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-portfolio",
"version": "0.2.0",
"version": "0.2.1",
"files": [
"lib",
"template"
Expand Down
4 changes: 4 additions & 0 deletions packages/saber-theme-portfolio/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.1](https://github.com/saberland/create-portfolio/compare/v0.2.0...v0.2.1) (2019-07-25)

**Note:** Version bump only for package saber-theme-portfolio

# [0.2.0](https://github.com/saberland/create-portfolio/compare/v0.1.11...v0.2.0) (2019-06-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-theme-portfolio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-theme-portfolio",
"version": "0.2.0",
"version": "0.2.1",
"files": [
"dist"
],
Expand Down

0 comments on commit 0e45509

Please sign in to comment.