Skip to content

Commit

Permalink
Update changelogs first pass
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed Sep 3, 2024
1 parent 5e70beb commit 761c968
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 25 deletions.
19 changes: 13 additions & 6 deletions packages/assets-controllers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Group network configurations by chain ([#4286](https://github.com/MetaMask/core/pull/4286))
- Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643))
- Release 191.0.0 ([#4639](https://github.com/MetaMask/core/pull/4639))
- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390))
- Release/189.0.0 ([#4628](https://github.com/MetaMask/core/pull/4628))
- chore: Add export of MarketDataDetails type ([#4622](https://github.com/MetaMask/core/pull/4622))
- Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625))
- Release 185.0.0 ([#4618](https://github.com/MetaMask/core/pull/4618))
- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584))
- chore: bump `@metamask/keyring-api` to version `8.1.0` ([#4594](https://github.com/MetaMask/core/pull/4594))
- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576))
- fix: fetch correct price for $OMNI ([#4570](https://github.com/MetaMask/core/pull/4570))
- fix: fix RatesController.setCryptoCurrencyList invalid internal field ([#4572](https://github.com/MetaMask/core/pull/4572))
- Add public `name` property to `AssetsContractController` class ([#4564](https://github.com/MetaMask/core/pull/4564))
- remove provider undefined type ([#4567](https://github.com/MetaMask/core/pull/4567))

### Added

- Export `MarketDataDetails` type ([#4622](https://github.com/MetaMask/core/pull/4622))

### Changed

- Bump `@metamask/keyring-api` to version `8.1.0` ([#4594](https://github.com/MetaMask/core/pull/4594))
- Bump `typescript` from `~5.0.4` to `~5.2.2` ([#4576](https://github.com/MetaMask/core/pull/4576), [#4584](https://github.com/MetaMask/core/pull/4584))

### Fixed

- Add public `name` property to `AssetsContractController` class ([#4564](https://github.com/MetaMask/core/pull/4564))

## [37.0.0]

### Added
Expand Down
6 changes: 4 additions & 2 deletions packages/gas-fee-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390))
- Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625))
- Release 185.0.0 ([#4618](https://github.com/MetaMask/core/pull/4618))
- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584))
- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576))

### Changed

- Bump `typescript` from `~5.0.4` to `~5.2.2` ([#4576](https://github.com/MetaMask/core/pull/4576), [#4584](https://github.com/MetaMask/core/pull/4584))

## [19.0.1]

Expand Down
2 changes: 0 additions & 2 deletions packages/network-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Uncategorized

- Group network configurations by chain ([#4286](https://github.com/MetaMask/core/pull/4286))
- Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643))
- Release 191.0.0 ([#4639](https://github.com/MetaMask/core/pull/4639))
- deps(network-controller): @metamask/eth-block-tracker@^9.0.3->^10.0.0 ([#4424](https://github.com/MetaMask/core/pull/4424))
- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390))
- Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625))

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

- Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643))
- Release 191.0.0 ([#4639](https://github.com/MetaMask/core/pull/4639))
- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390))
- Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625))
- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584))
- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576))

### Changed

- Bump `typescript` from `~5.0.4` to `~5.2.2` ([#4576](https://github.com/MetaMask/core/pull/4576), [#4584](https://github.com/MetaMask/core/pull/4584))

## [11.0.0]

Expand Down
7 changes: 4 additions & 3 deletions packages/polling-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643))
- Release 191.0.0 ([#4639](https://github.com/MetaMask/core/pull/4639))
- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390))
- Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625))
- Release 185.0.0 ([#4618](https://github.com/MetaMask/core/pull/4618))
- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584))
- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576))

### Changed

- Bump `typescript` from `~5.0.4` to `~5.2.2` ([#4576](https://github.com/MetaMask/core/pull/4576), [#4584](https://github.com/MetaMask/core/pull/4584))

## [9.0.1]

Expand Down
6 changes: 4 additions & 2 deletions packages/queued-request-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390))
- Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625))
- Release 185.0.0 ([#4618](https://github.com/MetaMask/core/pull/4618))
- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584))
- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576))

### Changed

- Bump `typescript` from `~5.0.4` to `~5.2.2` ([#4576](https://github.com/MetaMask/core/pull/4576), [#4584](https://github.com/MetaMask/core/pull/4584))

## [4.0.0]

Expand Down
7 changes: 4 additions & 3 deletions packages/selected-network-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Group network configurations by chain ([#4286](https://github.com/MetaMask/core/pull/4286))
- Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643))
- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390))
- Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625))
- Release 185.0.0 ([#4618](https://github.com/MetaMask/core/pull/4618))
- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584))
- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576))

### Changed

- Bump `typescript` from `~5.0.4` to `~5.2.2` ([#4576](https://github.com/MetaMask/core/pull/4576), [#4584](https://github.com/MetaMask/core/pull/4584))

## [17.0.0]

Expand Down
7 changes: 4 additions & 3 deletions packages/user-operation-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643))
- Release 191.0.0 ([#4639](https://github.com/MetaMask/core/pull/4639))
- Release 190.0.0 ([#4631](https://github.com/MetaMask/core/pull/4631))
- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390))
- Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625))
- Release 185.0.0 ([#4618](https://github.com/MetaMask/core/pull/4618))
- Release 183.0.0 ([#4601](https://github.com/MetaMask/core/pull/4601))
- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584))
- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576))
- Release/181.0.0 ([#4562](https://github.com/MetaMask/core/pull/4562))

### Changed

- Bump `typescript` from `~5.0.4` to `~5.2.2` ([#4576](https://github.com/MetaMask/core/pull/4576), [#4584](https://github.com/MetaMask/core/pull/4584))

## [14.0.1]

### Changed
Expand Down

0 comments on commit 761c968

Please sign in to comment.