File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.3.2] ( https://github.com/etherdata-blockchain/etherdata-admin-server/compare/v3.3.1...v3.3.2 ) (2022-04-21)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * pagination ([ 681b2de] ( https://github.com/etherdata-blockchain/etherdata-admin-server/commit/681b2de1ac915915f71a1b9bb0e31b6e50bf5a04 ) )
9
+
3
10
## [ 3.3.1] ( https://github.com/etherdata-blockchain/etherdata-admin-server/compare/v3.3.0...v3.3.1 ) (2022-04-21)
4
11
5
12
Original file line number Diff line number Diff line change 17
17
spec :
18
18
containers :
19
19
- name : admin-server
20
- image : sirily11/etd-remote-admin-server:3.3.1
20
+ image : sirily11/etd-remote-admin-server:3.3.2
21
21
ports :
22
22
- containerPort : 8080
23
23
protocol : TCP
30
30
cpu : 1000m
31
31
env :
32
32
- name : NEXT_PUBLIC_VERSION
33
- value : 3.3.1
33
+ value : 3.3.2
34
34
- name : PORT
35
35
value : " 8080"
36
36
- name : NEXT_PUBLIC_APP_ID
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " etd-admin-ui" ,
3
- "version" : " 3.3.1 " ,
3
+ "version" : " 3.3.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build:server" : " tsc --project tsconfig.server.json" ,
You can’t perform that action at this time.
0 commit comments