diff --git a/example/capacitor/package-lock.json b/example/capacitor/package-lock.json index ad5cdd31..059b3b79 100644 --- a/example/capacitor/package-lock.json +++ b/example/capacitor/package-lock.json @@ -52,10 +52,10 @@ }, "../../packages/authgear-capacitor": { "name": "@authgear/capacitor", - "version": "2.13.0", + "version": "2.14.0", "license": "Apache-2.0", "devDependencies": { - "@authgear/core": "2.13.0", + "@authgear/core": "2.14.0", "@capacitor/android": "^5.0.0", "@capacitor/core": "^5.0.0", "@capacitor/ios": "^5.0.0" @@ -66,10 +66,10 @@ }, "../../packages/authgear-web": { "name": "@authgear/web", - "version": "2.13.0", + "version": "2.14.0", "license": "Apache-2.0", "devDependencies": { - "@authgear/core": "2.13.0", + "@authgear/core": "2.14.0", "core-js-pure": "^3.37.0" } }, diff --git a/example/reactweb/package-lock.json b/example/reactweb/package-lock.json index f81eba8e..8f44327d 100644 --- a/example/reactweb/package-lock.json +++ b/example/reactweb/package-lock.json @@ -24,10 +24,10 @@ }, "../../packages/authgear-web": { "name": "@authgear/web", - "version": "2.13.0", + "version": "2.14.0", "license": "Apache-2.0", "devDependencies": { - "@authgear/core": "2.13.0", + "@authgear/core": "2.14.0", "core-js-pure": "^3.37.0" } }, diff --git a/packages/authgear-capacitor/package.json b/packages/authgear-capacitor/package.json index 40028ec2..d9536cfd 100644 --- a/packages/authgear-capacitor/package.json +++ b/packages/authgear-capacitor/package.json @@ -1,6 +1,6 @@ { "name": "@authgear/capacitor", - "version": "2.13.0", + "version": "2.14.0", "license": "Apache-2.0", "main": "dist/plugin.cjs.js", "module": "dist/plugin.module.js", @@ -20,7 +20,7 @@ "build": "tsc && rollup -c rollup.config.js" }, "devDependencies": { - "@authgear/core": "2.13.0", + "@authgear/core": "2.14.0", "@capacitor/android": "^5.0.0", "@capacitor/core": "^5.0.0", "@capacitor/ios": "^5.0.0" diff --git a/packages/authgear-core/package.json b/packages/authgear-core/package.json index 289db993..427e5cb5 100644 --- a/packages/authgear-core/package.json +++ b/packages/authgear-core/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@authgear/core", - "version": "2.13.0", + "version": "2.14.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 81435229..a3a7dbc8 100644 --- a/packages/authgear-react-native/package.json +++ b/packages/authgear-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@authgear/react-native", - "version": "2.13.0", + "version": "2.14.0", "license": "Apache-2.0", "main": "dist/authgear-react-native.js", "files": [ @@ -11,7 +11,7 @@ "android" ], "devDependencies": { - "@authgear/core": "2.13.0", + "@authgear/core": "2.14.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 7e268e9f..784f26e8 100644 --- a/packages/authgear-web/package.json +++ b/packages/authgear-web/package.json @@ -1,6 +1,6 @@ { "name": "@authgear/web", - "version": "2.13.0", + "version": "2.14.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": "2.13.0", + "@authgear/core": "2.14.0", "core-js-pure": "^3.37.0" }, "keywords": [