Skip to content

Commit 8a9d6aa

Browse files
Version Packages (#747)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated. # Releases ## @celo/actions@0.2.1 ### Patch Changes - Updated dependencies \[[`f78f741`](f78f741)]: - @celo/base@7.0.4 - @celo/core@0.0.2 ## @celo/celocli@8.0.2 ### Patch Changes - [#746](#746) [`f78f741`](f78f741) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Update StableToken to match new Mento naming format cXXX => XXXm <https://forum.celo.org/t/mento-stablecoin-rebranding-and-strategic-evolution/12639/10> - Updated dependencies \[[`f78f741`](f78f741)]: - @celo/contractkit@10.0.3 - @celo/base@7.0.4 - @celo/actions@0.2.1 ## @celo/core@0.0.2 ### Patch Changes - Updated dependencies \[[`f78f741`](f78f741)]: - @celo/base@7.0.4 ## @celo/base@7.0.4 ### Patch Changes - [#746](#746) [`f78f741`](f78f741) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Update StableToken to match new Mento naming format cXXX => XXXm <https://forum.celo.org/t/mento-stablecoin-rebranding-and-strategic-evolution/12639/10> ## @celo/contractkit@10.0.3 ### Patch Changes - [#746](#746) [`f78f741`](f78f741) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Update StableToken to match new Mento naming format cXXX => XXXm <https://forum.celo.org/t/mento-stablecoin-rebranding-and-strategic-evolution/12639/10> - Updated dependencies \[[`f78f741`](f78f741)]: - @celo/base@7.0.4 <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily focuses on updating the version numbers of various Celo packages and their documentation. It also includes the addition of new documentation links for several functions and classes across multiple packages, ensuring they reflect the latest versions. ### Detailed summary - Updated versions for `@celo/core` to `0.0.2`, `@celo/actions` to `0.2.1`, and `@celo/contractkit` to `10.0.3`. - Added documentation links for `@celo/base` v7.0.4 across numerous files. - Deleted `bitter-parts-drive.md`. - Updated changelogs for `@celo/base`, `@celo/core`, and `@celo/actions`. - Added new documentation entries for functions and classes in various packages. > The following files were skipped due to too many changes: `docs/command-line-interface/releasecelo.md`, `docs/command-line-interface/account.md` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d5d9043 commit 8a9d6aa

File tree

163 files changed

+337
-303
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+337
-303
lines changed

.changeset/bitter-parts-drive.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/command-line-interface/account.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ FLAG DESCRIPTIONS
106106
mainnet, celo, forno => Celo Mainnet chain',
107107
```
108108

109-
_See code: [src/commands/account/authorize.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/authorize.ts)_
109+
_See code: [src/commands/account/authorize.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/authorize.ts)_
110110

111111
## `celocli account:balance ARG1`
112112

@@ -146,7 +146,7 @@ FLAG DESCRIPTIONS
146146
mainnet, celo, forno => Celo Mainnet chain',
147147
```
148148

149-
_See code: [src/commands/account/balance.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/balance.ts)_
149+
_See code: [src/commands/account/balance.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/balance.ts)_
150150

151151
## `celocli account:claim-account ARG1`
152152

@@ -216,7 +216,7 @@ FLAG DESCRIPTIONS
216216
mainnet, celo, forno => Celo Mainnet chain',
217217
```
218218

219-
_See code: [src/commands/account/claim-account.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/claim-account.ts)_
219+
_See code: [src/commands/account/claim-account.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/claim-account.ts)_
220220

221221
## `celocli account:claim-domain ARG1`
222222

@@ -282,7 +282,7 @@ FLAG DESCRIPTIONS
282282
mainnet, celo, forno => Celo Mainnet chain',
283283
```
284284

285-
_See code: [src/commands/account/claim-domain.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/claim-domain.ts)_
285+
_See code: [src/commands/account/claim-domain.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/claim-domain.ts)_
286286

287287
## `celocli account:claim-keybase ARG1`
288288

@@ -348,7 +348,7 @@ FLAG DESCRIPTIONS
348348
mainnet, celo, forno => Celo Mainnet chain',
349349
```
350350

351-
_See code: [src/commands/account/claim-keybase.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/claim-keybase.ts)_
351+
_See code: [src/commands/account/claim-keybase.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/claim-keybase.ts)_
352352

353353
## `celocli account:claim-name ARG1`
354354

@@ -414,7 +414,7 @@ FLAG DESCRIPTIONS
414414
mainnet, celo, forno => Celo Mainnet chain',
415415
```
416416

417-
_See code: [src/commands/account/claim-name.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/claim-name.ts)_
417+
_See code: [src/commands/account/claim-name.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/claim-name.ts)_
418418

419419
## `celocli account:claim-rpc-url ARG1`
420420

@@ -480,7 +480,7 @@ FLAG DESCRIPTIONS
480480
mainnet, celo, forno => Celo Mainnet chain',
481481
```
482482

483-
_See code: [src/commands/account/claim-rpc-url.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/claim-rpc-url.ts)_
483+
_See code: [src/commands/account/claim-rpc-url.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/claim-rpc-url.ts)_
484484

485485
## `celocli account:claim-storage ARG1`
486486

@@ -546,7 +546,7 @@ FLAG DESCRIPTIONS
546546
mainnet, celo, forno => Celo Mainnet chain',
547547
```
548548

549-
_See code: [src/commands/account/claim-storage.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/claim-storage.ts)_
549+
_See code: [src/commands/account/claim-storage.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/claim-storage.ts)_
550550

551551
## `celocli account:create-metadata ARG1`
552552

@@ -611,7 +611,7 @@ FLAG DESCRIPTIONS
611611
mainnet, celo, forno => Celo Mainnet chain',
612612
```
613613

614-
_See code: [src/commands/account/create-metadata.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/create-metadata.ts)_
614+
_See code: [src/commands/account/create-metadata.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/create-metadata.ts)_
615615

616616
## `celocli account:deauthorize`
617617

@@ -678,7 +678,7 @@ FLAG DESCRIPTIONS
678678
mainnet, celo, forno => Celo Mainnet chain',
679679
```
680680

681-
_See code: [src/commands/account/deauthorize.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/deauthorize.ts)_
681+
_See code: [src/commands/account/deauthorize.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/deauthorize.ts)_
682682

683683
## `celocli account:delete-payment-delegation`
684684

@@ -737,7 +737,7 @@ FLAG DESCRIPTIONS
737737
mainnet, celo, forno => Celo Mainnet chain',
738738
```
739739

740-
_See code: [src/commands/account/delete-payment-delegation.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/delete-payment-delegation.ts)_
740+
_See code: [src/commands/account/delete-payment-delegation.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/delete-payment-delegation.ts)_
741741

742742
## `celocli account:get-metadata ARG1`
743743

@@ -823,7 +823,7 @@ FLAG DESCRIPTIONS
823823
mainnet, celo, forno => Celo Mainnet chain',
824824
```
825825

826-
_See code: [src/commands/account/get-metadata.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/get-metadata.ts)_
826+
_See code: [src/commands/account/get-metadata.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/get-metadata.ts)_
827827

828828
## `celocli account:get-payment-delegation`
829829

@@ -910,7 +910,7 @@ FLAG DESCRIPTIONS
910910
mainnet, celo, forno => Celo Mainnet chain',
911911
```
912912

913-
_See code: [src/commands/account/get-payment-delegation.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/get-payment-delegation.ts)_
913+
_See code: [src/commands/account/get-payment-delegation.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/get-payment-delegation.ts)_
914914

915915
## `celocli account:list`
916916

@@ -966,7 +966,7 @@ FLAG DESCRIPTIONS
966966
mainnet, celo, forno => Celo Mainnet chain',
967967
```
968968

969-
_See code: [src/commands/account/list.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/list.ts)_
969+
_See code: [src/commands/account/list.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/list.ts)_
970970

971971
## `celocli account:lock ARG1`
972972

@@ -1024,7 +1024,7 @@ FLAG DESCRIPTIONS
10241024
mainnet, celo, forno => Celo Mainnet chain',
10251025
```
10261026

1027-
_See code: [src/commands/account/lock.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/lock.ts)_
1027+
_See code: [src/commands/account/lock.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/lock.ts)_
10281028

10291029
## `celocli account:new`
10301030

@@ -1115,7 +1115,7 @@ FLAG DESCRIPTIONS
11151115
path. (use changeIndex, and addressIndex flags to change BIP44 positions 4 and 5)
11161116
```
11171117

1118-
_See code: [src/commands/account/new.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/new.ts)_
1118+
_See code: [src/commands/account/new.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/new.ts)_
11191119

11201120
## `celocli account:proof-of-possession`
11211121

@@ -1178,7 +1178,7 @@ FLAG DESCRIPTIONS
11781178
mainnet, celo, forno => Celo Mainnet chain',
11791179
```
11801180

1181-
_See code: [src/commands/account/proof-of-possession.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/proof-of-possession.ts)_
1181+
_See code: [src/commands/account/proof-of-possession.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/proof-of-possession.ts)_
11821182

11831183
## `celocli account:register`
11841184

@@ -1243,7 +1243,7 @@ FLAG DESCRIPTIONS
12431243
mainnet, celo, forno => Celo Mainnet chain',
12441244
```
12451245

1246-
_See code: [src/commands/account/register.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/register.ts)_
1246+
_See code: [src/commands/account/register.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/register.ts)_
12471247

12481248
## `celocli account:register-data-encryption-key`
12491249

@@ -1306,7 +1306,7 @@ FLAG DESCRIPTIONS
13061306
mainnet, celo, forno => Celo Mainnet chain',
13071307
```
13081308

1309-
_See code: [src/commands/account/register-data-encryption-key.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/register-data-encryption-key.ts)_
1309+
_See code: [src/commands/account/register-data-encryption-key.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/register-data-encryption-key.ts)_
13101310

13111311
## `celocli account:register-metadata`
13121312

@@ -1399,7 +1399,7 @@ FLAG DESCRIPTIONS
13991399
mainnet, celo, forno => Celo Mainnet chain',
14001400
```
14011401

1402-
_See code: [src/commands/account/register-metadata.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/register-metadata.ts)_
1402+
_See code: [src/commands/account/register-metadata.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/register-metadata.ts)_
14031403

14041404
## `celocli account:set-name`
14051405

@@ -1462,7 +1462,7 @@ FLAG DESCRIPTIONS
14621462
mainnet, celo, forno => Celo Mainnet chain',
14631463
```
14641464

1465-
_See code: [src/commands/account/set-name.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/set-name.ts)_
1465+
_See code: [src/commands/account/set-name.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/set-name.ts)_
14661466

14671467
## `celocli account:set-payment-delegation`
14681468

@@ -1529,7 +1529,7 @@ FLAG DESCRIPTIONS
15291529
mainnet, celo, forno => Celo Mainnet chain',
15301530
```
15311531

1532-
_See code: [src/commands/account/set-payment-delegation.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/set-payment-delegation.ts)_
1532+
_See code: [src/commands/account/set-payment-delegation.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/set-payment-delegation.ts)_
15331533

15341534
## `celocli account:set-wallet`
15351535

@@ -1601,7 +1601,7 @@ FLAG DESCRIPTIONS
16011601
mainnet, celo, forno => Celo Mainnet chain',
16021602
```
16031603

1604-
_See code: [src/commands/account/set-wallet.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/set-wallet.ts)_
1604+
_See code: [src/commands/account/set-wallet.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/set-wallet.ts)_
16051605

16061606
## `celocli account:show ARG1`
16071607

@@ -1635,7 +1635,7 @@ FLAG DESCRIPTIONS
16351635
mainnet, celo, forno => Celo Mainnet chain',
16361636
```
16371637

1638-
_See code: [src/commands/account/show.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/show.ts)_
1638+
_See code: [src/commands/account/show.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/show.ts)_
16391639

16401640
## `celocli account:show-claimed-accounts ARG1`
16411641

@@ -1690,7 +1690,7 @@ FLAG DESCRIPTIONS
16901690
mainnet, celo, forno => Celo Mainnet chain',
16911691
```
16921692

1693-
_See code: [src/commands/account/show-claimed-accounts.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/show-claimed-accounts.ts)_
1693+
_See code: [src/commands/account/show-claimed-accounts.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/show-claimed-accounts.ts)_
16941694

16951695
## `celocli account:show-metadata ARG1`
16961696

@@ -1735,7 +1735,7 @@ FLAG DESCRIPTIONS
17351735
mainnet, celo, forno => Celo Mainnet chain',
17361736
```
17371737

1738-
_See code: [src/commands/account/show-metadata.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/show-metadata.ts)_
1738+
_See code: [src/commands/account/show-metadata.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/show-metadata.ts)_
17391739

17401740
## `celocli account:unlock ARG1`
17411741

@@ -1804,7 +1804,7 @@ FLAG DESCRIPTIONS
18041804
mainnet, celo, forno => Celo Mainnet chain',
18051805
```
18061806

1807-
_See code: [src/commands/account/unlock.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/unlock.ts)_
1807+
_See code: [src/commands/account/unlock.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/unlock.ts)_
18081808

18091809
## `celocli account:verify-proof-of-possession`
18101810

@@ -1871,4 +1871,4 @@ FLAG DESCRIPTIONS
18711871
mainnet, celo, forno => Celo Mainnet chain',
18721872
```
18731873

1874-
_See code: [src/commands/account/verify-proof-of-possession.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/account/verify-proof-of-possession.ts)_
1874+
_See code: [src/commands/account/verify-proof-of-possession.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/account/verify-proof-of-possession.ts)_

docs/command-line-interface/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ DESCRIPTION
1818
Output network node configuration
1919
```
2020

21-
_See code: [src/commands/config/get.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/config/get.ts)_
21+
_See code: [src/commands/config/get.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/config/get.ts)_
2222

2323
## `celocli config:set`
2424

@@ -75,4 +75,4 @@ FLAG DESCRIPTIONS
7575
mainnet, celo, forno => Celo Mainnet chain',
7676
```
7777

78-
_See code: [src/commands/config/set.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/config/set.ts)_
78+
_See code: [src/commands/config/set.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/config/set.ts)_

docs/command-line-interface/election.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ FLAG DESCRIPTIONS
8181
mainnet, celo, forno => Celo Mainnet chain',
8282
```
8383

84-
_See code: [src/commands/election/activate.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/election/activate.ts)_
84+
_See code: [src/commands/election/activate.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/election/activate.ts)_
8585

8686
## `celocli election:current`
8787

@@ -165,7 +165,7 @@ FLAG DESCRIPTIONS
165165
mainnet, celo, forno => Celo Mainnet chain',
166166
```
167167

168-
_See code: [src/commands/election/current.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/election/current.ts)_
168+
_See code: [src/commands/election/current.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/election/current.ts)_
169169

170170
## `celocli election:list`
171171

@@ -209,7 +209,7 @@ FLAG DESCRIPTIONS
209209
mainnet, celo, forno => Celo Mainnet chain',
210210
```
211211

212-
_See code: [src/commands/election/list.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/election/list.ts)_
212+
_See code: [src/commands/election/list.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/election/list.ts)_
213213

214214
## `celocli election:revoke`
215215

@@ -274,7 +274,7 @@ FLAG DESCRIPTIONS
274274
mainnet, celo, forno => Celo Mainnet chain',
275275
```
276276

277-
_See code: [src/commands/election/revoke.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/election/revoke.ts)_
277+
_See code: [src/commands/election/revoke.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/election/revoke.ts)_
278278

279279
## `celocli election:run`
280280

@@ -314,7 +314,7 @@ FLAG DESCRIPTIONS
314314
mainnet, celo, forno => Celo Mainnet chain',
315315
```
316316

317-
_See code: [src/commands/election/run.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/election/run.ts)_
317+
_See code: [src/commands/election/run.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/election/run.ts)_
318318

319319
## `celocli election:show ARG1`
320320

@@ -352,7 +352,7 @@ FLAG DESCRIPTIONS
352352
mainnet, celo, forno => Celo Mainnet chain',
353353
```
354354

355-
_See code: [src/commands/election/show.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/election/show.ts)_
355+
_See code: [src/commands/election/show.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/election/show.ts)_
356356

357357
## `celocli election:vote`
358358

@@ -418,4 +418,4 @@ FLAG DESCRIPTIONS
418418
mainnet, celo, forno => Celo Mainnet chain',
419419
```
420420

421-
_See code: [src/commands/election/vote.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.1/packages/cli/src/commands/election/vote.ts)_
421+
_See code: [src/commands/election/vote.ts](https://github.com/celo-org/developer-tooling/tree/%40celo/celocli%408.0.2/packages/cli/src/commands/election/vote.ts)_

0 commit comments

Comments
 (0)