diff --git a/example/capacitor/ios/App/Podfile.lock b/example/capacitor/ios/App/Podfile.lock index a42e8eec..64de9727 100644 --- a/example/capacitor/ios/App/Podfile.lock +++ b/example/capacitor/ios/App/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - AuthgearCapacitor (3.1.0): + - AuthgearCapacitor (3.2.0): - Capacitor - Capacitor (7.0.1): - CapacitorCordova @@ -39,7 +39,7 @@ EXTERNAL SOURCES: :path: "../../node_modules/@capacitor/status-bar" SPEC CHECKSUMS: - AuthgearCapacitor: 760a7885eb273c44b7959735df9a2a24c611d0b7 + AuthgearCapacitor: ea764402273c482792acdb3d73e1b192585e24d6 Capacitor: de199cba6c8b20995428ad0b7cb0bc6ca625ffd4 CapacitorApp: 9cb31064a6c6bb2b1438583733a7bf45557fc1da CapacitorCordova: 63d476958d5022d76f197031e8b7ea3519988c64 diff --git a/example/capacitor/package-lock.json b/example/capacitor/package-lock.json index 45e4d6af..2a922bd6 100644 --- a/example/capacitor/package-lock.json +++ b/example/capacitor/package-lock.json @@ -45,10 +45,10 @@ }, "../../packages/authgear-capacitor": { "name": "@authgear/capacitor", - "version": "3.1.0", + "version": "3.2.0", "license": "Apache-2.0", "devDependencies": { - "@authgear/core": "3.1.0", + "@authgear/core": "3.2.0", "@capacitor/android": "^7.0.0", "@capacitor/core": "^7.0.0", "@capacitor/ios": "^7.0.0" @@ -59,10 +59,10 @@ }, "../../packages/authgear-web": { "name": "@authgear/web", - "version": "3.1.0", + "version": "3.2.0", "license": "Apache-2.0", "devDependencies": { - "@authgear/core": "3.1.0", + "@authgear/core": "3.2.0", "core-js-pure": "^3.37.0" } }, diff --git a/example/reactweb/package-lock.json b/example/reactweb/package-lock.json index 310b04c0..fbac680b 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.1.0", + "version": "3.2.0", "license": "Apache-2.0", "devDependencies": { - "@authgear/core": "3.1.0", + "@authgear/core": "3.2.0", "core-js-pure": "^3.37.0" } }, diff --git a/packages/authgear-capacitor/package.json b/packages/authgear-capacitor/package.json index 98ab3d4d..470231d4 100644 --- a/packages/authgear-capacitor/package.json +++ b/packages/authgear-capacitor/package.json @@ -1,6 +1,6 @@ { "name": "@authgear/capacitor", - "version": "3.1.0", + "version": "3.2.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.1.0", + "@authgear/core": "3.2.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 45573702..4a4316e8 100644 --- a/packages/authgear-core/package.json +++ b/packages/authgear-core/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@authgear/core", - "version": "3.1.0", + "version": "3.2.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 8dc4f5a8..e79a8d8b 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.1.0", + "version": "3.2.0", "license": "Apache-2.0", "main": "dist/authgear-react-native.js", "files": [ @@ -11,7 +11,7 @@ "android" ], "devDependencies": { - "@authgear/core": "3.1.0", + "@authgear/core": "3.2.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 04793e77..167feb3f 100644 --- a/packages/authgear-web/package.json +++ b/packages/authgear-web/package.json @@ -1,6 +1,6 @@ { "name": "@authgear/web", - "version": "3.1.0", + "version": "3.2.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.1.0", + "@authgear/core": "3.2.0", "core-js-pure": "^3.37.0" }, "keywords": [