Skip to content

Commit

Permalink
docs(doc): update doc and dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
lizheming committed Jan 3, 2021
1 parent dfc99a6 commit 8d3a57d
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
### Features

* **admin:** add profile setting page for dashboard and client ([aaf7836](https://github.com/lizheming/waline/commit/aaf783668b0fc046f797d509ddaddba26f37b7ab))
* **client:** add admin comment badge for client ([#118](https://github.com/lizheming/waline/pull/118)), closes [#115](https://github.com/lizheming/waline/issues/115))
### Bug Fixes

* **client:** fix post comment fail when token empty ([c8c7792](https://github.com/lizheming/waline/commit/c8c779252d3ea8b20ecd2b29343b488d5576924e)), closes [#113](https://github.com/lizheming/waline/issues/113)
* **client:** fix post comment fail when token empty ([c8c7792](https://github.com/lizheming/waline/commit/c8c779252d3ea8b20ecd2b29343b488d5576924e)), closes [#113](https://github.com/lizheming/waline/issues/113))
# (2021-01-02)
### Features

Expand Down
2 changes: 1 addition & 1 deletion docs/en/server/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Mose configuration for backend can be cofigured in environment variable, which c
| `SITE_URL` | | site url |
| `SECURE_DOMAINS` | | Secure Domains configuration. Supports multiple domain with Comma separated |
| `DISABLE_USERAGENT` | | wether hide the user agent of commentor. Default value is `false` |
| `AKISMET_KEY` | | Akismet anispam service key |
| `AKISMET_KEY` | | Akismet antispam service key, default is open, set `false` if you wanna close it. |
| `COMMENT_AUDIT` | | Comment audit switcher. We recommend to tip on the placeholder text if it's true. |

In addition to the above environment variables, different functions will also have many environment variable configurations, which can be viewed in the function items corresponding to the progress in the left column.
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "comment",
"private": true,
"dependencies": {
"@waline/vercel": "^0.19.0"
"@waline/vercel": "^0.20.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@waline/client": "^0.11.0",
"@waline/client": "^0.12.0",
"commitizen": "^4.2.2",
"conventional-changelog-cli": "^2.1.1",
"cz-conventional-changelog": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@waline/client",
"description": "client for waline comment system",
"version": "0.11.0",
"version": "0.12.0",
"keywords": [
"valine",
"waline",
Expand Down
4 changes: 2 additions & 2 deletions packages/cloudbase/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@waline/cloudbase",
"version": "1.0.8",
"version": "1.0.9",
"description": "cloudbase server for waline comment system",
"main": "index.js",
"author": "lizheming<[email protected]>",
"license": "MIT",
"dependencies": {
"@waline/vercel": "^0.19.0",
"@waline/vercel": "^0.20.0",
"thinkjs": "^3.2.12"
}
}
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@waline/vercel",
"description": "vercel server for waline comment system",
"version": "0.19.0",
"version": "0.20.0",
"author": "lizheming <[email protected]>",
"scripts": {
"lint": "eslint src/",
Expand Down
2 changes: 1 addition & 1 deletion packages/tcb-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0-development",
"main": "app.js",
"dependencies": {
"@waline/cloudbase": "^1.0.8"
"@waline/cloudbase": "^1.0.9"
},
"devDependencies": {
"@cloudbase/framework-plugin-node": "^1.4.6"
Expand Down

0 comments on commit 8d3a57d

Please sign in to comment.