Skip to content

Commit

Permalink
fix: merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
gllm-dev committed May 31, 2024
1 parent 73b037c commit a16d619
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.4] - 2024-05-31
### Added
- Facebook login support

## [0.7.3] - 2024-05-31
### Fix
### Added
- Add export of EIP-1193 provider


## [0.7.2] - 2024-05-31
### Fix
- Add now authentication endpoints with openfort
### Added
- Add new authentication endpoints with openfort


## [0.7.1] - 2024-05-29
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openfort/platform-bridge",
"version": "0.0.0",
"dependencies": {
"@openfort/openfort-js": "0.7.3"
"@openfort/openfort-js": "0.7.4"
},
"devDependencies": {
"eslint": "^8.40.0",
Expand Down
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfort/openfort-js",
"version": "0.7.3",
"version": "0.7.4",
"author": "Openfort (https://www.openfort.xyz)",
"bugs": "https://github.com/openfort-xyz/openfort-js/issues",
"repository": "openfort-xyz/openfort-js.git",
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const VERSION = '0.7.3';
export const VERSION = '0.7.4';
export const PACKAGE = '@openfort/openfort-js';

0 comments on commit a16d619

Please sign in to comment.