From dade1823e0820107c7dda0658e8561965b03ee08 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 Dec 2024 18:35:55 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] # [3.0.0](https://github.com/ar-io/ar-io-sdk/compare/v2.6.0...v3.0.0) (2024-12-10) ### Bug Fixes * **ar.io cli:** use global program from cli.ts scope for ar.io command PE-5854 ([3e83298](https://github.com/ar-io/ar-io-sdk/commit/3e83298bf07bd2ca0eb800ac74ab675bdbb766d0)) * expose instant param for decreaseOperatorStake function arg type ([2fd1f5d](https://github.com/ar-io/ar-io-sdk/commit/2fd1f5df34b9c8f3a7d62d9fea56d5399c53f3b8)) * **lua id:** change lua id ([d4907db](https://github.com/ar-io/ar-io-sdk/commit/d4907db2b74be1ddc8d61ecd2b24944654a2e1b5)) * remove un-used import ([5db9ac0](https://github.com/ar-io/ar-io-sdk/commit/5db9ac07f690231c326ca68ac91d14cae2329c1a)) * **spawn-ant:** use a valid default ttlSeconds ([aea4aa7](https://github.com/ar-io/ar-io-sdk/commit/aea4aa7bc61a1af644f8215b75f5eef82e5c9480)) * use `Keywords` for setKeywords ([19ab3ad](https://github.com/ar-io/ar-io-sdk/commit/19ab3adaa58f0b322261ca5ed4b4cc6174cc66ad)) ### Features * **ar-io cli:** init balance command and CLI setup ([94c630b](https://github.com/ar-io/ar-io-sdk/commit/94c630b3b89fb3cf1d58afadcf424d2c464a39b3)) * **ar-io cli:** init join-network command ([fc9dc07](https://github.com/ar-io/ar-io-sdk/commit/fc9dc07d331677af8e88ada479d833757001abc8)) * **ar.io cli:** add --cu-url global parameter PE-5854 ([2346f5b](https://github.com/ar-io/ar-io-sdk/commit/2346f5bca1b51ef9893447d1e86fd6dfc57302cb)) * **ar.io cli:** enable confirmation prompts on each write action PE-5854 ([9ac88bb](https://github.com/ar-io/ar-io-sdk/commit/9ac88bb73f6a386d3b0989e2ca8678d83399af82)) * **ar.io cli:** include --tags input in write actions PE-5854 ([4b9d03e](https://github.com/ar-io/ar-io-sdk/commit/4b9d03e81839dc618b9adc8f9919929530bae504)) * **ar.io cli:** init buy/upgrade/extend-record, inc-undernames, sub-auc-bid, req-prim-name PE-5854 ([5eb3df2](https://github.com/ar-io/ar-io-sdk/commit/5eb3df2dc89c4176b35b4d84747920c917d35dde)) * **ar.io cli:** init decrease-delegate-stake instant/cancel-withdraw commands PE-5854 ([f0e7b9e](https://github.com/ar-io/ar-io-sdk/commit/f0e7b9e5e5525ce99c570ceb315cf09eb1ff7d33)) * **ar.io cli:** init epoch read commands PE-5854 ([61e0fc3](https://github.com/ar-io/ar-io-sdk/commit/61e0fc3606a6b0f0b24fd82c212a2875bb421b57)) * **ar.io cli:** init get token cost and auction prices PE-5854 ([867807d](https://github.com/ar-io/ar-io-sdk/commit/867807da1c9689d7372a91046139ee79552084c3)) * **ar.io cli:** init get-delegations, get-arns-record, list-arns-records commands PE-5854 ([d7cbde3](https://github.com/ar-io/ar-io-sdk/commit/d7cbde356e620d2cf074ede94031e231ec5e2a6a)) * **ar.io cli:** init get-gateway-delegates and get-gateways commands PE-5854 ([35a33ef](https://github.com/ar-io/ar-io-sdk/commit/35a33efca920fbad3ee3aa93e051acaa1a854927)) * **ar.io cli:** init get-vault and get-gateway commands ([d262243](https://github.com/ar-io/ar-io-sdk/commit/d262243bde31d68cab0a6efaa2ada6795cdf14f1)) * **ar.io cli:** init increase/decrease-operator-stake commands PE-5854 ([1312860](https://github.com/ar-io/ar-io-sdk/commit/131286024b18c86eabab0a326d3f42dd27ce63b6)) * **ar.io cli:** init info command ([c721374](https://github.com/ar-io/ar-io-sdk/commit/c7213740954a2d5a15742a756aae8ac79497a5d9)) * **ar.io cli:** init leave-network, delegate-stake PE-5854 ([40ebe06](https://github.com/ar-io/ar-io-sdk/commit/40ebe065673b881a3e23b275ea29423aa260259f)) * **ar.io cli:** init pagination from CLI layer PE-5854 ([f52ce1f](https://github.com/ar-io/ar-io-sdk/commit/f52ce1fbb8bda21b35b985d21b3fa3fa9a6e825d)) * **ar.io cli:** init read/write ANT commands PE-5854 ([392a9ef](https://github.com/ar-io/ar-io-sdk/commit/392a9ef5d20bd77809ee3a6a2bbac909739189eb)) * **ar.io cli:** init redelegate-stake PE-5854 ([7bf4a8e](https://github.com/ar-io/ar-io-sdk/commit/7bf4a8e49b4e7e319dd013632db0dbd8ca2c1eaf)) * **ar.io cli:** init save-observations PE-5854 ([f80bb8c](https://github.com/ar-io/ar-io-sdk/commit/f80bb8c607d67bb37278c9e600cee1c1493f3ea1)) * **ar.io cli:** init spawn-ant and get-ant-state PE-5854 ([119c765](https://github.com/ar-io/ar-io-sdk/commit/119c765a866c385688b92eacc13b6cefdb4eb341)) * **ar.io cli:** init token-supply command ([b58d782](https://github.com/ar-io/ar-io-sdk/commit/b58d782462e8725ef10686a13e4f52be69894741)) * **ar.io cli:** init transfer command ([5553584](https://github.com/ar-io/ar-io-sdk/commit/5553584811cae1d9eb9ac12dbfa77734e5c80892)) * **ar.io cli:** init update-gateway-settings PE-5854 ([7a6aa4b](https://github.com/ar-io/ar-io-sdk/commit/7a6aa4b0d3f7e1ade858b561f438d85b663f7a5c)) * **ar.io cli:** stringify outputs for command line compatibility ([3c04cac](https://github.com/ar-io/ar-io-sdk/commit/3c04cac952189cc3c8265327bec6362616bea3b4)) * **ARIO token:** change all IO references to ARIO ([4f8135d](https://github.com/ar-io/ar-io-sdk/commit/4f8135d53912c1156dc43c21686207820883e445)) * **ARIO token:** update all IO refernces to ARIO ([8fb2188](https://github.com/ar-io/ar-io-sdk/commit/8fb2188fecd673ed6ad1c66fc710f2fdc6cc70eb)) * **returned names:** remove/replace auction APIs in favor returned names ([2c9826f](https://github.com/ar-io/ar-io-sdk/commit/2c9826fd1e3c3d4534ba2d50e650affa5d7a35aa)) ### BREAKING CHANGES * **ARIO token:** All exported IO and IOToken are now repleced with ARIO and ARIOToken respectively PE-7225 --- CHANGELOG.md | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- src/version.ts | 2 +- 3 files changed, 53 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 277d8b67..1e79cf48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,54 @@ +# [3.0.0](https://github.com/ar-io/ar-io-sdk/compare/v2.6.0...v3.0.0) (2024-12-10) + + +### Bug Fixes + +* **ar.io cli:** use global program from cli.ts scope for ar.io command PE-5854 ([3e83298](https://github.com/ar-io/ar-io-sdk/commit/3e83298bf07bd2ca0eb800ac74ab675bdbb766d0)) +* expose instant param for decreaseOperatorStake function arg type ([2fd1f5d](https://github.com/ar-io/ar-io-sdk/commit/2fd1f5df34b9c8f3a7d62d9fea56d5399c53f3b8)) +* **lua id:** change lua id ([d4907db](https://github.com/ar-io/ar-io-sdk/commit/d4907db2b74be1ddc8d61ecd2b24944654a2e1b5)) +* remove un-used import ([5db9ac0](https://github.com/ar-io/ar-io-sdk/commit/5db9ac07f690231c326ca68ac91d14cae2329c1a)) +* **spawn-ant:** use a valid default ttlSeconds ([aea4aa7](https://github.com/ar-io/ar-io-sdk/commit/aea4aa7bc61a1af644f8215b75f5eef82e5c9480)) +* use `Keywords` for setKeywords ([19ab3ad](https://github.com/ar-io/ar-io-sdk/commit/19ab3adaa58f0b322261ca5ed4b4cc6174cc66ad)) + + +### Features + +* **ar-io cli:** init balance command and CLI setup ([94c630b](https://github.com/ar-io/ar-io-sdk/commit/94c630b3b89fb3cf1d58afadcf424d2c464a39b3)) +* **ar-io cli:** init join-network command ([fc9dc07](https://github.com/ar-io/ar-io-sdk/commit/fc9dc07d331677af8e88ada479d833757001abc8)) +* **ar.io cli:** add --cu-url global parameter PE-5854 ([2346f5b](https://github.com/ar-io/ar-io-sdk/commit/2346f5bca1b51ef9893447d1e86fd6dfc57302cb)) +* **ar.io cli:** enable confirmation prompts on each write action PE-5854 ([9ac88bb](https://github.com/ar-io/ar-io-sdk/commit/9ac88bb73f6a386d3b0989e2ca8678d83399af82)) +* **ar.io cli:** include --tags input in write actions PE-5854 ([4b9d03e](https://github.com/ar-io/ar-io-sdk/commit/4b9d03e81839dc618b9adc8f9919929530bae504)) +* **ar.io cli:** init buy/upgrade/extend-record, inc-undernames, sub-auc-bid, req-prim-name PE-5854 ([5eb3df2](https://github.com/ar-io/ar-io-sdk/commit/5eb3df2dc89c4176b35b4d84747920c917d35dde)) +* **ar.io cli:** init decrease-delegate-stake instant/cancel-withdraw commands PE-5854 ([f0e7b9e](https://github.com/ar-io/ar-io-sdk/commit/f0e7b9e5e5525ce99c570ceb315cf09eb1ff7d33)) +* **ar.io cli:** init epoch read commands PE-5854 ([61e0fc3](https://github.com/ar-io/ar-io-sdk/commit/61e0fc3606a6b0f0b24fd82c212a2875bb421b57)) +* **ar.io cli:** init get token cost and auction prices PE-5854 ([867807d](https://github.com/ar-io/ar-io-sdk/commit/867807da1c9689d7372a91046139ee79552084c3)) +* **ar.io cli:** init get-delegations, get-arns-record, list-arns-records commands PE-5854 ([d7cbde3](https://github.com/ar-io/ar-io-sdk/commit/d7cbde356e620d2cf074ede94031e231ec5e2a6a)) +* **ar.io cli:** init get-gateway-delegates and get-gateways commands PE-5854 ([35a33ef](https://github.com/ar-io/ar-io-sdk/commit/35a33efca920fbad3ee3aa93e051acaa1a854927)) +* **ar.io cli:** init get-vault and get-gateway commands ([d262243](https://github.com/ar-io/ar-io-sdk/commit/d262243bde31d68cab0a6efaa2ada6795cdf14f1)) +* **ar.io cli:** init increase/decrease-operator-stake commands PE-5854 ([1312860](https://github.com/ar-io/ar-io-sdk/commit/131286024b18c86eabab0a326d3f42dd27ce63b6)) +* **ar.io cli:** init info command ([c721374](https://github.com/ar-io/ar-io-sdk/commit/c7213740954a2d5a15742a756aae8ac79497a5d9)) +* **ar.io cli:** init leave-network, delegate-stake PE-5854 ([40ebe06](https://github.com/ar-io/ar-io-sdk/commit/40ebe065673b881a3e23b275ea29423aa260259f)) +* **ar.io cli:** init pagination from CLI layer PE-5854 ([f52ce1f](https://github.com/ar-io/ar-io-sdk/commit/f52ce1fbb8bda21b35b985d21b3fa3fa9a6e825d)) +* **ar.io cli:** init read/write ANT commands PE-5854 ([392a9ef](https://github.com/ar-io/ar-io-sdk/commit/392a9ef5d20bd77809ee3a6a2bbac909739189eb)) +* **ar.io cli:** init redelegate-stake PE-5854 ([7bf4a8e](https://github.com/ar-io/ar-io-sdk/commit/7bf4a8e49b4e7e319dd013632db0dbd8ca2c1eaf)) +* **ar.io cli:** init save-observations PE-5854 ([f80bb8c](https://github.com/ar-io/ar-io-sdk/commit/f80bb8c607d67bb37278c9e600cee1c1493f3ea1)) +* **ar.io cli:** init spawn-ant and get-ant-state PE-5854 ([119c765](https://github.com/ar-io/ar-io-sdk/commit/119c765a866c385688b92eacc13b6cefdb4eb341)) +* **ar.io cli:** init token-supply command ([b58d782](https://github.com/ar-io/ar-io-sdk/commit/b58d782462e8725ef10686a13e4f52be69894741)) +* **ar.io cli:** init transfer command ([5553584](https://github.com/ar-io/ar-io-sdk/commit/5553584811cae1d9eb9ac12dbfa77734e5c80892)) +* **ar.io cli:** init update-gateway-settings PE-5854 ([7a6aa4b](https://github.com/ar-io/ar-io-sdk/commit/7a6aa4b0d3f7e1ade858b561f438d85b663f7a5c)) +* **ar.io cli:** stringify outputs for command line compatibility ([3c04cac](https://github.com/ar-io/ar-io-sdk/commit/3c04cac952189cc3c8265327bec6362616bea3b4)) +* **ARIO token:** change all IO references to ARIO ([4f8135d](https://github.com/ar-io/ar-io-sdk/commit/4f8135d53912c1156dc43c21686207820883e445)) +* **ARIO token:** update all IO refernces to ARIO ([8fb2188](https://github.com/ar-io/ar-io-sdk/commit/8fb2188fecd673ed6ad1c66fc710f2fdc6cc70eb)) +* **returned names:** remove/replace auction APIs in favor returned names ([2c9826f](https://github.com/ar-io/ar-io-sdk/commit/2c9826fd1e3c3d4534ba2d50e650affa5d7a35aa)) + + +### BREAKING CHANGES + +* **ARIO token:** All exported IO and IOToken are now repleced with +ARIO and ARIOToken respectively + +PE-7225 + # [2.6.0](https://github.com/ar-io/ar-io-sdk/compare/v2.5.5...v2.6.0) (2024-12-05) diff --git a/package.json b/package.json index 7e3e229a..89ab1944 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ar.io/sdk", - "version": "3.0.0-alpha.1", + "version": "3.0.0", "repository": { "type": "git", "url": "git+https://github.com/ar-io/ar-io-sdk.git" diff --git a/src/version.ts b/src/version.ts index 6d6abe30..01e420ed 100644 --- a/src/version.ts +++ b/src/version.ts @@ -15,4 +15,4 @@ */ // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH -export const version = '3.0.0-alpha.1'; +export const version = '3.0.0';