diff --git a/example/capacitor/ios/App/Podfile.lock b/example/capacitor/ios/App/Podfile.lock index 694f68af..a42e8eec 100644 --- a/example/capacitor/ios/App/Podfile.lock +++ b/example/capacitor/ios/App/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - AuthgearCapacitor (3.0.0): + - AuthgearCapacitor (3.1.0): - Capacitor - Capacitor (7.0.1): - CapacitorCordova @@ -39,7 +39,7 @@ EXTERNAL SOURCES: :path: "../../node_modules/@capacitor/status-bar" SPEC CHECKSUMS: - AuthgearCapacitor: 9148c737ac43992654bb10494c6d1c9a88eda381 + AuthgearCapacitor: 760a7885eb273c44b7959735df9a2a24c611d0b7 Capacitor: de199cba6c8b20995428ad0b7cb0bc6ca625ffd4 CapacitorApp: 9cb31064a6c6bb2b1438583733a7bf45557fc1da CapacitorCordova: 63d476958d5022d76f197031e8b7ea3519988c64 diff --git a/example/reactnative/ios/Podfile.lock b/example/reactnative/ios/Podfile.lock index 1fd69250..af2308be 100644 --- a/example/reactnative/ios/Podfile.lock +++ b/example/reactnative/ios/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - authgear-react-native (2.15.0): + - authgear-react-native (3.1.0): - React-Core - boost (1.84.0) - DoubleConversion (1.1.6) @@ -1721,7 +1721,7 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: - authgear-react-native: 5d523ca4c9db4810847f7c405f8bdddbd0479693 + authgear-react-native: f18f7b81cd7d210a87e1efbc9f861be5b0459a79 boost: 1dca942403ed9342f98334bf4c3621f011aa7946 DoubleConversion: f16ae600a246532c4020132d54af21d0ddb2a385 FBLazyVector: be509404b5de73a64a74284edcaf73a5d1e128b1 diff --git a/example/reactweb/package-lock.json b/example/reactweb/package-lock.json index 730273f5..310b04c0 100644 --- a/example/reactweb/package-lock.json +++ b/example/reactweb/package-lock.json @@ -24,10 +24,10 @@ }, "../../packages/authgear-web": { "name": "@authgear/web", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "devDependencies": { - "@authgear/core": "3.0.0", + "@authgear/core": "3.1.0", "core-js-pure": "^3.37.0" } }, diff --git a/packages/authgear-capacitor/package.json b/packages/authgear-capacitor/package.json index 1bafeced..98ab3d4d 100644 --- a/packages/authgear-capacitor/package.json +++ b/packages/authgear-capacitor/package.json @@ -1,6 +1,6 @@ { "name": "@authgear/capacitor", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "main": "dist/plugin.cjs.js", "module": "dist/plugin.module.js", @@ -14,7 +14,7 @@ "AuthgearCapacitor.podspec" ], "devDependencies": { - "@authgear/core": "3.0.0", + "@authgear/core": "3.1.0", "@capacitor/android": "^7.0.0", "@capacitor/core": "^7.0.0", "@capacitor/ios": "^7.0.0" diff --git a/packages/authgear-core/package.json b/packages/authgear-core/package.json index 69da6c82..45573702 100644 --- a/packages/authgear-core/package.json +++ b/packages/authgear-core/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@authgear/core", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "main": "src/index.ts", "devDependencies": { diff --git a/packages/authgear-react-native/package.json b/packages/authgear-react-native/package.json index 373b3e9e..8dc4f5a8 100644 --- a/packages/authgear-react-native/package.json +++ b/packages/authgear-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@authgear/react-native", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "main": "dist/authgear-react-native.js", "files": [ @@ -11,7 +11,7 @@ "android" ], "devDependencies": { - "@authgear/core": "3.0.0", + "@authgear/core": "3.1.0", "@types/react-native": "0.69.1", "core-js-pure": "^3.37.0" }, diff --git a/packages/authgear-web/package.json b/packages/authgear-web/package.json index b7163328..04793e77 100644 --- a/packages/authgear-web/package.json +++ b/packages/authgear-web/package.json @@ -1,6 +1,6 @@ { "name": "@authgear/web", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "main": "dist/authgear-web.cjs.js", "module": "dist/authgear-web.module.js", @@ -11,7 +11,7 @@ "dist/authgear-web.iife.js" ], "devDependencies": { - "@authgear/core": "3.0.0", + "@authgear/core": "3.1.0", "core-js-pure": "^3.37.0" }, "keywords": [