Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbrozer committed Sep 10, 2023
1 parent fcb3d4e commit b8734a9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.2.0](https://github.com/bigbrozer/publii-luci-theme/compare/0.1.0...0.2.0) (2023-09-10)


### Features

* **core:** add a post index page system ([c8085e6](https://github.com/bigbrozer/publii-luci-theme/commit/c8085e6b700163d493b1b941fdc8d1d32e28788d))
* **deps:** bump all dependencies ([21c0874](https://github.com/bigbrozer/publii-luci-theme/commit/21c0874ce693323551ffc11b2ae272fd5fcb1acd))
* **index:** refactor padding and hero layout ([36fa9ba](https://github.com/bigbrozer/publii-luci-theme/commit/36fa9bade9ceae4f27f33f4a93aa13b15d3eef25))
* **layout:** adjust fonts and paddings ([3122a0d](https://github.com/bigbrozer/publii-luci-theme/commit/3122a0d27e3548c3475d849fb105d384032d3c4f))


### Bug Fixes

* **hero:** use a grid instead of overlay ([0210ec7](https://github.com/bigbrozer/publii-luci-theme/commit/0210ec702ebae8d88459fc73d912f4440bd6c762))
* **portfolio:** remove 1/1 ratio for pictures ([0823028](https://github.com/bigbrozer/publii-luci-theme/commit/08230281baa839cba40ac09e9bcbf4dd184f3a0a))

## 0.1.0 (2023-05-27)


Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Luci",
"version": "0.1.0",
"version": "0.2.0",
"author": "bigbrozer",
"renderer": {
"relatedPostsNumber": 3,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "luci",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"build-scss": "sass assets/scss/main.scss assets/css/main.css",
"release": "release-it"
Expand Down

0 comments on commit b8734a9

Please sign in to comment.