Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.2...v2.1.0) (2024-08-07)

### Bug Fixes

* **actions:** ignore engines in action ([7f6f87d](7f6f87d))
* **ant lua id:** update to version Flwio4Lr08g6s6uim6lEJNnVGD9ylvz0_aafvpiL8FI ([8cbd564](8cbd564))
* **ant:** remove data from ant object, none of our ant methods require data attributes ([0f267c1](0f267c1))
* **ao:** update AoProcess to only support string | undefined ([584aee1](584aee1))
* **arns:** update event emitter to provide more events and logs while loading arns records ([8775896](8775896))
* **constants:** do not set env var for ant registry ([9e61cc7](9e61cc7))
* **deps:** move arconnect to dev deps ([34f07d2](34f07d2))
* **emiter:** use a set to filter out duplicate ([7887af9](7887af9))
* **emitter:** add page size param for emitter to increase amount of records per page to 50k ([b6f2157](b6f2157))
* **errors:** use any type on error ([f14ed5a](f14ed5a))
* **events:** use arns name space for events ([1d67dfe](1d67dfe))
* **evolve:** call eval twice to ensure evolve txid is set ([a6261e5](a6261e5))
* **evolve:** dont double eval ([a2a9121](a2a9121))
* **evolve:** fixed evolve somehow ([b06503b](b06503b))
* **example:** dont spawn in example ([d1d5147](d1d5147))
* **example:** remove unused arweave instance ([d0035c0](d0035c0))
* **format:** fix linting issues in format ([b72dc1f](b72dc1f))
* **gateway stats:** update gateway stat types ([a59b166](a59b166))
* **io:** add api that returns the total token supply ([261c85c](261c85c))
* **io:** no longer add data to save observations ([c017b52](c017b52))
* **lint:** fix lint errors and warnings ([e532f4e](e532f4e))
* **lua id:** set new lua id in constants ([e4c3aaf](e4c3aaf))
* **naming:** name AoSigner property aoSigner ([4604524](4604524))
* **records:** update arns emitter to use ant registry ([e55a67b](e55a67b))
* **signer:** describe signing function as signer vs aoSigner in case of signer type changes ([3b23f80](3b23f80))
* **signer:** move createAoSigner to be a util ([7f7a0e6](7f7a0e6))
* **signer:** pass in signing function instead of signer class ([cba16e3](cba16e3))
* **signer:** use AoSigner type as return type ([8e95edd](8e95edd))
* **spawn:** update spawn to use ant registry id in the tags ([28dae7f](28dae7f))
* **tests:** check the return of ACL on ant tests more granularly ([350bab1](350bab1))
* **tests:** update e2e tests to only read from ant registry ([a61e0bf](a61e0bf))
* **tests:** update web test to use ANT registry in app ([38ca913](38ca913))
* **tests:** use const for unchanging test vars ([9f965e1](9f965e1))
* **test:** update browser test with data test id and render checks ([93741cb](93741cb))
* **test:** use a known wallet adddress in tests ([9dac280](9dac280))
* **todo:** remove completed todo comment ([c868522](c868522))
* **types:** add gateway weights to AoGateway ([e725198](e725198))
* **types:** check info on evolve util first ([a44cca1](a44cca1))
* **types:** remove deprecated types ([c674876](c674876))
* **types:** update AoGateway to include weights ([5368668](5368668))
* **types:** update type name to what contract returns ([99edbad](99edbad))
* use custom event names to avoid overlap ([5b919ac](5b919ac))
* **utils:** revert new util ([c959c81](c959c81))
* **utils:** update util to use ant registry ([b2223d4](b2223d4))

### Features

* **ant registry:** add ant registry class ([2056674](2056674))
* **evolve:** add evolve util ([47bfe20](47bfe20))
* **signing:** add window arweave wallet to available signing options ([7596aec](7596aec))
  • Loading branch information
semantic-release-bot committed Aug 7, 2024
1 parent f348758 commit 18e8f81
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 2 deletions.
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,60 @@
# [2.1.0](https://github.com/ar-io/ar-io-sdk/compare/v2.0.2...v2.1.0) (2024-08-07)


### Bug Fixes

