From e6c589c5eb956a8cf17e0d1bc9511b5673c70d88 Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Wed, 18 Sep 2024 11:54:32 +0200 Subject: [PATCH 1/3] Initialize Release 1.0.0 --- packages/keyring-api/CHANGELOG.md | 27 ++++++++++++++++++ packages/keyring-eth-hd/CHANGELOG.md | 20 +++++++++++++ .../keyring-eth-ledger-bridge/CHANGELOG.md | 27 ++++++++++++++++++ packages/keyring-eth-simple/CHANGELOG.md | 27 ++++++++++++++++++ packages/keyring-eth-trezor/CHANGELOG.md | 28 +++++++++++++++++++ packages/keyring-snap-bridge/CHANGELOG.md | 4 +++ 6 files changed, 133 insertions(+) diff --git a/packages/keyring-api/CHANGELOG.md b/packages/keyring-api/CHANGELOG.md index 35e3f91a6..6e6d5cc86 100644 --- a/packages/keyring-api/CHANGELOG.md +++ b/packages/keyring-api/CHANGELOG.md @@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- fix: fix preview builds artifacts ([#17](https://github.com/MetaMask/accounts/pull/17)) +- refactor: remove nested .gitignores + use the top-level one ([#18](https://github.com/MetaMask/accounts/pull/18)) +- refactor: update all changelogs to use monorepo links +- build: add changelog:{validate,update} for each packages +- build(keyring-api): also produces .js during build (required to run keyring-snap tests) +- build: add yarn build:force command +- build: use tsc --build rather than tsc --project +- refactor: update global jest.config.js in packages + use it in packages +- refactor: remove packages/\*/.gitattributes +- refactor: remove packages/\*/.editorconfig +- refactor: move packages/keyring-api/.vscode -> .vscode + remove .vscode from other packages +- refactor: remove .nvmrc from all packages +- refactor: migrate depcheck to the top-level +- chore: run prettier for all package.json +- refactor: remove packages/\*/.prettierrc.js + remove prettier from packages +- refactor: remove use of constraints.pro +- refactor: use top-level eslint + cleanup packages lint commands/files + adapt rules to match previous linting rules +- refactor: remove packages/_/.yarn_ +- refactor: migrate .github folder to the top-level (without publish-\*docs.yml for now) +- refactor: remove packageManager from packages +- build: re-organize tsconfig.\* + force resolutions +- build: add new build/test commands for all packages +- refactor: remove packages/\*/yarn.lock +- refactor(keyring-api): \* -> packages/keyring-api + ## [8.1.0] ### Added diff --git a/packages/keyring-eth-hd/CHANGELOG.md b/packages/keyring-eth-hd/CHANGELOG.md index 7c3a13c40..fa30d4d7a 100644 --- a/packages/keyring-eth-hd/CHANGELOG.md +++ b/packages/keyring-eth-hd/CHANGELOG.md @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- refactor: remove nested .gitignores + use the top-level one ([#18](https://github.com/MetaMask/accounts/pull/18)) +- feat: preview builds ([#15](https://github.com/MetaMask/accounts/pull/15)) +- refactor: update all changelogs to use monorepo links +- chore(keyring-eth-hd): update @metamask/auto-changelog to ^3.4.4 +- build: add changelog:{validate,update} for each packages +- build: add yarn build:force command +- refactor: update global jest.config.js in packages + use it in packages +- refactor: remove .nvmrc from all packages +- fix(prettier): update changelogs for kerying-eth-{hd,ledger-bridge,simple,trezor} +- refactor: remove packages/\*/.prettierrc.js + remove prettier from packages +- refactor: use top-level eslint + cleanup packages lint commands/files + adapt rules to match previous linting rules +- refactor: remove packages/_/.yarn_ +- refactor: migrate .github folder to the top-level (without publish-\*docs.yml for now) +- refactor: remove packageManager from packages +- build: add new build/test commands for all packages +- refactor: remove packages/\*/yarn.lock +- refactor(eth-hd-keyring): \* -> packages/keyring-eth-hd + ## [7.0.1] ### Changed diff --git a/packages/keyring-eth-ledger-bridge/CHANGELOG.md b/packages/keyring-eth-ledger-bridge/CHANGELOG.md index 10ca2a294..41f911f65 100644 --- a/packages/keyring-eth-ledger-bridge/CHANGELOG.md +++ b/packages/keyring-eth-ledger-bridge/CHANGELOG.md @@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- fix: fix preview builds artifacts ([#17](https://github.com/MetaMask/accounts/pull/17)) +- refactor: remove nested .gitignores + use the top-level one ([#18](https://github.com/MetaMask/accounts/pull/18)) +- feat: preview builds ([#15](https://github.com/MetaMask/accounts/pull/15)) +- refactor: update all changelogs to use monorepo links +- build: add changelog:{validate,update} for each packages +- build: add yarn build:force command +- build(keyring-eth-ledger-bridge): add @types/web to provide DOM type definitions +- build: use tsc --build rather than tsc --project +- refactor: update global jest.config.js in packages + use it in packages +- refactor: remove packages/\*/.gitattributes +- refactor: remove packages/\*/.editorconfig +- refactor: remove .nvmrc from all packages +- refactor: migrate depcheck to the top-level +- fix(prettier): update changelogs for kerying-eth-{hd,ledger-bridge,simple,trezor} +- chore: run prettier for all package.json +- refactor: remove packages/\*/.prettierrc.js + remove prettier from packages +- refactor: use top-level eslint + cleanup packages lint commands/files + adapt rules to match previous linting rules +- refactor: remove packages/_/.yarn_ +- refactor: migrate .github folder to the top-level (without publish-\*docs.yml for now) +- refactor: remove packageManager from packages +- build: re-organize tsconfig.\* + force resolutions +- build: add new build/test commands for all packages +- refactor: remove packages/\*/yarn.lock +- refactor(eth-ledger-bridge-keyring): \* -> packages/keyring-eth-ledger-bridge + ## [4.1.1] ### Fixed diff --git a/packages/keyring-eth-simple/CHANGELOG.md b/packages/keyring-eth-simple/CHANGELOG.md index b79a38608..d6ee0fc2c 100644 --- a/packages/keyring-eth-simple/CHANGELOG.md +++ b/packages/keyring-eth-simple/CHANGELOG.md @@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- fix: fix preview builds artifacts ([#17](https://github.com/MetaMask/accounts/pull/17)) +- refactor: remove nested .gitignores + use the top-level one ([#18](https://github.com/MetaMask/accounts/pull/18)) +- feat: preview builds ([#15](https://github.com/MetaMask/accounts/pull/15)) +- refactor: update all changelogs to use monorepo links +- build: add changelog:{validate,update} for each packages +- build: add yarn build:force command +- build: use tsc --build rather than tsc --project +- refactor: update global jest.config.js in packages + use it in packages +- refactor: remove packages/\*/.gitattributes +- refactor: remove packages/\*/.editorconfig +- refactor: move packages/keyring-api/.vscode -> .vscode + remove .vscode from other packages +- refactor: remove .nvmrc from all packages +- refactor: migrate depcheck to the top-level +- fix(prettier): update changelogs for kerying-eth-{hd,ledger-bridge,simple,trezor} +- chore: run prettier for all package.json +- refactor: remove packages/\*/.prettierrc.js + remove prettier from packages +- refactor: use top-level eslint + cleanup packages lint commands/files + adapt rules to match previous linting rules +- refactor: remove packages/_/.yarn_ +- refactor: migrate .github folder to the top-level (without publish-\*docs.yml for now) +- refactor: remove packageManager from packages +- build: re-organize tsconfig.\* + force resolutions +- build: add new build/test commands for all packages +- refactor: remove packages/\*/yarn.lock +- refactor(eth-simple-keyring): \* -> packages/keyring-eth-simple + ## [6.0.2] ### Changed diff --git a/packages/keyring-eth-trezor/CHANGELOG.md b/packages/keyring-eth-trezor/CHANGELOG.md index fe9e99842..62756716a 100644 --- a/packages/keyring-eth-trezor/CHANGELOG.md +++ b/packages/keyring-eth-trezor/CHANGELOG.md @@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- fix: fix preview builds artifacts ([#17](https://github.com/MetaMask/accounts/pull/17)) +- refactor: remove nested .gitignores + use the top-level one ([#18](https://github.com/MetaMask/accounts/pull/18)) +- feat: preview builds ([#15](https://github.com/MetaMask/accounts/pull/15)) +- refactor: update all changelogs to use monorepo links +- build: add changelog:{validate,update} for each packages +- build: add yarn build:force command +- build(keyring-eth-trezor): use nohoist alternative with installConfig +- build: use tsc --build rather than tsc --project +- refactor: update global jest.config.js in packages + use it in packages +- refactor: remove packages/\*/.gitattributes +- refactor: remove packages/\*/.editorconfig +- refactor: remove .nvmrc from all packages +- refactor: migrate depcheck to the top-level +- fix(prettier): update changelogs for kerying-eth-{hd,ledger-bridge,simple,trezor} +- chore: run prettier for all package.json +- refactor: remove packages/\*/.prettierrc.js + remove prettier from packages +- refactor: use top-level eslint + cleanup packages lint commands/files + adapt rules to match previous linting rules +- refactor: remove packages/_/.yarn_ +- refactor: migrate .github folder to the top-level (without publish-\*docs.yml for now) +- test(keyring-eth-trezor): use jsdom test environment for some tests +- refactor: remove packageManager from packages +- build: re-organize tsconfig.\* + force resolutions +- build: add new build/test commands for all packages +- refactor: remove packages/\*/yarn.lock +- refactor(eth-trezor-keyring): \* -> packages/keyring-eth-trezor + ## [3.1.0] ### Changed diff --git a/packages/keyring-snap-bridge/CHANGELOG.md b/packages/keyring-snap-bridge/CHANGELOG.md index 314dce805..80d826f82 100644 --- a/packages/keyring-snap-bridge/CHANGELOG.md +++ b/packages/keyring-snap-bridge/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- refactor(keyring-snap): keyring-snap -> keyring-snap-bridge ([#34](https://github.com/MetaMask/accounts/pull/34)) + ## [4.3.3] ### Changed From ef6f27b4178fefea249dfc6075fc25d3cee31340 Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Wed, 18 Sep 2024 11:54:55 +0200 Subject: [PATCH 2/3] Update Release 1.0.0 --- package.json | 2 +- packages/keyring-api/CHANGELOG.md | 5 ++++- packages/keyring-api/package.json | 2 +- packages/keyring-eth-hd/CHANGELOG.md | 5 ++++- packages/keyring-eth-hd/package.json | 2 +- packages/keyring-eth-ledger-bridge/CHANGELOG.md | 5 ++++- packages/keyring-eth-ledger-bridge/package.json | 2 +- packages/keyring-eth-simple/CHANGELOG.md | 5 ++++- packages/keyring-eth-simple/package.json | 2 +- packages/keyring-eth-trezor/CHANGELOG.md | 5 ++++- packages/keyring-eth-trezor/package.json | 2 +- packages/keyring-snap-bridge/CHANGELOG.md | 5 ++++- packages/keyring-snap-bridge/package.json | 2 +- 13 files changed, 31 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 7b6351d17..6788eb736 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/accounts-monorepo", - "version": "0.0.0", + "version": "1.0.0", "private": true, "description": "Monorepo for MetaMask accounts related packages", "repository": { diff --git a/packages/keyring-api/CHANGELOG.md b/packages/keyring-api/CHANGELOG.md index 6e6d5cc86..82cf261f4 100644 --- a/packages/keyring-api/CHANGELOG.md +++ b/packages/keyring-api/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.1.1] + ### Uncategorized - fix: fix preview builds artifacts ([#17](https://github.com/MetaMask/accounts/pull/17)) @@ -417,7 +419,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - SnapController keyring client. It is intended to be used by MetaMask to talk to the snap. - Helper functions to create keyring handler in the snap. -[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.1...HEAD +[8.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.0...@metamask/keyring-api@8.1.1 [8.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.0.2...@metamask/keyring-api@8.1.0 [8.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.0.1...@metamask/keyring-api@8.0.2 [8.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.0.0...@metamask/keyring-api@8.0.1 diff --git a/packages/keyring-api/package.json b/packages/keyring-api/package.json index 6bad34edd..ebda9b1f3 100644 --- a/packages/keyring-api/package.json +++ b/packages/keyring-api/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/keyring-api", - "version": "8.1.0", + "version": "8.1.1", "description": "MetaMask Keyring API", "keywords": [ "metamask", diff --git a/packages/keyring-eth-hd/CHANGELOG.md b/packages/keyring-eth-hd/CHANGELOG.md index fa30d4d7a..54e4f6869 100644 --- a/packages/keyring-eth-hd/CHANGELOG.md +++ b/packages/keyring-eth-hd/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.0.2] + ### Uncategorized - refactor: remove nested .gitignores + use the top-level one ([#18](https://github.com/MetaMask/accounts/pull/18)) @@ -128,7 +130,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Deserialize method (and `HdKeyring` constructor by extension) can no longer be passed an options object containing a value for `numberOfAccounts` if it is not also containing a value for `mnemonic`. - Package name changed from `eth-hd-keyring` to `@metamask/eth-hd-keyring`. -[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@7.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@7.0.2...HEAD +[7.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@7.0.1...@metamask/eth-hd-keyring@7.0.2 [7.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@7.0.0...@metamask/eth-hd-keyring@7.0.1 [7.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@6.0.2...@metamask/eth-hd-keyring@7.0.0 [6.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@6.0.1...@metamask/eth-hd-keyring@6.0.2 diff --git a/packages/keyring-eth-hd/package.json b/packages/keyring-eth-hd/package.json index f6e31c31a..df761a02b 100644 --- a/packages/keyring-eth-hd/package.json +++ b/packages/keyring-eth-hd/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-hd-keyring", - "version": "7.0.1", + "version": "7.0.2", "description": "A simple standard interface for a seed phrase generated set of Ethereum accounts.", "keywords": [ "ethereum", diff --git a/packages/keyring-eth-ledger-bridge/CHANGELOG.md b/packages/keyring-eth-ledger-bridge/CHANGELOG.md index 41f911f65..52948ac66 100644 --- a/packages/keyring-eth-ledger-bridge/CHANGELOG.md +++ b/packages/keyring-eth-ledger-bridge/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.1.2] + ### Uncategorized - fix: fix preview builds artifacts ([#17](https://github.com/MetaMask/accounts/pull/17)) @@ -189,7 +191,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support new versions of ethereumjs/tx ([#68](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/68)) -[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@4.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@4.1.2...HEAD +[4.1.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@4.1.1...@metamask/eth-ledger-bridge-keyring@4.1.2 [4.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@4.1.0...@metamask/eth-ledger-bridge-keyring@4.1.1 [4.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@4.0.0...@metamask/eth-ledger-bridge-keyring@4.1.0 [4.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@3.0.0...@metamask/eth-ledger-bridge-keyring@4.0.0 diff --git a/packages/keyring-eth-ledger-bridge/package.json b/packages/keyring-eth-ledger-bridge/package.json index c2c6da283..d471ac641 100644 --- a/packages/keyring-eth-ledger-bridge/package.json +++ b/packages/keyring-eth-ledger-bridge/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-ledger-bridge-keyring", - "version": "4.1.1", + "version": "4.1.2", "description": "A MetaMask compatible keyring, for ledger hardware wallets", "keywords": [ "ethereum", diff --git a/packages/keyring-eth-simple/CHANGELOG.md b/packages/keyring-eth-simple/CHANGELOG.md index d6ee0fc2c..07bd46574 100644 --- a/packages/keyring-eth-simple/CHANGELOG.md +++ b/packages/keyring-eth-simple/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.0.3] + ### Uncategorized - fix: fix preview builds artifacts ([#17](https://github.com/MetaMask/accounts/pull/17)) @@ -90,7 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Remove redundant `newGethSignMessage` method ([#72](https://github.com/MetaMask/eth-simple-keyring/pull/72)) - Consumers can use `signPersonalMessage` method as a replacement for `newGethSignMessage`. -[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@6.0.2...HEAD +[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@6.0.3...HEAD +[6.0.3]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@6.0.2...@metamask/eth-simple-keyring@6.0.3 [6.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@6.0.1...@metamask/eth-simple-keyring@6.0.2 [6.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@6.0.0...@metamask/eth-simple-keyring@6.0.1 [6.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@5.1.1...@metamask/eth-simple-keyring@6.0.0 diff --git a/packages/keyring-eth-simple/package.json b/packages/keyring-eth-simple/package.json index be7a85bb5..6d1e2d717 100644 --- a/packages/keyring-eth-simple/package.json +++ b/packages/keyring-eth-simple/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-simple-keyring", - "version": "6.0.2", + "version": "6.0.3", "description": "A simple standard interface for a series of Ethereum private keys.", "keywords": [ "ethereum", diff --git a/packages/keyring-eth-trezor/CHANGELOG.md b/packages/keyring-eth-trezor/CHANGELOG.md index 62756716a..8f91efae2 100644 --- a/packages/keyring-eth-trezor/CHANGELOG.md +++ b/packages/keyring-eth-trezor/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.1.1] + ### Uncategorized - fix: fix preview builds artifacts ([#17](https://github.com/MetaMask/accounts/pull/17)) @@ -126,7 +128,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support new versions of ethereumjs/tx ([#88](https://github.com/metamask/eth-trezor-keyring/pull/88)) -[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@3.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@3.1.1...HEAD +[3.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@3.1.0...@metamask/eth-trezor-keyring@3.1.1 [3.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@3.0.0...@metamask/eth-trezor-keyring@3.1.0 [3.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@2.0.0...@metamask/eth-trezor-keyring@3.0.0 [2.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@1.1.0...@metamask/eth-trezor-keyring@2.0.0 diff --git a/packages/keyring-eth-trezor/package.json b/packages/keyring-eth-trezor/package.json index 528946d6b..34add5bc8 100644 --- a/packages/keyring-eth-trezor/package.json +++ b/packages/keyring-eth-trezor/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-trezor-keyring", - "version": "3.1.0", + "version": "3.1.1", "description": "A MetaMask compatible keyring, for trezor hardware wallets", "keywords": [ "ethereum", diff --git a/packages/keyring-snap-bridge/CHANGELOG.md b/packages/keyring-snap-bridge/CHANGELOG.md index 80d826f82..c4afefbcd 100644 --- a/packages/keyring-snap-bridge/CHANGELOG.md +++ b/packages/keyring-snap-bridge/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.3.4] + ### Uncategorized - refactor(keyring-snap): keyring-snap -> keyring-snap-bridge ([#34](https://github.com/MetaMask/accounts/pull/34)) @@ -324,7 +326,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@4.3.3...HEAD +[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@4.3.4...HEAD +[4.3.4]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@4.3.3...@metamask/eth-snap-keyring@4.3.4 [4.3.3]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@4.3.2...@metamask/eth-snap-keyring@4.3.3 [4.3.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@4.3.1...@metamask/eth-snap-keyring@4.3.2 [4.3.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@4.3.0...@metamask/eth-snap-keyring@4.3.1 diff --git a/packages/keyring-snap-bridge/package.json b/packages/keyring-snap-bridge/package.json index 3bc554a56..8e6d124e7 100644 --- a/packages/keyring-snap-bridge/package.json +++ b/packages/keyring-snap-bridge/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-snap-keyring", - "version": "4.3.3", + "version": "4.3.4", "description": "Snaps keyring bridge.", "repository": { "type": "git", From 593e8371e7caaab3b188d5b1cb56c1d0e58baf81 Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Wed, 18 Sep 2024 11:55:50 +0200 Subject: [PATCH 3/3] chore: update changelogs --- packages/keyring-api/CHANGELOG.md | 31 +++--------------- packages/keyring-eth-hd/CHANGELOG.md | 24 +++----------- .../keyring-eth-ledger-bridge/CHANGELOG.md | 31 +++--------------- packages/keyring-eth-simple/CHANGELOG.md | 31 +++--------------- packages/keyring-eth-trezor/CHANGELOG.md | 32 +++---------------- packages/keyring-snap-bridge/CHANGELOG.md | 6 ++-- 6 files changed, 29 insertions(+), 126 deletions(-) diff --git a/packages/keyring-api/CHANGELOG.md b/packages/keyring-api/CHANGELOG.md index 82cf261f4..5f5bd2734 100644 --- a/packages/keyring-api/CHANGELOG.md +++ b/packages/keyring-api/CHANGELOG.md @@ -9,32 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [8.1.1] -### Uncategorized - -- fix: fix preview builds artifacts ([#17](https://github.com/MetaMask/accounts/pull/17)) -- refactor: remove nested .gitignores + use the top-level one ([#18](https://github.com/MetaMask/accounts/pull/18)) -- refactor: update all changelogs to use monorepo links -- build: add changelog:{validate,update} for each packages -- build(keyring-api): also produces .js during build (required to run keyring-snap tests) -- build: add yarn build:force command -- build: use tsc --build rather than tsc --project -- refactor: update global jest.config.js in packages + use it in packages -- refactor: remove packages/\*/.gitattributes -- refactor: remove packages/\*/.editorconfig -- refactor: move packages/keyring-api/.vscode -> .vscode + remove .vscode from other packages -- refactor: remove .nvmrc from all packages -- refactor: migrate depcheck to the top-level -- chore: run prettier for all package.json -- refactor: remove packages/\*/.prettierrc.js + remove prettier from packages -- refactor: remove use of constraints.pro -- refactor: use top-level eslint + cleanup packages lint commands/files + adapt rules to match previous linting rules -- refactor: remove packages/_/.yarn_ -- refactor: migrate .github folder to the top-level (without publish-\*docs.yml for now) -- refactor: remove packageManager from packages -- build: re-organize tsconfig.\* + force resolutions -- build: add new build/test commands for all packages -- refactor: remove packages/\*/yarn.lock -- refactor(keyring-api): \* -> packages/keyring-api +### Changed + +- Convert to monorepo + - Package name does not change (`@metamask/keyring-api`) and sources have been moved to: `packages/keyring-api`. + - You can find all the changes [here](https://github.com/MetaMask/accounts/compare/6da58b4...38794aa). ## [8.1.0] diff --git a/packages/keyring-eth-hd/CHANGELOG.md b/packages/keyring-eth-hd/CHANGELOG.md index 54e4f6869..3c893f87e 100644 --- a/packages/keyring-eth-hd/CHANGELOG.md +++ b/packages/keyring-eth-hd/CHANGELOG.md @@ -9,25 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [7.0.2] -### Uncategorized - -- refactor: remove nested .gitignores + use the top-level one ([#18](https://github.com/MetaMask/accounts/pull/18)) -- feat: preview builds ([#15](https://github.com/MetaMask/accounts/pull/15)) -- refactor: update all changelogs to use monorepo links -- chore(keyring-eth-hd): update @metamask/auto-changelog to ^3.4.4 -- build: add changelog:{validate,update} for each packages -- build: add yarn build:force command -- refactor: update global jest.config.js in packages + use it in packages -- refactor: remove .nvmrc from all packages -- fix(prettier): update changelogs for kerying-eth-{hd,ledger-bridge,simple,trezor} -- refactor: remove packages/\*/.prettierrc.js + remove prettier from packages -- refactor: use top-level eslint + cleanup packages lint commands/files + adapt rules to match previous linting rules -- refactor: remove packages/_/.yarn_ -- refactor: migrate .github folder to the top-level (without publish-\*docs.yml for now) -- refactor: remove packageManager from packages -- build: add new build/test commands for all packages -- refactor: remove packages/\*/yarn.lock -- refactor(eth-hd-keyring): \* -> packages/keyring-eth-hd +### Changed + +- Convert to monorepo + - Package name does not change (`@metamask/eth-hd-keyring`) and sources have been moved to: `packages/keyring-eth-hd`. + - You can find all the changes [here](https://github.com/MetaMask/accounts/compare/6da58b4...38794aa). ## [7.0.1] diff --git a/packages/keyring-eth-ledger-bridge/CHANGELOG.md b/packages/keyring-eth-ledger-bridge/CHANGELOG.md index 52948ac66..84405dbfb 100644 --- a/packages/keyring-eth-ledger-bridge/CHANGELOG.md +++ b/packages/keyring-eth-ledger-bridge/CHANGELOG.md @@ -9,32 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [4.1.2] -### Uncategorized - -- fix: fix preview builds artifacts ([#17](https://github.com/MetaMask/accounts/pull/17)) -- refactor: remove nested .gitignores + use the top-level one ([#18](https://github.com/MetaMask/accounts/pull/18)) -- feat: preview builds ([#15](https://github.com/MetaMask/accounts/pull/15)) -- refactor: update all changelogs to use monorepo links -- build: add changelog:{validate,update} for each packages -- build: add yarn build:force command -- build(keyring-eth-ledger-bridge): add @types/web to provide DOM type definitions -- build: use tsc --build rather than tsc --project -- refactor: update global jest.config.js in packages + use it in packages -- refactor: remove packages/\*/.gitattributes -- refactor: remove packages/\*/.editorconfig -- refactor: remove .nvmrc from all packages -- refactor: migrate depcheck to the top-level -- fix(prettier): update changelogs for kerying-eth-{hd,ledger-bridge,simple,trezor} -- chore: run prettier for all package.json -- refactor: remove packages/\*/.prettierrc.js + remove prettier from packages -- refactor: use top-level eslint + cleanup packages lint commands/files + adapt rules to match previous linting rules -- refactor: remove packages/_/.yarn_ -- refactor: migrate .github folder to the top-level (without publish-\*docs.yml for now) -- refactor: remove packageManager from packages -- build: re-organize tsconfig.\* + force resolutions -- build: add new build/test commands for all packages -- refactor: remove packages/\*/yarn.lock -- refactor(eth-ledger-bridge-keyring): \* -> packages/keyring-eth-ledger-bridge +### Changed + +- Convert to monorepo + - Package name does not change (`@metamask/eth-ledger-bridge-keyring`) and sources have been moved to: `packages/keyring-eth-ledger-bridge`. + - You can find all the changes [here](https://github.com/MetaMask/accounts/compare/6da58b4...38794aa). ## [4.1.1] diff --git a/packages/keyring-eth-simple/CHANGELOG.md b/packages/keyring-eth-simple/CHANGELOG.md index 07bd46574..2bb54f2c8 100644 --- a/packages/keyring-eth-simple/CHANGELOG.md +++ b/packages/keyring-eth-simple/CHANGELOG.md @@ -9,32 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [6.0.3] -### Uncategorized - -- fix: fix preview builds artifacts ([#17](https://github.com/MetaMask/accounts/pull/17)) -- refactor: remove nested .gitignores + use the top-level one ([#18](https://github.com/MetaMask/accounts/pull/18)) -- feat: preview builds ([#15](https://github.com/MetaMask/accounts/pull/15)) -- refactor: update all changelogs to use monorepo links -- build: add changelog:{validate,update} for each packages -- build: add yarn build:force command -- build: use tsc --build rather than tsc --project -- refactor: update global jest.config.js in packages + use it in packages -- refactor: remove packages/\*/.gitattributes -- refactor: remove packages/\*/.editorconfig -- refactor: move packages/keyring-api/.vscode -> .vscode + remove .vscode from other packages -- refactor: remove .nvmrc from all packages -- refactor: migrate depcheck to the top-level -- fix(prettier): update changelogs for kerying-eth-{hd,ledger-bridge,simple,trezor} -- chore: run prettier for all package.json -- refactor: remove packages/\*/.prettierrc.js + remove prettier from packages -- refactor: use top-level eslint + cleanup packages lint commands/files + adapt rules to match previous linting rules -- refactor: remove packages/_/.yarn_ -- refactor: migrate .github folder to the top-level (without publish-\*docs.yml for now) -- refactor: remove packageManager from packages -- build: re-organize tsconfig.\* + force resolutions -- build: add new build/test commands for all packages -- refactor: remove packages/\*/yarn.lock -- refactor(eth-simple-keyring): \* -> packages/keyring-eth-simple +### Changed + +- Convert to monorepo + - Package name does not change (`@metamask/eth-simple-keyring`) and sources have been moved to: `packages/keyring-eth-simple`. + - You can find all the changes [here](https://github.com/MetaMask/accounts/compare/6da58b4...38794aa). ## [6.0.2] diff --git a/packages/keyring-eth-trezor/CHANGELOG.md b/packages/keyring-eth-trezor/CHANGELOG.md index 8f91efae2..84bcb3e11 100644 --- a/packages/keyring-eth-trezor/CHANGELOG.md +++ b/packages/keyring-eth-trezor/CHANGELOG.md @@ -9,33 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.1.1] -### Uncategorized - -- fix: fix preview builds artifacts ([#17](https://github.com/MetaMask/accounts/pull/17)) -- refactor: remove nested .gitignores + use the top-level one ([#18](https://github.com/MetaMask/accounts/pull/18)) -- feat: preview builds ([#15](https://github.com/MetaMask/accounts/pull/15)) -- refactor: update all changelogs to use monorepo links -- build: add changelog:{validate,update} for each packages -- build: add yarn build:force command -- build(keyring-eth-trezor): use nohoist alternative with installConfig -- build: use tsc --build rather than tsc --project -- refactor: update global jest.config.js in packages + use it in packages -- refactor: remove packages/\*/.gitattributes -- refactor: remove packages/\*/.editorconfig -- refactor: remove .nvmrc from all packages -- refactor: migrate depcheck to the top-level -- fix(prettier): update changelogs for kerying-eth-{hd,ledger-bridge,simple,trezor} -- chore: run prettier for all package.json -- refactor: remove packages/\*/.prettierrc.js + remove prettier from packages -- refactor: use top-level eslint + cleanup packages lint commands/files + adapt rules to match previous linting rules -- refactor: remove packages/_/.yarn_ -- refactor: migrate .github folder to the top-level (without publish-\*docs.yml for now) -- test(keyring-eth-trezor): use jsdom test environment for some tests -- refactor: remove packageManager from packages -- build: re-organize tsconfig.\* + force resolutions -- build: add new build/test commands for all packages -- refactor: remove packages/\*/yarn.lock -- refactor(eth-trezor-keyring): \* -> packages/keyring-eth-trezor +### Changed + +- Convert to monorepo + - Package name does not change (`@metamask/eth-trezor-keyring`) and sources have been moved to: `packages/keyring-eth-trezor`. + - You can find all the changes [here](https://github.com/MetaMask/accounts/compare/6da58b4...38794aa). ## [3.1.0] diff --git a/packages/keyring-snap-bridge/CHANGELOG.md b/packages/keyring-snap-bridge/CHANGELOG.md index c4afefbcd..df8ffb022 100644 --- a/packages/keyring-snap-bridge/CHANGELOG.md +++ b/packages/keyring-snap-bridge/CHANGELOG.md @@ -9,9 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [4.3.4] -### Uncategorized +### Changed -- refactor(keyring-snap): keyring-snap -> keyring-snap-bridge ([#34](https://github.com/MetaMask/accounts/pull/34)) +- Convert to monorepo + - Package name does not change (`@metamask/eth-snap-keyring`) and sources have been moved to: `packages/keyring-snap-bridge`. + - You can find all the changes [here](https://github.com/MetaMask/accounts/compare/6da58b4...38794aa). ## [4.3.3]