@metrixorg/react-native-plugin 1.2.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,8 +8,8 @@ android {
8
8
  defaultConfig {
9
9
  minSdkVersion 16
10
10
  targetSdkVersion 28
11
- versionCode 100200099
12
- versionName "1.2.0"
11
+ versionCode 100400099
12
+ versionName "1.4.0"
13
13
  }
14
14
 
15
15
  buildTypes {
@@ -29,6 +29,6 @@ rootProject.allprojects {
29
29
 
30
30
  dependencies {
31
31
  implementation 'com.facebook.react:react-native:+'
32
- implementation 'ir.metrix:metrix-reactnative:1.2.0'
32
+ implementation 'ir.metrix:metrix-reactnative:1.4.0'
33
33
 
34
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metrixorg/react-native-plugin",
3
- "version": "1.2.0",
3
+ "version": "1.4.0",
4
4
  "description": "Metrix React native plugin",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
16
16
  s.dependency 'React'
17
17
 
18
18
  # MetrixFramework
19
- s.dependency 'Metrix/reactnative', '2.0.1'
19
+ s.dependency 'Metrix/reactnative', '2.0.3'
20
20
  end
package/CHANGELOG.md DELETED
@@ -1,145 +0,0 @@
1
- # Metrix SDK Unity plugin Changelog
2
-
3
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
-
6
- ## [1.2.0] - 2022-02-20
7
-
8
- ### Changed
9
- - Use iOS SDK v2.0.1
10
- - Use Android SDK v1.2.0
11
-
12
-
13
- ## [Pre-release] [1.2.0-beta15] - 2022-02-07
14
-
15
- ### Changed
16
- - Use iOS SDK v2.0.0-beta17
17
- - Use the renamed iOS API class, MetrixClient
18
-
19
-
20
- ## [Pre-release] [1.2.0-beta14] - 2022-01-31
21
-
22
- ### Changed
23
- - Use iOS SDK v2.0.0-beta13
24
-
25
-
26
- ## [Pre-release] [1.2.0-beta13] - 2022-01-31
27
-
28
- ### Changed
29
- - Use iOS SDK v2.0.0-beta12
30
-
31
-
32
- ## [Pre-release] [1.2.0-beta12] - 2022-01-24
33
-
34
- ### Changed
35
- - Use iOS SDK v2.0.0-beta10
36
-
37
-
38
- ## [Pre-release] [1.2.0-beta11] - 2022-01-23
39
-
40
- ### Changed
41
- - Use Android SDK v1.2.0-beta7
42
- - Use iOS SDK v2.0.0-beta09
43
-
44
-
45
- ## [Pre-release] [1.2.0-beta10] - 2022-01-10
46
-
47
- ### Changed
48
- - Use async API for session Id and session number
49
- - Use iOS SDK v1.2.0-beta08
50
- - Use Android SDK v1.2.0-beta6
51
-
52
-
53
- ## [Pre-release] [1.2.0-beta09] - 2021-12-18
54
-
55
- ### Fixed
56
- - Use event emitter instead of callback for Android async APIs
57
-
58
-
59
- ## [Pre-release] [1.2.0-beta08] - 2021-12-14
60
-
61
- ### Changed
62
- - Use iOS SDK v1.2.0-beta07
63
-
64
-
65
- ## [Pre-release] [1.2.0-beta07] - 2021-11-16
66
-
67
- ### Changed
68
- - Use Android SDK v1.2.0-beta5
69
-
70
-
71
- ## [Pre-release] [1.2.0-beta06] - 2021-08-31
72
-
73
- ### Added
74
- - Added iOS plugin using native SDK v2.0.0-beta06
75
-
76
- ### Fixed
77
- - Fixed revenue API not supporting orderId without currency
78
-
79
-
80
- ## [Pre-release] [1.2.0-beta05] - 2021-08-25
81
-
82
- ### Changed
83
- - Use Android SDK v1.2.0-beta4
84
- - Use iOS SDK v2.0.0-beta04
85
-
86
-
87
- ## [Pre-release] [1.2.0-beta03] - 2021-07-28
88
-
89
- ### Changed
90
- - Use Android SDK v1.2.0-beta3
91
-
92
-
93
- ## [1.1.4] - 2021-06-02
94
-
95
- ### Changed
96
- - Use Android SDK v1.1.3
97
-
98
-
99
- ## [1.1.3] - 2021-05-26
100
-
101
- ### Changed
102
- - Use Android SDK v1.1.2
103
-
104
-
105
- ## [1.1.2] - 2021-05-17
106
-
107
- ### Changed
108
- - Use Android SDK v1.1.1
109
-
110
-
111
- ## [1.1.1] - 2021-05-07
112
-
113
- ### Changed
114
- - Use `mavenCentral` repository for Android native SDK retrieval.
115
-
116
-
117
- ## [1.1.0] - 2021-04-10
118
-
119
- ### Changed
120
- - Use Android SDK v1.1.0
121
- - [BREAKING] App config API methods are now used only for iOS builds. The config is now retrieved from application manifest file for Android builds.
122
-
123
-
124
- ## [1.0.5] - 2021-03-07
125
-
126
- ### Changed
127
- - Use Android SDK v1.0.5
128
-
129
-
130
- ## [1.0.4] - 2021-03-06
131
-
132
- ### Changed
133
- - Use Android SDK v1.0.4
134
-
135
-
136
- ## [1.0.1] - 2021-02-20
137
-
138
- ### Changed
139
- - Use Android SDK v1.0.1
140
-
141
-
142
- ## [1.0.0] - 2021-01-15
143
-
144
- ### Added
145
- - Use Android SDK v1.0.0