Skip to content

Commit 3a94c05

Browse files
authored
Merge pull request #266 from iteratehq/version-2.6.0
chore: version 2.6.0
2 parents ab790dd + 92f301a commit 3a94c05

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
`react-native-iterate` adheres to [Semantic Versioning](https://semver.org/).
55

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+
612
## [2.5.0](https://github.com/iteratehq/react-native-iterate/releases/tag/v2.5.0)
713

814
**Added**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-iterate",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"description": "In-app user research made easy",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

src/constants.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const Version = '2.5.0';
1+
export const Version = '2.6.0';
22

33
export const DefaultHost = 'https://iteratehq.com';
44

0 commit comments

Comments
 (0)