Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
  • Loading branch information
FrederikBolding and Mrtenz authored Feb 16, 2024
1 parent 4aaff2f commit 2703e49
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
3 changes: 1 addition & 2 deletions packages/examples/packages/dialogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [2.2.0]
### Added
- Add a link to confirmation dialog in dialog example snap ([#2112](https://github.com/MetaMask/snaps/pull/2112))
- Add a link to confirmation dialog ([#2112](https://github.com/MetaMask/snaps/pull/2112))

### Changed
- Remove snap icon ([#2189](https://github.com/MetaMask/snaps/pull/2189))


## [2.1.0]
### Changed
- Use `@metamask/snaps-sdk` package ([#1930](https://github.com/MetaMask/snaps/pull/1930),
Expand Down
4 changes: 2 additions & 2 deletions packages/snaps-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [5.1.0]
### Changed
- Optimize CLI Webpack configuration ([#2175](https://github.com/MetaMask/snaps/pull/2175))
- This should allow Snap bundles to be much smaller than in the past.
- This can reduce the size of Snaps in certain cases.
- Show Webpack compilation warnings in CLI ([#2186](https://github.com/MetaMask/snaps/pull/2186), [#2192](https://github.com/MetaMask/snaps/pull/2192))
- Add a warning when no icon is found and when icon is not 1:1 ([#2185](https://github.com/MetaMask/snaps/pull/2185))
- Add a warning when no icon is found and when icon is not square ([#2185](https://github.com/MetaMask/snaps/pull/2185))

## [5.0.0]
### Changed
Expand Down
4 changes: 4 additions & 0 deletions packages/snaps-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [2.1.0]
### Changed
- Improve support for Snap errors without a message ([#2176](https://github.com/MetaMask/snaps/pull/2176))
- You can now add data to an error without having to specify a message. For example:
```ts
throw new MethodNotFoundError({ method: 'some method name' });
```
- Strip empty `data` from Snap errors ([#2179](https://github.com/MetaMask/snaps/pull/2179))

## [2.0.0]
Expand Down
2 changes: 1 addition & 1 deletion packages/snaps-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [6.1.0]
### Added
- Add a manifest warning when no icon is found and when icon is not 1:1 ([#2185](https://github.com/MetaMask/snaps/pull/2185))
- Add a manifest warning when no icon is found and when icon is not square ([#2185](https://github.com/MetaMask/snaps/pull/2185))

## [6.0.0]
### Added
Expand Down
4 changes: 2 additions & 2 deletions packages/snaps-webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [3.2.0]
### Added
- Add a manifest warning when no icon is found and when icon is not 1:1 ([#2185](https://github.com/MetaMask/snaps/pull/2185))
- Add a manifest warning when no icon is found and when icon is not square ([#2185](https://github.com/MetaMask/snaps/pull/2185))

### Changed
- Change warning output format ([#2186](https://github.com/MetaMask/snaps/pull/2186))
- Update warning messages ([#2186](https://github.com/MetaMask/snaps/pull/2186))
- Bump several MetaMask dependencies ([#2054](https://github.com/MetaMask/snaps/pull/2054), [#2100](https://github.com/MetaMask/snaps/pull/2100), [#2105](https://github.com/MetaMask/snaps/pull/2105), [#2173](https://github.com/MetaMask/snaps/pull/2173))

## [3.1.1]
Expand Down

0 comments on commit 2703e49

Please sign in to comment.