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/snaps-monorepo",
"version": "162.0.0",
"version": "163.0.0",
"private": true,
"repository": {
"type": "git",
Expand Down
9 changes: 8 additions & 1 deletion packages/examples/packages/preinstalled/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.1]

### Fixed

- Re-add `hidden` flag ([#4068](https://github.com/MetaMask/snaps/pull/4068))

## [0.8.0]

### Added
Expand Down Expand Up @@ -67,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add preinstalled example Snap ([#2721](https://github.com/MetaMask/snaps/pull/2721))

[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/preinstalled-example-snap@0.8.0...HEAD
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/preinstalled-example-snap@0.8.1...HEAD
[0.8.1]: https://github.com/MetaMask/snaps/compare/@metamask/preinstalled-example-snap@0.8.0...@metamask/preinstalled-example-snap@0.8.1
[0.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/preinstalled-example-snap@0.7.2...@metamask/preinstalled-example-snap@0.8.0
[0.7.2]: https://github.com/MetaMask/snaps/compare/@metamask/preinstalled-example-snap@0.7.1...@metamask/preinstalled-example-snap@0.7.2
[0.7.1]: https://github.com/MetaMask/snaps/compare/@metamask/preinstalled-example-snap@0.7.0...@metamask/preinstalled-example-snap@0.7.1
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/preinstalled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/preinstalled-example-snap",
"version": "0.8.0",
"version": "0.8.1",
"description": "MetaMask example snap demonstrating preinstalled Snaps",
"keywords": [
"MetaMask",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/packages/preinstalled/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.8.0",
"version": "0.8.1",
"description": "MetaMask example snap demonstrating preinstalled Snaps.",
"proposedName": "Preinstalled Example Snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "+jUzz6C8lCErEW83eTA9K/+whRdVo5Nr5rs1JRlEohE=",
"shasum": "NFAEoPMpWTYUKmBjRZ/wrHAfGsb512DI0BTyNhgVzkA=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
9 changes: 8 additions & 1 deletion packages/test-snaps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.5.2]

### Fixed

- Rename duplicate identifiers ([#4069](https://github.com/MetaMask/snaps/pull/4069))

## [3.5.1]

### Fixed
Expand Down Expand Up @@ -454,7 +460,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fix NPM package name of the network access snap ([#1621](https://github.com/MetaMask/snaps/pull/1621))

[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@3.5.1...HEAD
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@3.5.2...HEAD
[3.5.2]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@3.5.1...@metamask/test-snaps@3.5.2
[3.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@3.5.0...@metamask/test-snaps@3.5.1
[3.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@3.4.2...@metamask/test-snaps@3.5.0
[3.4.2]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@3.4.1...@metamask/test-snaps@3.4.2
Expand Down
2 changes: 1 addition & 1 deletion packages/test-snaps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/test-snaps",
"version": "3.5.1",
"version": "3.5.2",
"description": "The test snaps website for MetaMask Snaps, used for end-to-end testing",
"keywords": [
"MetaMask",
Expand Down
Loading