Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semiherdogan committed Apr 8, 2022
1 parent d45213e commit 1ac2627
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# 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.5...main)
## [Unreleased](https://github.com/Teknasyon-Teknoloji/deepwall-react-native-sdk/compare/3.0.0...main)


---


## [3.0.0 (2022-04-08)](https://github.com/Teknasyon-Teknoloji/deepwall-react-native-sdk/compare/2.9.5..3.0.0)
### Changed
- On Android, `deepwall-core` version upgraded to version `2.6.2`
- On android fixed extraData error when paywall opens
Expand All @@ -10,10 +16,6 @@ All notable changes to this project will be documented in this file.
### Added
- On android added orientation parameter to `requestPaywall` method


---


## [2.9.5 (2022-01-26)](https://github.com/Teknasyon-Teknoloji/deepwall-react-native-sdk/compare/2.9.4..2.9.5)
### Fixed
- On android fixed cannot convert to json error
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.5"
s.version = "3.0.0"
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.5",
"version": "3.0.0",
"description": "DeepWall SDK react native wrapper",
"homepage": "https://deepwall.com",
"repository": {
Expand Down

0 comments on commit 1ac2627

Please sign in to comment.