Skip to content

Commit 11fe89c

Browse files
committed
Updated iOS dependency versions
2 parents e4d4050 + 34b36c9 commit 11fe89c

File tree

8 files changed

+21
-18
lines changed

8 files changed

+21
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ enqueue = async () => {
5656
const language = null;
5757
const enqueueResult = await QueueIt.run(
5858
this.state.customerId,
59-
this.state.eventOrAliasId,
59+
this.state.waitingRoomIdOrAlias,
6060
layoutName,
6161
language
6262
);

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ dependencies {
129129
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
130130

131131
//App dependencies
132-
implementation 'com.queue_it.androidsdk:library:2.0.27'
132+
implementation 'com.queue_it.androidsdk:library:2.0.30'
133133
implementation 'com.android.support:appcompat-v7:28.0.0'
134134
implementation 'com.android.support:design:28.0.0'
135135
}
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Jul 16 10:26:30 CEST 2020
2-
distributionBase=GRADLE_USER_HOME
3-
distributionPath=wrapper/dists
4-
zipStoreBase=GRADLE_USER_HOME
5-
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
1+
#Fri Feb 05 15:12:32 CET 2021
2+
distributionBase=GRADLE_USER_HOME
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
4+
distributionPath=wrapper/dists
5+
zipStorePath=wrapper/dists
6+
zipStoreBase=GRADLE_USER_HOME

example/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ PODS:
234234
- React-cxxreact (= 0.62.2)
235235
- React-jsi (= 0.62.2)
236236
- React-jsinspector (0.62.2)
237-
- react-native-queue-it (0.1.15):
237+
- react-native-queue-it (0.1.18):
238238
- QueueITLibrary
239239
- React
240240
- React-RCTActionSheet (0.62.2):
@@ -438,7 +438,7 @@ SPEC CHECKSUMS:
438438
React-jsi: b6dc94a6a12ff98e8877287a0b7620d365201161
439439
React-jsiexecutor: 1540d1c01bb493ae3124ed83351b1b6a155db7da
440440
React-jsinspector: 512e560d0e985d0e8c479a54a4e5c147a9c83493
441-
react-native-queue-it: 8a555faf9c3b0da20a728e18b7b464994b0bc107
441+
react-native-queue-it: 625fd7ea0c8ba2b71766243f32007a766bbda2ed
442442
React-RCTActionSheet: f41ea8a811aac770e0cc6e0ad6b270c644ea8b7c
443443
React-RCTAnimation: 49ab98b1c1ff4445148b72a3d61554138565bad0
444444
React-RCTBlob: a332773f0ebc413a0ce85942a55b064471587a71
@@ -455,4 +455,4 @@ SPEC CHECKSUMS:
455455

456456
PODFILE CHECKSUM: 3df8315738742626c88ee457f0820fd6b7c7a2f8
457457

458-
COCOAPODS: 1.9.3
458+
COCOAPODS: 1.10.1

ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ target 'QueueIt' do
88
# Pods for QueueIt
99

1010
# Our pods
11-
pod 'QueueITLibrary', '~>3.0.4'
11+
pod 'QueueITLibrary', '~>3.0.5'
1212
end

ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
2-
- QueueITLibrary (3.0.4)
2+
- QueueITLibrary (3.0.5)
33

44
DEPENDENCIES:
5-
- QueueITLibrary (~> 3.0.4)
5+
- QueueITLibrary (~> 3.0.5)
66

77
SPEC REPOS:
88
trunk:
99
- QueueITLibrary
1010

1111
SPEC CHECKSUMS:
12-
QueueITLibrary: 658775740dcc672953ecf20da7002eb465ac5a98
12+
QueueITLibrary: 2f056cf4cec6883774b464acfcab4eb389891330
1313

14-
PODFILE CHECKSUM: 071e1a5db24d5c38e420d6247163daae893f568f
14+
PODFILE CHECKSUM: d38c0b9f6021c4a9b2c5e3bf443845a9a7d1b8fe
1515

16-
COCOAPODS: 1.10.0
16+
COCOAPODS: 1.10.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-queue-it",
3-
"version": "0.1.18",
3+
"version": "0.1.20",
44
"description": "React Native Module for integrating Queue-it's virtual waiting room into React Native apps.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

azure-pipelines.yml renamed to pipelines/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ steps:
2222
- script: |
2323
yarn publish --non-interactive
2424
displayName: 'publish release to npm'
25+
env:
26+
NPM_AUTH_TOKEN: $(NPM_AUTH_TOKEN)
27+
GITHUB_TOKEN: $(GITHUB_TOKEN)

0 commit comments

Comments
 (0)