We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7cea0 commit f3b15e7Copy full SHA for f3b15e7
2 files changed
packages/nativescript-in-app-review/CHANGELOG.md
@@ -0,0 +1,15 @@
1
+## 1.1.1 (2025-04-30)
2
+
3
+### 🚀 Features
4
5
+- add @valor/nativescript-in-app-review ([#9](https://github.com/valor-software/nativescript-plugins/pull/9))
6
7
+### 🩹 Fixes
8
9
+- **android:** use current activity ([#22](https://github.com/valor-software/nativescript-plugins/pull/22))
10
+- **in-app-review:** use split play core services ([#12](https://github.com/valor-software/nativescript-plugins/pull/12))
11
12
+### ❤️ Thank You
13
14
+- Nathan Walker
15
+- Samuel Schultze
packages/nativescript-in-app-review/package.json
@@ -1,6 +1,6 @@
{
"name": "@valor/nativescript-in-app-review",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "Native in-app review popups for NativeScript apps",
"main": "index",
"typings": "index.d.ts",
0 commit comments