Skip to content

Commit

Permalink
Bump to v4.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Mar 27, 2022
1 parent 1fa4608 commit cb9575f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v4.5.1

* Upgrade to latest dependencies (TypeScript 4.6.1, MUI 5.5.2)

## v4.5.0

Note: User data (except configuration) will be **automatically cleared** after upgrade to `v4.5.0` from any previous version due to breaking changes of `thu-learn-lib`.
Expand Down
2 changes: 1 addition & 1 deletion dist/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h1>关于我们</h1>
<li> 李百恩:无敌的技术支持以及最好的美工 </li>
<li> 贵系老师:繁多的作业催生了这个插件的产生 </li>
<li> React 框架:清晰的逻辑,前后端分离</li>
<li> Material-UI &amp; FontAwesome:清新漂亮的界面 </li>
<li> MUI &amp; FontAwesome:清新漂亮的界面 </li>
</ul>
</p>
</div>
Expand Down
4 changes: 4 additions & 0 deletions dist/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<div class="text-block">
<h1>更新记录</h1>
<ul>
<li>4.5.1</li>
<ul>
<li>[ADD] 升级到 TypeScript v4.3.6,MUI v5.5.2(界面风格略有变化)
</ul>
<li>4.5.0</li>
<ul>
<li>[FIX] 升级到最新版本依赖。由于 thu-learn-lib 的改动,<b>此版本升级将会自动清空数据</b>,敬请理解</li>
Expand Down
2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"version": "4.5.0",
"version": "4.5.1",
"minimum_chrome_version": "72",
"manifest_version": 2,
"description": "__MSG_appDesc__",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "learn-helper",
"version": "4.5.0",
"author": "xxr3376 & Harry Chen",
"version": "4.5.1",
"author": "Harry Chen",
"license": "MIT",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ if (document.getElementById('packages') != null) {
document.getElementById('packages').innerHTML = `
thu-learn-lib: v${__THU_LEARN_LIB_VERSION__} <br />
React: v${__REACT_VERSION__} <br />
Material-UI: v${__MUI_VERSION__} <br />
MUI: v${__MUI_VERSION__} <br />
`;
}

0 comments on commit cb9575f

Please sign in to comment.