Skip to content

Commit

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

### Bug Fixes

- **theme:** Added twitter:card to all pages ([#34](https://github.com/egoist/create-portfolio/issues/34)) ([c785617](https://github.com/egoist/create-portfolio/commit/c785617))
- add missing css for page content ([#41](https://github.com/egoist/create-portfolio/issues/41)) ([6523081](https://github.com/egoist/create-portfolio/commit/6523081))

### Features

- add saber-plugin-feed to create-portfolio ([#39](https://github.com/egoist/create-portfolio/issues/39)) ([ae068da](https://github.com/egoist/create-portfolio/commit/ae068da))

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

### 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.11"
"version": "0.2.0"
}
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.0](https://github.com/saberland/create-portfolio/compare/v0.1.11...v0.2.0) (2019-06-27)

### Features

- add saber-plugin-feed to create-portfolio ([#39](https://github.com/saberland/create-portfolio/issues/39)) ([ae068da](https://github.com/saberland/create-portfolio/commit/ae068da))

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

### Bug Fixes

- **theme:** Added twitter:card to all pages ([#34](https://github.com/saberland/create-portfolio/issues/34)) ([c785617](https://github.com/saberland/create-portfolio/commit/c785617))
- add missing css for page content ([#41](https://github.com/saberland/create-portfolio/issues/41)) ([6523081](https://github.com/saberland/create-portfolio/commit/6523081))

### Features

- add saber-plugin-feed to create-portfolio ([#39](https://github.com/saberland/create-portfolio/issues/39)) ([ae068da](https://github.com/saberland/create-portfolio/commit/ae068da))

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

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

0 comments on commit 8764307

Please sign in to comment.