* **actions:** ignore engines in action ([7f6f87d](https://github.com/ar-io/ar-io-sdk/commit/7f6f87d442dca7970ee495f2b4286049e63cbcff))
* **ant lua id:** update to version Flwio4Lr08g6s6uim6lEJNnVGD9ylvz0_aafvpiL8FI ([8cbd564](https://github.com/ar-io/ar-io-sdk/commit/8cbd564cffb18055c46cb3212a0657e55f02d781))
* **ant:** remove data from ant object, none of our ant methods require data attributes ([0f267c1](https://github.com/ar-io/ar-io-sdk/commit/0f267c1faab7f7c0e923eb7398e3f471c55c4c1f))
* **ao:** update AoProcess to only support string | undefined ([584aee1](https://github.com/ar-io/ar-io-sdk/commit/584aee12cad2a246108d65c827fbddb0e3cd09f9))
* **arns:** update event emitter to provide more events and logs while loading arns records ([8775896](https://github.com/ar-io/ar-io-sdk/commit/87758966e54b9563e8153feb07bba808a110aa5b))
* **constants:** do not set env var for ant registry ([9e61cc7](https://github.com/ar-io/ar-io-sdk/commit/9e61cc7691882c3203da11c8f21a2135ab2c3371))
* **deps:** move arconnect to dev deps ([34f07d2](https://github.com/ar-io/ar-io-sdk/commit/34f07d25024c080f529218569cba57041e34baa2))
* **emiter:** use a set to filter out duplicate ([7887af9](https://github.com/ar-io/ar-io-sdk/commit/7887af9b9e9a14a3b9002b3560f653d2c59ef9cf))
* **emitter:** add page size param for emitter to increase amount of records per page to 50k ([b6f2157](https://github.com/ar-io/ar-io-sdk/commit/b6f215763b5d7b3e713f0dbb1babca99ddd79dfe))
* **errors:** use any type on error ([f14ed5a](https://github.com/ar-io/ar-io-sdk/commit/f14ed5a1ccf9a1d04208f44e8d37dea2aec5fc23))
* **events:** use arns name space for events ([1d67dfe](https://github.com/ar-io/ar-io-sdk/commit/1d67dfe1f7a4766bbce6cf5a55438f33423f660f))
* **evolve:** call eval twice to ensure evolve txid is set ([a6261e5](https://github.com/ar-io/ar-io-sdk/commit/a6261e566bdf9ba6d18bbc9088487f9b79bbd5aa))
* **evolve:** dont double eval ([a2a9121](https://github.com/ar-io/ar-io-sdk/commit/a2a9121cbdbfe1b16e43602cf83f86793f0e8f48))
* **evolve:** fixed evolve somehow ([b06503b](https://github.com/ar-io/ar-io-sdk/commit/b06503b098fee87ef9e710c2fa4cd585416b21ed))
* **example:** dont spawn in example ([d1d5147](https://github.com/ar-io/ar-io-sdk/commit/d1d514759a1a5af90246b2d51a43ca5ec03e5c16))
* **example:** remove unused arweave instance ([d0035c0](https://github.com/ar-io/ar-io-sdk/commit/d0035c01093e8acd3141a933439184897a74ad4e))
* **format:** fix linting issues in format ([b72dc1f](https://github.com/ar-io/ar-io-sdk/commit/b72dc1f4969763568a8d1fa7e36cfd1afb3a5ccb))
* **gateway stats:** update gateway stat types ([a59b166](https://github.com/ar-io/ar-io-sdk/commit/a59b166fa17735889aaae44e2b91cb5964f85f63))
* **io:** add api that returns the total token supply ([261c85c](https://github.com/ar-io/ar-io-sdk/commit/261c85cf44490acc8bb46bd337693d83ffba7120))
* **io:** no longer add data to save observations ([c017b52](https://github.com/ar-io/ar-io-sdk/commit/c017b52ba940a0738367f28043ff885d45e85951))
* **lint:** fix lint errors and warnings ([e532f4e](https://github.com/ar-io/ar-io-sdk/commit/e532f4e4aa11e926631c0beec0eadba0d25835a4))
* **lua id:** set new lua id in constants ([e4c3aaf](https://github.com/ar-io/ar-io-sdk/commit/e4c3aaf8b65c02294e021c2df8dac9d25ea6ec05))
* **naming:** name AoSigner property aoSigner ([4604524](https://github.com/ar-io/ar-io-sdk/commit/4604524dc56333c3ed1698978b61747920c43848))
* **records:** update arns emitter to use ant registry ([e55a67b](https://github.com/ar-io/ar-io-sdk/commit/e55a67ba022fa4a7bfe5bed00de592e99f8dd822))
* **signer:** describe signing function as signer vs aoSigner in case of signer type changes ([3b23f80](https://github.com/ar-io/ar-io-sdk/commit/3b23f80581ea331b89ac31756421f74799315e2c))
* **signer:** move createAoSigner to be a util ([7f7a0e6](https://github.com/ar-io/ar-io-sdk/commit/7f7a0e6f16b1b8f2e900aca056f6f5aaa98bd4f1))
* **signer:** pass in signing function instead of signer class ([cba16e3](https://github.com/ar-io/ar-io-sdk/commit/cba16e3f72d3adf0b0ecf39dd93236511b77bb7c))
* **signer:** use AoSigner type as return type ([8e95edd](https://github.com/ar-io/ar-io-sdk/commit/8e95eddf5723b0fdbf870688556f76a3e80bb6fa))
* **spawn:** update spawn to use ant registry id in the tags ([28dae7f](https://github.com/ar-io/ar-io-sdk/commit/28dae7fe312a6948ce3a2d9fa2db57271f6c5f85))
* **tests:** check the return of ACL on ant tests more granularly ([350bab1](https://github.com/ar-io/ar-io-sdk/commit/350bab13480598ac1f4b1307e8258df06124d0c6))
* **tests:** update e2e tests to only read from ant registry ([a61e0bf](https://github.com/ar-io/ar-io-sdk/commit/a61e0bf0c8106957c6405d05ed57b38c346ed65d))
* **tests:** update web test to use ANT registry in app ([38ca913](https://github.com/ar-io/ar-io-sdk/commit/38ca913fc9f935663b750e4f68e97879d3b70e5f))
* **tests:** use const for unchanging test vars ([9f965e1](https://github.com/ar-io/ar-io-sdk/commit/9f965e12c39ce9e05f8cc7972ee01eca400646ab))
* **test:** update browser test with data test id and render checks ([93741cb](https://github.com/ar-io/ar-io-sdk/commit/93741cb5133d1ce949caa56675290d65c24626f8))
* **test:** use a known wallet adddress in tests ([9dac280](https://github.com/ar-io/ar-io-sdk/commit/9dac28038e1fd8e669414b8a8368c6819c753239))
* **todo:** remove completed todo comment ([c868522](https://github.com/ar-io/ar-io-sdk/commit/c8685227bfa656cd286d08c8998f73c6812857cf))
* **types:** add gateway weights to AoGateway ([e725198](https://github.com/ar-io/ar-io-sdk/commit/e725198093505d4dabbf2e92bc983bd0b69d1ab3))
* **types:** check info on evolve util first ([a44cca1](https://github.com/ar-io/ar-io-sdk/commit/a44cca17fc8d44661326e39d189b5a9e0e43367d))
* **types:** remove deprecated types ([c674876](https://github.com/ar-io/ar-io-sdk/commit/c674876fbdbe85299e7eff75ba0a89187610d00e))
* **types:** update AoGateway to include weights ([5368668](https://github.com/ar-io/ar-io-sdk/commit/5368668ec6fcd84bf6a723a80b13cad7753a8606))
* **types:** update type name to what contract returns ([99edbad](https://github.com/ar-io/ar-io-sdk/commit/99edbad2fb4553d85c366d6c62466d984b42e7cf))
* use custom event names to avoid overlap ([5b919ac](https://github.com/ar-io/ar-io-sdk/commit/5b919ac483778673527e0535a5aec8b06e6ce68e))
* **utils:** revert new util ([c959c81](https://github.com/ar-io/ar-io-sdk/commit/c959c81bd51fb08999a43243ca40579c979aa971))
* **utils:** update util to use ant registry ([b2223d4](https://github.com/ar-io/ar-io-sdk/commit/b2223d4cab716267ade9159fa5932ecfc47f06b2))


### Features

* **ant registry:** add ant registry class ([2056674](https://github.com/ar-io/ar-io-sdk/commit/20566747247e4006bb932216796bf96d51dc60b9))
* **evolve:** add evolve util ([47bfe20](https://github.com/ar-io/ar-io-sdk/commit/47bfe20a9713bfdd82a7ca03ce8576653af29cf0))
* **signing:** add window arweave wallet to available signing options ([7596aec](https://github.com/ar-io/ar-io-sdk/commit/7596aec43557b2a0aac3844a973b78f4fed33b65))

## [2.0.2](https://github.com/ar-io/ar-io-sdk/compare/v2.0.1...v2.0.2) (2024-07-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ar.io/sdk",
"version": "2.1.0-alpha.9",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/ar-io/ar-io-sdk.git"
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

// AUTOMATICALLY GENERATED FILE - DO NOT TOUCH

export const version = '2.1.0-alpha.10';
export const version = '2.1.0';

0 comments on commit 18e8f81

Please sign in to comment.