Skip to content

Commit

Permalink
Merge pull request #61 from Notificare/release/3.9.0
Browse files Browse the repository at this point in the history
3.9.0
  • Loading branch information
hpinhal committed May 9, 2024
2 parents 0fe0007 + f3822c9 commit da3f2e0
Show file tree
Hide file tree
Showing 57 changed files with 264 additions and 156 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## 3.9.0

- Add support for deferred links

#### Native changes

##### iOS

- Add privacy manifests
- Code sign XCFrameworks

## 3.8.0

- Add method to resolve Notificare Dynamic Links manually
Expand Down
42 changes: 21 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,24 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.896.0)
aws-sdk-core (3.191.3)
aws-partitions (1.925.0)
aws-sdk-core (3.194.2)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.77.0)
aws-sdk-core (~> 3, >= 3.191.0)
aws-sdk-kms (1.80.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.143.0)
aws-sdk-core (~> 3, >= 3.191.0)
aws-sdk-s3 (1.149.1)
aws-sdk-core (~> 3, >= 3.194.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
base64 (0.2.0)
bigdecimal (3.1.6)
bigdecimal (3.1.8)
claide (1.1.0)
cocoapods (1.15.2)
addressable (~> 2.8)
Expand Down Expand Up @@ -95,7 +95,7 @@ GEM
escape (0.0.4)
ethon (0.16.0)
ffi (>= 1.15.0)
excon (0.109.0)
excon (0.110.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
Expand Down Expand Up @@ -124,15 +124,15 @@ GEM
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
fastimage (2.3.0)
fastlane (2.219.0)
fastimage (2.3.1)
fastlane (2.220.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
aws-sdk-s3 (~> 1.0)
babosa (>= 1.0.3, < 2.0.0)
bundler (>= 1.12.0, < 3.0.0)
colored
colored (~> 1.2)
commander (~> 4.6)
dotenv (>= 2.1.1, < 3.0.0)
emoji_regex (>= 0.1, < 4.0)
Expand All @@ -153,10 +153,10 @@ GEM
mini_magick (>= 4.9.4, < 5.0.0)
multipart-post (>= 2.0.0, < 3.0.0)
naturally (~> 2.2)
optparse (>= 0.1.1)
optparse (>= 0.1.1, < 1.0.0)
plist (>= 3.1.0, < 4.0.0)
rubyzip (>= 2.0.0, < 3.0.0)
security (= 0.1.3)
security (= 0.1.5)
simctl (~> 1.6.3)
terminal-notifier (>= 2.0.0, < 3.0.0)
terminal-table (~> 3)
Expand All @@ -165,7 +165,7 @@ GEM
word_wrap (~> 1.0.0)
xcodeproj (>= 1.13.0, < 2.0.0)
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
ffi (1.16.3)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
Expand Down Expand Up @@ -210,29 +210,29 @@ GEM
http-cookie (1.0.5)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.14.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jmespath (1.6.2)
json (2.7.1)
json (2.7.2)
jwt (2.8.1)
base64
mini_magick (4.12.0)
mini_mime (1.1.5)
minitest (5.22.2)
minitest (5.22.3)
molinillo (0.8.0)
multi_json (1.15.0)
multipart-post (2.4.0)
multipart-post (2.4.1)
mutex_m (0.2.0)
nanaimo (0.3.0)
nap (1.1.0)
naturally (2.2.1)
netrc (0.11.0)
nkf (0.2.0)
optparse (0.4.0)
optparse (0.5.0)
os (1.1.4)
plist (3.7.1)
public_suffix (4.0.7)
rake (13.1.0)
rake (13.2.1)
representable (3.2.0)
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
Expand All @@ -243,7 +243,7 @@ GEM
ruby-macho (2.5.1)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
security (0.1.3)
security (0.1.5)
signet (0.19.0)
addressable (~> 2.8)
faraday (>= 0.17.5, < 3.a)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.8.0",
"version": "3.9.0",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'json'

package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
notificare_version = '3.8.0'
notificare_version = '3.9.0'

Pod::Spec.new do |s|
s.name = 'CapacitorNotificareAssets'
Expand Down
2 changes: 1 addition & 1 deletion packages/capacitor-notificare-assets/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':capacitor-android')

def notificare_version = '3.8.0'
def notificare_version = '3.9.0'
api "re.notifica:notificare:$notificare_version"
api "re.notifica:notificare-assets:$notificare_version"
}
4 changes: 2 additions & 2 deletions packages/capacitor-notificare-assets/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ def capacitor_pods
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'

pod 'Notificare/NotificareKit', '3.8.0'
pod 'Notificare/NotificareAssetsKit', '3.8.0'
pod 'Notificare/NotificareKit', '3.9.0'
pod 'Notificare/NotificareAssetsKit', '3.9.0'
end

target 'Plugin' do
Expand Down
6 changes: 3 additions & 3 deletions packages/capacitor-notificare-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-notificare-assets",
"version": "3.8.0",
"version": "3.9.0",
"description": "Notificare Assets Capacitor plugin.",
"author": "Notificare <info@notifica.re> (https://notificare.com)",
"license": "MIT",
Expand Down Expand Up @@ -50,14 +50,14 @@
},
"peerDependencies": {
"@capacitor/core": "3 - 5",
"capacitor-notificare": "3.8.0"
"capacitor-notificare": "3.9.0"
},
"devDependencies": {
"@capacitor/android": "^3.0.0",
"@capacitor/core": "^3.0.0",
"@capacitor/docgen": "^0.0.18",
"@capacitor/ios": "^3.0.0",
"capacitor-notificare": "3.8.0",
"capacitor-notificare": "3.9.0",
"rimraf": "^3.0.2",
"rollup": "^2.32.0",
"typescript": "^4.5.4"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'json'

package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
notificare_version = '3.8.0'
notificare_version = '3.9.0'

Pod::Spec.new do |s|
s.name = 'CapacitorNotificareGeo'
Expand Down
2 changes: 1 addition & 1 deletion packages/capacitor-notificare-geo/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {

implementation 'androidx.appcompat:appcompat:1.5.1'

def notificare_version = '3.8.0'
def notificare_version = '3.9.0'
api "re.notifica:notificare:$notificare_version"
api "re.notifica:notificare-geo:$notificare_version"
implementation "re.notifica:notificare-geo-gms:$notificare_version"
Expand Down
4 changes: 2 additions & 2 deletions packages/capacitor-notificare-geo/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ def capacitor_pods
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'

pod 'Notificare/NotificareKit', '3.8.0'
pod 'Notificare/NotificareGeoKit', '3.8.0'
pod 'Notificare/NotificareKit', '3.9.0'
pod 'Notificare/NotificareGeoKit', '3.9.0'
end

target 'Plugin' do
Expand Down
6 changes: 3 additions & 3 deletions packages/capacitor-notificare-geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-notificare-geo",
"version": "3.8.0",
"version": "3.9.0",
"description": "Notificare Geo Capacitor plugin.",
"author": "Notificare <info@notifica.re> (https://notificare.com)",
"license": "MIT",
Expand Down Expand Up @@ -50,14 +50,14 @@
},
"peerDependencies": {
"@capacitor/core": "3 - 5",
"capacitor-notificare": "3.8.0"
"capacitor-notificare": "3.9.0"
},
"devDependencies": {
"@capacitor/android": "^3.0.0",
"@capacitor/core": "^3.0.0",
"@capacitor/docgen": "^0.0.18",
"@capacitor/ios": "^3.0.0",
"capacitor-notificare": "3.8.0",
"capacitor-notificare": "3.9.0",
"rimraf": "^3.0.2",
"rollup": "^2.32.0",
"typescript": "^4.5.4"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'json'

package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
notificare_version = '3.8.0'
notificare_version = '3.9.0'

Pod::Spec.new do |s|
s.name = 'CapacitorNotificareInAppMessaging'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {

implementation 'androidx.appcompat:appcompat:1.5.1'

def notificare_version = '3.8.0'
def notificare_version = '3.9.0'
api "re.notifica:notificare:$notificare_version"
api "re.notifica:notificare-in-app-messaging:$notificare_version"
}
4 changes: 2 additions & 2 deletions packages/capacitor-notificare-in-app-messaging/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ def capacitor_pods
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'

pod 'Notificare/NotificareKit', '3.8.0'
pod 'Notificare/NotificareInAppMessagingKit', '3.8.0'
pod 'Notificare/NotificareKit', '3.9.0'
pod 'Notificare/NotificareInAppMessagingKit', '3.9.0'
end

target 'Plugin' do
Expand Down
6 changes: 3 additions & 3 deletions packages/capacitor-notificare-in-app-messaging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-notificare-in-app-messaging",
"version": "3.8.0",
"version": "3.9.0",
"description": "Notificare In-App Messaging Capacitor plugin.",
"author": "Notificare <info@notifica.re> (https://notificare.com)",
"license": "MIT",
Expand Down Expand Up @@ -50,14 +50,14 @@
},
"peerDependencies": {
"@capacitor/core": "3 - 5",
"capacitor-notificare": "3.8.0"
"capacitor-notificare": "3.9.0"
},
"devDependencies": {
"@capacitor/android": "^3.0.0",
"@capacitor/core": "^3.0.0",
"@capacitor/docgen": "^0.0.18",
"@capacitor/ios": "^3.0.0",
"capacitor-notificare": "3.8.0",
"capacitor-notificare": "3.9.0",
"rimraf": "^3.0.2",
"rollup": "^2.32.0",
"typescript": "^4.5.4"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'json'

package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
notificare_version = '3.8.0'
notificare_version = '3.9.0'

Pod::Spec.new do |s|
s.name = 'CapacitorNotificareInbox'
Expand Down
2 changes: 1 addition & 1 deletion packages/capacitor-notificare-inbox/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {

implementation 'androidx.lifecycle:lifecycle-livedata-core-ktx:2.5.1'

def notificare_version = '3.8.0'
def notificare_version = '3.9.0'
api "re.notifica:notificare:$notificare_version"
api "re.notifica:notificare-inbox:$notificare_version"
}
4 changes: 2 additions & 2 deletions packages/capacitor-notificare-inbox/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ def capacitor_pods
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'

pod 'Notificare/NotificareKit', '3.8.0'
pod 'Notificare/NotificareInboxKit', '3.8.0'
pod 'Notificare/NotificareKit', '3.9.0'
pod 'Notificare/NotificareInboxKit', '3.9.0'
end

target 'Plugin' do
Expand Down
6 changes: 3 additions & 3 deletions packages/capacitor-notificare-inbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-notificare-inbox",
"version": "3.8.0",
"version": "3.9.0",
"description": "Notificare Inbox Capacitor plugin.",
"author": "Notificare <info@notifica.re> (https://notificare.com)",
"license": "MIT",
Expand Down Expand Up @@ -50,14 +50,14 @@
},
"peerDependencies": {
"@capacitor/core": "3 - 5",
"capacitor-notificare": "3.8.0"
"capacitor-notificare": "3.9.0"
},
"devDependencies": {
"@capacitor/android": "^3.0.0",
"@capacitor/core": "^3.0.0",
"@capacitor/docgen": "^0.0.18",
"@capacitor/ios": "^3.0.0",
"capacitor-notificare": "3.8.0",
"capacitor-notificare": "3.9.0",
"rimraf": "^3.0.2",
"rollup": "^2.32.0",
"typescript": "^4.5.4"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'json'

package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
notificare_version = '3.8.0'
notificare_version = '3.9.0'

Pod::Spec.new do |s|
s.name = 'CapacitorNotificareLoyalty'
Expand Down
2 changes: 1 addition & 1 deletion packages/capacitor-notificare-loyalty/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {

implementation 'androidx.appcompat:appcompat:1.5.1'

def notificare_version = '3.8.0'
def notificare_version = '3.9.0'
api "re.notifica:notificare:$notificare_version"
api "re.notifica:notificare-loyalty:$notificare_version"
}
4 changes: 2 additions & 2 deletions packages/capacitor-notificare-loyalty/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ def capacitor_pods
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'

pod 'Notificare/NotificareKit', '3.8.0'
pod 'Notificare/NotificareLoyaltyKit', '3.8.0'
pod 'Notificare/NotificareKit', '3.9.0'
pod 'Notificare/NotificareLoyaltyKit', '3.9.0'
end

target 'Plugin' do
Expand Down
Loading

0 comments on commit da3f2e0

Please sign in to comment.