Skip to content

Commit 406f7a2

Browse files
Release 78.0.0 (#2896)
This is the release candidate for version 78.0.0. --------- Co-authored-by: Maarten Zuidhoorn <[email protected]>
1 parent a645d0d commit 406f7a2

File tree

15 files changed

+74
-15
lines changed

15 files changed

+74
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "77.0.0",
3+
"version": "78.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/snaps-cli/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [6.5.3]
11+
12+
### Fixed
13+
14+
- Ignore query strings when parsing URLs ([#2883](https://github.com/MetaMask/snaps/pull/2883))
15+
1016
## [6.5.2]
1117

1218
### Changed
@@ -282,7 +288,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
282288
- The version of the package no longer needs to match the version of all other
283289
MetaMask Snaps packages.
284290

285-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
291+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
292+
[6.5.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
286293
[6.5.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
287294
[6.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
288295
[6.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-cli",
3-
"version": "6.5.2",
3+
"version": "6.5.3",
44
"description": "A CLI for developing MetaMask Snaps",
55
"keywords": [
66
"MetaMask",

packages/snaps-controllers/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [9.13.0]
11+
12+
### Added
13+
14+
- Add interface persistence ([#2856](https://github.com/MetaMask/snaps/pull/2856))
15+
16+
### Changed
17+
18+
- Use `arrayBuffer` for fetching local Snaps ([#2884](https://github.com/MetaMask/snaps/pull/2884))
19+
- This fixes some incompatiblities with React Native.
20+
1021
## [9.12.0]
1122

1223
### Added
@@ -556,7 +567,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
556567
- The version of the package no longer needs to match the version of all other
557568
MetaMask Snaps packages.
558569

559-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
570+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
571+
[9.13.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
560572
[9.12.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
561573
[9.11.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
562574
[9.11.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-controllers",
3-
"version": "9.12.0",
3+
"version": "9.13.0",
44
"description": "Controllers for MetaMask Snaps",
55
"keywords": [
66
"MetaMask",

packages/snaps-execution-environments/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [6.10.0]
11+
12+
### Added
13+
14+
- Add `isSecureContext` global ([#2893](https://github.com/MetaMask/snaps/pull/2893))
15+
16+
### Fixed
17+
18+
- Remove unnecessary proxy for provider globals ([#2850](https://github.com/MetaMask/snaps/pull/2850))
19+
- Make fetch responses an instance of `Response` ([#2889](https://github.com/MetaMask/snaps/pull/2889))
20+
1021
## [6.9.2]
1122

1223
### Changed
@@ -386,7 +397,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
386397
- The version of the package no longer needs to match the version of all other
387398
MetaMask Snaps packages.
388399

389-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
400+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
401+
[6.10.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
390402
[6.9.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
391403
[6.9.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
392404
[6.9.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-execution-environments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-execution-environments",
3-
"version": "6.9.2",
3+
"version": "6.10.0",
44
"description": "Snap sandbox environments for executing SES javascript",
55
"keywords": [
66
"MetaMask",

packages/snaps-jest/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.7.1]
11+
12+
### Added
13+
14+
- Add interface persistence ([#2856](https://github.com/MetaMask/snaps/pull/2856))
15+
1016
## [8.7.0]
1117

1218
### Added
@@ -288,7 +294,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
288294
- The version of the package no longer needs to match the version of all other
289295
MetaMask Snaps packages.
290296

291-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
297+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
298+
[8.7.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
292299
[8.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
293300
[8.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
294301
[8.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-jest",
3-
"version": "8.7.0",
3+
"version": "8.7.1",
44
"description": "A Jest preset for end-to-end testing MetaMask Snaps, including a Jest environment, and a set of Jest matchers",
55
"keywords": [
66
"MetaMask",

packages/snaps-sdk/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [6.11.0]
11+
12+
### Added
13+
14+
- Add support for `Address` in `Card` title ([#2894](https://github.com/MetaMask/snaps/pull/2894))
15+
1016
## [6.10.0]
1117

1218
### Added
@@ -409,7 +415,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
409415

410416
- Initial release of this package.
411417

412-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
418+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
419+
[6.11.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
413420
[6.10.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
414421
[6.9.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
415422
[6.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

0 commit comments

Comments
 (0)