Skip to content

Commit

Permalink
v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Jun 25, 2019
1 parent d53db17 commit a9c983a
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
10 changes: 10 additions & 0 deletions 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.1.11](https://github.com/egoist/create-portfolio/compare/v0.1.10...v0.1.11) (2019-06-25)

### Bug Fixes

- fallback to empty array for users with no repos ([#26](https://github.com/egoist/create-portfolio/issues/26)) ([a33fc51](https://github.com/egoist/create-portfolio/commit/a33fc51))

### Features

- updated meta tags ([#30](https://github.com/egoist/create-portfolio/issues/30)) ([f0a1cb7](https://github.com/egoist/create-portfolio/commit/f0a1cb7))

## [0.1.10](https://github.com/egoist/create-portfolio/compare/v0.1.9...v0.1.10) (2019-06-06)

### 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.1.10"
"version": "0.1.11"
}
4 changes: 4 additions & 0 deletions packages/create-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.1.11](https://github.com/saberland/create-portfolio/compare/v0.1.10...v0.1.11) (2019-06-25)

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

## [0.1.4](https://github.com/saberland/create-portfolio/compare/v0.1.3...v0.1.4) (2019-05-28)

### 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.1.4",
"version": "0.1.11",
"files": [
"lib",
"template"
Expand Down
10 changes: 10 additions & 0 deletions packages/saber-theme-portfolio/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.1.11](https://github.com/saberland/create-portfolio/compare/v0.1.10...v0.1.11) (2019-06-25)

### Bug Fixes

- fallback to empty array for users with no repos ([#26](https://github.com/saberland/create-portfolio/issues/26)) ([a33fc51](https://github.com/saberland/create-portfolio/commit/a33fc51))

### Features

- updated meta tags ([#30](https://github.com/saberland/create-portfolio/issues/30)) ([f0a1cb7](https://github.com/saberland/create-portfolio/commit/f0a1cb7))

## [0.1.10](https://github.com/saberland/create-portfolio/compare/v0.1.9...v0.1.10) (2019-06-06)

### 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.1.10",
"version": "0.1.11",
"files": [
"dist"
],
Expand Down

0 comments on commit a9c983a

Please sign in to comment.