Skip to content

Commit

Permalink
Release 2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatihakkul committed Jan 26, 2022
1 parent 07fd628 commit 39cef6b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased](https://github.com/Teknasyon-Teknoloji/deepwall-react-native-sdk/compare/2.9.2...main)
### Fixed
- On android added hasActivity check
- Added new event for android if deepwall init failure happens
## [Unreleased](https://github.com/Teknasyon-Teknoloji/deepwall-react-native-sdk/compare/2.9.3...main)


---


## [2.9.3 (2022-01-26)](https://github.com/Teknasyon-Teknoloji/deepwall-react-native-sdk/compare/2.9.2..2.9.3)
### Fixed
- On android added hasActivity check
- Added new event for android if deepwall init failure happens

## [2.9.2 (2021-12-09)](https://github.com/Teknasyon-Teknoloji/deepwall-react-native-sdk/compare/2.9.1..2.9.2)
### Changed
- On iOS, `deepwall-core` version upgraded to version `2.4.1`.
Expand Down
2 changes: 1 addition & 1 deletion ios/RNDeepWall.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "RNDeepWall"
s.version = "2.9.2"
s.version = "2.9.3"
s.summary = "RNDeepWall"
s.description = <<-DESC
RNDeepWall
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deepwall-react-native-sdk",
"version": "2.9.2",
"version": "2.9.3",
"description": "DeepWall SDK react native wrapper",
"homepage": "https://deepwall.com",
"repository": {
Expand Down

0 comments on commit 39cef6b

Please sign in to comment.