From 1c2c6d860535179348d1c12c0b742d4e816929d2 Mon Sep 17 00:00:00 2001 From: 0xarthurxyz <46296830+0xarthurxyz@users.noreply.github.com> Date: Wed, 17 Jan 2024 13:20:59 +0000 Subject: [PATCH] nit(changeset): fixes small typos and improves clarity in changesets --- .changeset/curly-pianos-applaud.md | 4 ++-- .changeset/plenty-bananas-shop.md | 6 +++--- .changeset/real-rabbits-grab.md | 2 +- .changeset/tough-gorillas-invent.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.changeset/curly-pianos-applaud.md b/.changeset/curly-pianos-applaud.md index e212eec04..eda17edfc 100644 --- a/.changeset/curly-pianos-applaud.md +++ b/.changeset/curly-pianos-applaud.md @@ -2,6 +2,6 @@ '@celo/contractkit': patch --- -Re-removes MetaTransaction wallets (as previously removed in 6.0) +Re-removes MetaTransaction wallets, as previously removed in 6.0.0 (9ab9d00eb). -*previous messsage for removal* - 9ab9d00eb: Remove Support for deprecated MetaTransactionWallet and MetaTransactionWalletDeployer. IF absolutely needed the contracts can be accessed directly or an alternative such as account abstraction should be used +Remove support for deprecated `MetaTransactionWallet` and `MetaTransactionWalletDeployer`. If absolutely needed the contracts can be accessed directly or an alternative such as account abstraction should be used. \ No newline at end of file diff --git a/.changeset/plenty-bananas-shop.md b/.changeset/plenty-bananas-shop.md index d68111461..584e75ee6 100644 --- a/.changeset/plenty-bananas-shop.md +++ b/.changeset/plenty-bananas-shop.md @@ -2,8 +2,8 @@ '@celo/contractkit': patch --- -Reremoves grandamento +Re-removes `grandamento` -While 9ab9d00eb previously removed grandamento it was added back temporarily because the celo cli required the wrappers to be available in order to execute the proposal to remove it from governance. It is now gone for good. RIP. + While 6.0.0 (9ab9d00eb) previously removed `grandamento` it was added back temporarily because `@celo/celocli` required the wrappers to be available in order to execute the proposal to remove it from governance. It is now gone for good. RIP. -Due to previous removal this is not considered a breaking change. + Due to previous removal this is not considered a breaking change. \ No newline at end of file diff --git a/.changeset/real-rabbits-grab.md b/.changeset/real-rabbits-grab.md index 597bb6530..b7544826a 100644 --- a/.changeset/real-rabbits-grab.md +++ b/.changeset/real-rabbits-grab.md @@ -2,4 +2,4 @@ '@celo/celocli': major --- -Removes releasegold commnand topic. use releasecelo +Removes the `releasegold` command in favour of `releasecelo`. \ No newline at end of file diff --git a/.changeset/tough-gorillas-invent.md b/.changeset/tough-gorillas-invent.md index 4b95c0c25..a8fc84968 100644 --- a/.changeset/tough-gorillas-invent.md +++ b/.changeset/tough-gorillas-invent.md @@ -2,4 +2,4 @@ '@celo/celocli': major --- -Remove Grandamento from CLI +Remove `grandamento` commands from CLI. \ No newline at end of file