Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "116.0.0",
"version": "117.0.0",
"private": true,
"repository": {
"type": "git",
Expand Down
8 changes: 7 additions & 1 deletion packages/sdk-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.6]
### Changed
- Mark the package as deprecated in the README and direct consumers to MetaMask Connect migration docs and successor packages.
- fix: missing export of esmodule on sdk-analytics ([#1334](https://github.com/MetaMask/metamask-sdk/pull/1334))

## [0.0.5]
### Fixed
- Updates and Fixes to Analytics ([#1294](https://github.com/MetaMask/metamask-sdk/pull/1294))
Expand All @@ -30,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-analytics@0.0.5...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-analytics@0.0.6...HEAD
[0.0.6]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-analytics@0.0.5...@metamask/sdk-analytics@0.0.6
[0.0.5]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-analytics@0.0.4...@metamask/sdk-analytics@0.0.5
[0.0.4]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-analytics@0.0.3...@metamask/sdk-analytics@0.0.4
[0.0.3]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-analytics@0.0.2...@metamask/sdk-analytics@0.0.3
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/sdk-analytics",
"version": "0.0.5",
"version": "0.0.6",
"description": "Analytics package for MetaMask SDK",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
7 changes: 6 additions & 1 deletion packages/sdk-communication-layer/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.33.2]
### Changed
- Mark the package as deprecated in the README and direct consumers to MetaMask Connect migration docs and successor packages.

## [0.33.1]
### Fixed
- chore: pin `debug` package to `4.3.4` due to npm compromise ([#1342](https://github.com/MetaMask/metamask-sdk/pull/1342))
Expand Down Expand Up @@ -301,7 +305,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/sdk-communication-layer@0.33.1...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.33.2...HEAD
[0.33.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.33.1...@metamask/sdk-communication-layer@0.33.2
[0.33.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.33.0...@metamask/sdk-communication-layer@0.33.1
[0.33.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.32.0...@metamask/sdk-communication-layer@0.33.0
[0.32.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.31.0...@metamask/sdk-communication-layer@0.32.0
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-communication-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/sdk-communication-layer",
"version": "0.33.1",
"version": "0.33.2",
"description": "",
"homepage": "https://github.com/MetaMask/metamask-sdk#readme",
"bugs": {
Expand Down
9 changes: 8 additions & 1 deletion packages/sdk-install-modal-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.32.2]
### Changed
- Mark the package as deprecated in the README and direct consumers to MetaMask Connect migration docs and successor packages.
- feat: adding mobile wallet protocol ([#1346](https://github.com/MetaMask/metamask-sdk/pull/1346))
- Release 110.0.0 ([#1235](https://github.com/MetaMask/metamask-sdk/pull/1235))

## [0.32.1]
### Added
- chore: updates assets ([#1220](https://github.com/MetaMask/metamask-sdk/pull/1220))
Expand Down Expand Up @@ -192,7 +198,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update GitHub actions workflows ([#102](https://github.com/MetaMask/metamask-sdk/pull/102))
- [FEAT] Yarn v3 migration ([#100](https://github.com/MetaMask/metamask-sdk/pull/100))

[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.32.1...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.32.2...HEAD
[0.32.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.32.1...@metamask/sdk-install-modal-web@0.32.2
[0.32.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.32.0...@metamask/sdk-install-modal-web@0.32.1
[0.32.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.31.5...@metamask/sdk-install-modal-web@0.32.0
[0.31.5]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.31.2...@metamask/sdk-install-modal-web@0.31.5
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-install-modal-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/sdk-install-modal-web",
"version": "0.32.1",
"version": "0.32.2",
"description": "MetaMask SDK Install Modal for Web",
"homepage": "https://github.com/MetaMask/metamask-sdk#readme",
"bugs": {
Expand Down
7 changes: 6 additions & 1 deletion packages/sdk-multichain-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

[Unreleased]: https://github.com/MetaMask/metamask-sdk/
## [0.0.1]
### Changed
- Mark the package as deprecated in the README and direct consumers to MetaMask Connect migration docs and successor packages.

[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-multichain-ui@0.0.1...HEAD
[0.0.1]: https://github.com/MetaMask/metamask-sdk/releases/tag/@metamask/sdk-multichain-ui@0.0.1
2 changes: 1 addition & 1 deletion packages/sdk-multichain-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/sdk-multichain-ui",
"version": "0.0.0",
"version": "0.0.1",
"description": "MetaMask SDK Install Modal for Web",
"homepage": "https://github.com/MetaMask/metamask-sdk#readme",
"bugs": {
Expand Down
7 changes: 6 additions & 1 deletion packages/sdk-multichain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

[Unreleased]: https://github.com/MetaMask/metamask-sdk/
## [0.0.1]
### Changed
- Mark the package as deprecated in the README and direct consumers to MetaMask Connect migration docs and successor packages.

[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/multichain-sdk@0.0.1...HEAD
[0.0.1]: https://github.com/MetaMask/metamask-sdk/releases/tag/@metamask/multichain-sdk@0.0.1
2 changes: 1 addition & 1 deletion packages/sdk-multichain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/multichain-sdk",
"version": "0.0.0",
"version": "0.0.1",
"description": "Multichain package for MetaMask SDK",
"main": "dist/node/cjs/multichain-sdk.js",
"module": "dist/browser/es/multichain-sdk.mjs",
Expand Down
8 changes: 7 additions & 1 deletion packages/sdk-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.13]
### Changed
- Mark the package as deprecated in the README and direct consumers to MetaMask Connect migration docs and successor packages.
- refactor: replace qr-code-styling with smaller library ([#1129](https://github.com/MetaMask/metamask-sdk/pull/1129))

## [0.3.12]
### Uncategorized
- feat: bump versions for publishing ([#1068](https://github.com/MetaMask/metamask-sdk/pull/1068))
Expand Down Expand Up @@ -73,7 +78,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react-native@0.3.12...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react-native@0.3.13...HEAD
[0.3.13]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react-native@0.3.12...@metamask/sdk-react-native@0.3.13
[0.3.12]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react-native@0.3.11...@metamask/sdk-react-native@0.3.12
[0.3.11]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react-native@0.3.10...@metamask/sdk-react-native@0.3.11
[0.3.10]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react-native@0.3.9...@metamask/sdk-react-native@0.3.10
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@metamask/sdk-react-native",
"title": "MetaMask - ReactNative SDK",
"version": "0.3.12",
"version": "0.3.13",
"description": "MetaMask SDK for React Native applications, enabling seamless integration with MetaMask for blockchain interactions.",
"main": "dist/esm/index.js",
"types": "dist/esm/src/index.d.ts",
Expand Down
7 changes: 6 additions & 1 deletion packages/sdk-react-ui/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]
### Changed
- Mark the package as deprecated in the README and direct consumers to MetaMask Connect migration docs and successor packages.

## [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 @@ -194,7 +198,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- [feat] initial beta released

[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react-ui@0.29.2...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react-ui@0.29.3...HEAD
[0.29.3]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react-ui@0.29.2...@metamask/sdk-react-ui@0.29.3
[0.29.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react-ui@0.29.1...@metamask/sdk-react-ui@0.29.2
[0.29.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react-ui@0.28.4...@metamask/sdk-react-ui@0.29.1
[0.28.4]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react-ui@0.28.1...@metamask/sdk-react-ui@0.28.4
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-react-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/sdk-react-ui",
"version": "0.29.2",
"version": "0.29.3",
"description": "A react component and react hooks to connect and use MetaMask",
"homepage": "https://github.com/MetaMask/metamask-sdk#readme",
"bugs": {
Expand Down
7 changes: 6 additions & 1 deletion packages/sdk-react/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.33.2]
### Changed
- Mark the package as deprecated in the README and direct consumers to MetaMask Connect migration docs and successor packages.

## [0.33.1]
### Fixed
- chore: pin `debug` package to `4.3.4` due to npm compromise ([#1342](https://github.com/MetaMask/metamask-sdk/pull/1342))
Expand Down Expand Up @@ -320,7 +324,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [fix] publishing config ([#135](https://github.com/MetaMask/metamask-sdk/pull/135))
- [feat] initial beta released

[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.33.1...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.33.2...HEAD
[0.33.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.33.1...@metamask/sdk-react@0.33.2
[0.33.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.33.0...@metamask/sdk-react@0.33.1
[0.33.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.32.1...@metamask/sdk-react@0.33.0
[0.32.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.32.0...@metamask/sdk-react@0.32.1
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/sdk-react",
"version": "0.33.1",
"version": "0.33.2",
"description": "A react component and react hooks to connect and use MetaMask",
"homepage": "https://github.com/MetaMask/metamask-sdk",
"bugs": {
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.34.1]
### Changed
- Mark the package as deprecated in the README and direct consumers to MetaMask Connect migration docs and successor packages.

## [0.34.0]
### Added
- Introduces a new `hideReturnToAppNotification` option (default false) and passes it through to deeplink/QR URLs ([#1350](https://github.com/MetaMask/metamask-sdk/pull/1350))
Expand Down Expand Up @@ -503,7 +507,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/sdk@0.34.0...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.34.1...HEAD
[0.34.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.34.0...@metamask/sdk@0.34.1
[0.34.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.33.1...@metamask/sdk@0.34.0
[0.33.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.33.0...@metamask/sdk@0.33.1
[0.33.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.32.1...@metamask/sdk@0.33.0
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.34.0",
"version": "0.34.1",
"description": "",
"homepage": "https://github.com/MetaMask/metamask-sdk#readme",
"bugs": {
Expand Down
Loading