Skip to content

Commit

Permalink
Release 97.0.0 (#1077)
Browse files Browse the repository at this point in the history
* feat: release 97.0.0

* docs: changelog
  • Loading branch information
abretonc7s authored Oct 16, 2024
1 parent ce50b15 commit 0c9e888
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metamask-sdk-monorepo",
"version": "96.0.0",
"version": "97.0.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-communication-layer/e2e/sdk-comm.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const getClient = ({ type, options }: { type: 'dApp' | 'wallet', options:

describe('SDK Communication Layer', () => {
let clientsReady = false;
const communicationServerUrl = 'https://metamask-sdk.api.cx.metamask.io/';
const communicationServerUrl = 'http://localhost:4000';

describe('Protocol V1', () => {
it('should establish client/mobile connection through comm server with remote key exchange', async () => {
Expand Down
7 changes: 6 additions & 1 deletion packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.29.3]
### Added
- fix: display_uri event malformed ([#1076](https://github.com/MetaMask/metamask-sdk/pull/1076))

## [0.29.2]
### Added
- feat: default options for pure js and useDeeplink default to true ([#1070](https://github.com/MetaMask/metamask-sdk/pull/1070))
Expand Down Expand Up @@ -411,7 +415,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- [FEAT] improve logging + update examples ([#99](https://github.com/MetaMask/metamask-sdk/pull/99))

[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
[0.29.3]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
[0.29.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
[0.29.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
[0.29.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/sdk",
"version": "0.29.2",
"version": "0.29.3",
"description": "",
"homepage": "https://github.com/MetaMask/metamask-sdk#readme",
"bugs": {
Expand Down

0 comments on commit 0c9e888

Please sign in to comment.