Skip to content

Commit

Permalink
chore(release): set package.json to 2.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.4.1](v2.4.0...v2.4.1) (2023-08-22)

### Bug Fixes

* color style for header when switching mode and sticky issue ([e1f9075](e1f9075)), closes [#321](#321) [#319](#319)
* footer link random pick friend infinite loop ([425ec7c](425ec7c))
* home page tag sticky overflow to the footer if no footer link ([6cb0a86](6cb0a86))
* improve the style of footer links for smaller devices ([a67370d](a67370d))
* no hamburger menu on table view size ([ab6cfc0](ab6cfc0))
* update all avatar to adapt to dynamic avatar shape option ([be2ae7a](be2ae7a))
  • Loading branch information
bennyxguo committed Aug 22, 2023
1 parent 6cb0a86 commit d1ca38c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [2.4.1](https://github.com/auroral-ui/hexo-theme-aurora/compare/v2.4.0...v2.4.1) (2023-08-22)


### Bug Fixes

* color style for header when switching mode and sticky issue ([e1f9075](https://github.com/auroral-ui/hexo-theme-aurora/commit/e1f90756f133c381d453ad2218e0b298c30b6b78)), closes [#321](https://github.com/auroral-ui/hexo-theme-aurora/issues/321) [#319](https://github.com/auroral-ui/hexo-theme-aurora/issues/319)
* footer link random pick friend infinite loop ([425ec7c](https://github.com/auroral-ui/hexo-theme-aurora/commit/425ec7c5e92313ddf6855ba47f4c1b6d094c056f))
* home page tag sticky overflow to the footer if no footer link ([6cb0a86](https://github.com/auroral-ui/hexo-theme-aurora/commit/6cb0a86373fb5d5177b579b0c6dc5569bba2b5e3))
* improve the style of footer links for smaller devices ([a67370d](https://github.com/auroral-ui/hexo-theme-aurora/commit/a67370d268e73a7ccfbf3f2a6378170555ed6f15))
* no hamburger menu on table view size ([ab6cfc0](https://github.com/auroral-ui/hexo-theme-aurora/commit/ab6cfc09218d2761b6649173f8eb53e777c58264))
* update all avatar to adapt to dynamic avatar shape option ([be2ae7a](https://github.com/auroral-ui/hexo-theme-aurora/commit/be2ae7aeddf79c50d86b520186d1c9a810dd7254))

# [2.4.0](https://github.com/auroral-ui/hexo-theme-aurora/compare/v2.3.1...v2.4.0) (2023-08-18)


Expand Down
2 changes: 1 addition & 1 deletion layout/index.ejs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><script type="module" crossorigin src="/static/js/index_prod-05c3b0ca.js"></script><link rel="stylesheet" href="/static/css/index_prod-ca21a788.css"></head><body id="body-container"><noscript><strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><script type="module" crossorigin src="/static/js/index_prod-dbc66436.js"></script><link rel="stylesheet" href="/static/css/index_prod-663062b3.css"></head><body id="body-container"><noscript><strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>

0 comments on commit d1ca38c

Please sign in to comment.