File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
` react-native-iterate ` adheres to [ Semantic Versioning] ( https://semver.org/ ) .
5
5
6
+ ## [ 2.6.0] ( https://github.com/iteratehq/react-native-iterate/releases/tag/v2.6.0 )
7
+
8
+ ** Added**
9
+
10
+ - Added support for survey appearance options (Light/Dark/Auto)
11
+
6
12
## [ 2.5.0] ( https://github.com/iteratehq/react-native-iterate/releases/tag/v2.5.0 )
7
13
8
14
** Added**
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-iterate" ,
3
- "version" : " 2.5 .0" ,
3
+ "version" : " 2.6 .0" ,
4
4
"description" : " In-app user research made easy" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
Original file line number Diff line number Diff line change 1
- export const Version = '2.5 .0' ;
1
+ export const Version = '2.6 .0' ;
2
2
3
3
export const DefaultHost = 'https://iteratehq.com' ;
4
4
You can’t perform that action at this time.
0 commit comments