Skip to content

Commit f8f0264

Browse files
authored
Merge pull request #243 from fledge-iot/synch_main_to_develop_2.1.0
Synch main to develop
2 parents 1820991 + 0422dde commit f8f0264

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
set -e
2323

24-
__version__="2.0.1"
24+
__version__="2.1.0"
2525
if [ -f "package.json" ];
2626
then
2727
__version__=`cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[" ,]//g'`

deploy-rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
set -e
2323

24-
__version__="2.0.1"
24+
__version__="2.1.0"
2525
if [ -f "package.json" ];
2626
then
2727
__version__=`cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[" ,]//g'`

docs/changelog.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
## Unreleased [202x-xx-xx]
1+
## v2.1.0 [2022-12-26]
22

33
#### Added
44

5-
-
5+
- [FOGL-7108] Role based access for view & data_view role users [#231](https://github.com/fledge-iot/fledge-gui/pull/231)
6+
- [FOGL-7126] South and North instances's details modal configuration grouping based on group key [#234](https://github.com/fledge-iot/fledge-gui/pull/234)
7+
68

79
#### Changed
810

911
- [FOGL-7049] Timestamps with YYYY-MM-DD for tabular data, latest reading and datapoint hover for assets & readings graphs [#217](https://github.com/fledge-iot/fledge-gui/pull/217)
12+
- [FOGL-7193] Show assets collapsed by default on Southbound services page [#232](https://github.com/fledge-iot/fledge-gui/pull/232)
1013

1114
#### Fixed
1215

13-
-
16+
- [FOGL-7065] Fixed add & update user for Administrator role [#227](https://github.com/fledge-iot/fledge-gui/pull/227)
1417

1518
#### Others
1619

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fledge",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"license": "Apache-2.0",
55
"doc_url": "https://fledge-iot.readthedocs.io/en/",
66
"scripts": {

0 commit comments

Comments
 (0)