diff --git a/.changeset/pre.json b/.changeset/pre.json index 741d20999..2c16d38b5 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -1,5 +1,5 @@ { - "mode": "pre", + "mode": "exit", "tag": "beta", "initialVersions": { "@celo/celocli": "5.1.0", diff --git a/.changeset/swift-pens-switch.md b/.changeset/swift-pens-switch.md index e1362cc74..99c4154b7 100644 --- a/.changeset/swift-pens-switch.md +++ b/.changeset/swift-pens-switch.md @@ -2,4 +2,4 @@ '@celo/celocli': patch --- -Change transfer:celo to use native sendTransaction to save up on gas costs as well as better decoding on ledger +fix: Change transfer:celo to use native sendTransaction to save up on gas costs as well as better decoding on ledger diff --git a/.changeset/tricky-months-rescue.md b/.changeset/tricky-months-rescue.md index 62156cdc8..2040c84d4 100644 --- a/.changeset/tricky-months-rescue.md +++ b/.changeset/tricky-months-rescue.md @@ -2,4 +2,4 @@ '@celo/celocli': patch --- -Deprecate reserve commands see https://forum.celo.org/t/sunset-of-reserve-commands/8454 +chore: Deprecate reserve commands see https://forum.celo.org/t/sunset-of-reserve-commands/8454 diff --git a/.changeset/twelve-cups-suffer.md b/.changeset/twelve-cups-suffer.md index 77a49eaeb..d1e702c8f 100644 --- a/.changeset/twelve-cups-suffer.md +++ b/.changeset/twelve-cups-suffer.md @@ -2,4 +2,4 @@ '@celo/wallet-rpc': patch --- -Deprecate @celo/wallet-rpc see https://forum.celo.org/t/deprecation-of-celo-wallet-rpc/8452 +chore: Deprecate @celo/wallet-rpc see https://forum.celo.org/t/deprecation-of-celo-wallet-rpc/8452 diff --git a/.changeset/wise-hounds-join.md b/.changeset/wise-hounds-join.md index 4cfa28232..f7d76f95f 100644 --- a/.changeset/wise-hounds-join.md +++ b/.changeset/wise-hounds-join.md @@ -2,4 +2,4 @@ '@celo/celocli': patch --- -Upgrade mento packages. version before was accidentally trying to use a dev dependency. (fix husky not installed on install error) +chore: Upgrade mento packages. version before was accidentally trying to use a dev dependency. (fix husky not installed on install error) diff --git a/.github/workflows/cron-npm-install.yml b/.github/workflows/cron-npm-install.yml index dedcfd1ce..56b04de68 100644 --- a/.github/workflows/cron-npm-install.yml +++ b/.github/workflows/cron-npm-install.yml @@ -31,8 +31,8 @@ jobs: apt install -y libusb-1.0-0-dev libudev-dev npm install node-gyp --global - name: Installing npm package - run: npm install ${{ matrix.package }} + run: npm install ${{ matrix.package }} --global - name: Test celocli command if: matrix.package == '@celo/celocli@beta' run: | - npm run celocli account:new + celocli account:new