Skip to content

Commit

Permalink
fix(config): update AK (netless-io#1978)
Browse files Browse the repository at this point in the history
* fix(config): update AK

* chore(version): upgrade version to v2.2.4
  • Loading branch information
hyrious authored Aug 1, 2023
1 parent 11d0e7d commit d766277
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [2.2.4](https://github.com/netless-io/flat/compare/v2.2.3...v2.2.4) (2023-08-01)


### Bug Fixes

* **config**: update AK ([c974bd55](https://github.com/netless-io/flat/commit/c974bd555d2df45aced1d444e4346f82050d6f7e))



## [2.2.3](https://github.com/netless-io/flat/compare/v2.2.2...v2.2.3) (2023-07-03)


### Features

* **project**: add replay room url protocol ([#1955](https://github.com/netless-io/flat/issues/1955)) ([4d628a46](https://github.com/netless-io/flat/commit/4d628a4679e35f9b8531b09110762cfdf73c865e))

### Bug Fixes

* **flat-components**: fix login cover image ([#1957](https://github.com/netless-io/flat/issues/1957)) ([96153039](https://github.com/netless-io/flat/commit/9615303921bfa0c5fd72d2dfd15fa6bb7c270832))
* **flat-stores**: remove legacy code of scroll to top ([#1953](https://github.com/netless-io/flat/issues/1953)) ([40759210](https://github.com/netless-io/flat/commit/40759210f598ffd0c62d700456898c26b1c840d6))

### Performance Improvements

* **flat-stores**: fetch users info only when necessary ([#1946](https://github.com/netless-io/flat/issues/1946)) ([d93ecc1b](https://github.com/netless-io/flat/commit/d93ecc1b3c517eb247dce276c9a4600a28a442a9))



## [2.2.2](https://github.com/netless-io/flat/compare/v2.2.1...v2.2.2) (2023-05-16)


Expand Down
2 changes: 1 addition & 1 deletion config/CN/.env.development
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WECHAT_APP_ID=wx1133c2153a45e9b8
AGORA_OAUTH_CLIENT_ID=flat-dev
GOOGLE_OAUTH_CLIENT_ID=273996094508-p97og69ojac5ja0khn1rvmi3tb7vgfgm.apps.googleusercontent.com

CLOUD_STORAGE_OSS_ALIBABA_ACCESS_KEY=LTAI5t9Gb6tzQzzLmB6cTVf7
CLOUD_STORAGE_OSS_ALIBABA_ACCESS_KEY=LTAI5tMwHQ1xyroeneA9XLh4
CLOUD_STORAGE_OSS_ALIBABA_BUCKET=flat-storage
CLOUD_STORAGE_OSS_ALIBABA_REGION=oss-cn-hangzhou

Expand Down
2 changes: 1 addition & 1 deletion config/CN/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WECHAT_APP_ID=wx96d522d69d384cce
AGORA_OAUTH_CLIENT_ID=flat
GOOGLE_OAUTH_CLIENT_ID=273996094508-2rpraucen77a1o5dul5ftrua5k3og157.apps.googleusercontent.com

CLOUD_STORAGE_OSS_ALIBABA_ACCESS_KEY=LTAI5t9Gb6tzQzzLmB6cTVf7
CLOUD_STORAGE_OSS_ALIBABA_ACCESS_KEY=LTAI5tMwHQ1xyroeneA9XLh4
CLOUD_STORAGE_OSS_ALIBABA_BUCKET=flat-storage
CLOUD_STORAGE_OSS_ALIBABA_REGION=oss-cn-hangzhou

Expand Down
2 changes: 1 addition & 1 deletion desktop/main-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flat",
"productName": "Flat",
"version": "2.2.3",
"version": "2.2.4",
"private": true,
"description": "",
"homepage": "https://github.com/netless-io/flat",
Expand Down
3 changes: 3 additions & 0 deletions docs/releases/v2.2.4/en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Fixed

1. OSS AK Expired.
3 changes: 3 additions & 0 deletions docs/releases/v2.2.4/zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 修复

1. 云盘上传失效

0 comments on commit d766277

Please sign in to comment.