Skip to content

Commit

Permalink
Update CHANGELOG for v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
louischan-oursky committed Apr 22, 2024
1 parent 1d48956 commit 1004521
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

<a name="v2.9.0"></a>
## [v2.9.0](https://github.com/authgear/authgear-sdk-js/compare/v2.8.1...v2.9.0) (2024-04-22)


<a name="v2.8.1"></a>
## [v2.8.1](https://github.com/authgear/authgear-sdk-js/compare/v2.8.0...v2.8.1) (2024-04-15)
## [v2.8.1](https://github.com/authgear/authgear-sdk-js/compare/v2.8.0...v2.8.1) (2024-04-16)


<a name="v2.8.0"></a>
Expand Down
4 changes: 2 additions & 2 deletions packages/authgear-capacitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authgear/capacitor",
"version": "2.8.1",
"version": "2.9.0",
"license": "Apache-2.0",
"main": "dist/plugin.cjs.js",
"module": "dist/plugin.module.js",
Expand All @@ -20,7 +20,7 @@
"build": "tsc && rollup -c rollup.config.js"
},
"devDependencies": {
"@authgear/core": "2.8.1",
"@authgear/core": "2.9.0",
"@capacitor/android": "^5.0.0",
"@capacitor/core": "^5.0.0",
"@capacitor/ios": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/authgear-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@authgear/core",
"version": "2.8.1",
"version": "2.9.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/authgear-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authgear/react-native",
"version": "2.8.1",
"version": "2.9.0",
"license": "Apache-2.0",
"main": "dist/authgear-react-native.js",
"files": [
Expand All @@ -11,7 +11,7 @@
"android"
],
"devDependencies": {
"@authgear/core": "2.8.1",
"@authgear/core": "2.9.0",
"@types/react-native": "0.69.1",
"core-js-pure": "3.22.7"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/authgear-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authgear/web",
"version": "2.8.1",
"version": "2.9.0",
"license": "Apache-2.0",
"main": "dist/authgear-web.cjs.js",
"module": "dist/authgear-web.module.js",
Expand All @@ -11,7 +11,7 @@
"dist/authgear-web.iife.js"
],
"devDependencies": {
"@authgear/core": "2.8.1",
"@authgear/core": "2.9.0",
"core-js-pure": "3.22.7"
}
}

0 comments on commit 1004521

Please sign in to comment.