diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2697542a..1cde736e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
+
+## [v2.8.0](https://github.com/authgear/authgear-sdk-js/compare/v2.7.0...v2.8.0) (2024-04-03)
+
+
## [v2.7.0](https://github.com/authgear/authgear-sdk-js/compare/v2.6.0...v2.7.0) (2024-03-08)
diff --git a/packages/authgear-capacitor/package.json b/packages/authgear-capacitor/package.json
index 224da577..eb8afa14 100644
--- a/packages/authgear-capacitor/package.json
+++ b/packages/authgear-capacitor/package.json
@@ -1,6 +1,6 @@
{
"name": "@authgear/capacitor",
- "version": "2.7.0",
+ "version": "2.8.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.7.0",
+ "@authgear/core": "2.8.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 8ba501e9..4726982d 100644
--- a/packages/authgear-core/package.json
+++ b/packages/authgear-core/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@authgear/core",
- "version": "2.7.0",
+ "version": "2.8.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 baf72403..35841d54 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.7.0",
+ "version": "2.8.0",
"license": "Apache-2.0",
"main": "dist/authgear-react-native.js",
"files": [
@@ -11,7 +11,7 @@
"android"
],
"devDependencies": {
- "@authgear/core": "2.7.0",
+ "@authgear/core": "2.8.0",
"@types/react-native": "0.69.1",
"core-js-pure": "3.22.7"
},
diff --git a/packages/authgear-web/package.json b/packages/authgear-web/package.json
index c2a6e613..15189b17 100644
--- a/packages/authgear-web/package.json
+++ b/packages/authgear-web/package.json
@@ -1,6 +1,6 @@
{
"name": "@authgear/web",
- "version": "2.7.0",
+ "version": "2.8.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.7.0",
+ "@authgear/core": "2.8.0",
"core-js-pure": "3.22.7"
}
}