From 479a404f2a16dcfa9bf2c0e66955184b1b341ca0 Mon Sep 17 00:00:00 2001 From: Moritz Kirstein Date: Tue, 5 Sep 2023 13:38:09 +0200 Subject: [PATCH] Release 0.3.0-beta.1 --- CHANGELOG.md | 116 ++++++++++++++++++++++++---------------------- package-lock.json | 4 +- package.json | 2 +- 3 files changed, 63 insertions(+), 59 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 345657a..8da4d54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,64 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v0.3.0-alpha15](https://github.com/deltaDAO/nautilus/compare/v0.3.0-alpha14...v0.3.0-alpha15) +#### [v0.3.0-beta.1](https://github.com/deltaDAO/nautilus/compare/v0.3.0-alpha9...v0.3.0-beta.1) +- docs: add usage examples [`#54`](https://github.com/deltaDAO/nautilus/pull/54) +- Feat/update oceanjs [`#56`](https://github.com/deltaDAO/nautilus/pull/56) - Feat/ethers [`#53`](https://github.com/deltaDAO/nautilus/pull/53) -- test: remove unused files [`bc30177`](https://github.com/deltaDAO/nautilus/commit/bc30177919e500c4ae165656a30f4242a687ef5c) -- fix: wait for chain during publish [`203964c`](https://github.com/deltaDAO/nautilus/commit/203964c4112b04d55f7af066fc5c8549cb11f391) -- refactor: move ProviderInstance call to provider.ts utils file [`6e31ff5`](https://github.com/deltaDAO/nautilus/commit/6e31ff5a4a538594de85caa2a85048f1c555ab56) - -#### [v0.3.0-alpha14](https://github.com/deltaDAO/nautilus/compare/v0.3.0-alpha13...v0.3.0-alpha14) - -> 4 September 2023 - -- fix: wait for order txs to be included in chain [`a56cec8`](https://github.com/deltaDAO/nautilus/commit/a56cec8b41b4d5f8f879b7807c56d6c95dbe3cf4) -- Release 0.3.0-alpha14 [`7add1a1`](https://github.com/deltaDAO/nautilus/commit/7add1a12644ce8948231e31fc91e22ee86158803) - -#### [v0.3.0-alpha13](https://github.com/deltaDAO/nautilus/compare/v0.3.0-alpha12...v0.3.0-alpha13) - -> 4 September 2023 - -- Release 0.3.0-alpha13 [`617a298`](https://github.com/deltaDAO/nautilus/commit/617a298b736ce0dec6e2c0093f645fa4c795f546) -- fix: cast templateId to Number [`8a62cfb`](https://github.com/deltaDAO/nautilus/commit/8a62cfb70d458b37c4ef060e429ec305ec82b7f0) - -#### [v0.3.0-alpha12](https://github.com/deltaDAO/nautilus/compare/v0.3.0-alpha11...v0.3.0-alpha12) - -> 4 September 2023 - -- Release 0.3.0-alpha12 [`b4df016`](https://github.com/deltaDAO/nautilus/commit/b4df016a3c5d64ea22c67d85f2d2e8b1ba41709a) -- deps: update @oceanprotocol/lib to 3.1.1 (ocean.js) [`d6e0235`](https://github.com/deltaDAO/nautilus/commit/d6e02352ddcb6f59247155cf91a8d99c34a6de31) - -#### [v0.3.0-alpha11](https://github.com/deltaDAO/nautilus/compare/v0.3.0-alpha10...v0.3.0-alpha11) - -> 4 September 2023 - -- Feat/ethers [`#53`](https://github.com/deltaDAO/nautilus/pull/53) -- Release 0.3.0-alpha11 [`e056191`](https://github.com/deltaDAO/nautilus/commit/e056191dbba3b277360bcfb4dab494592b47e6ef) -- deps: update @oceanprotocol/lib (ocean.js) [`70d8f4e`](https://github.com/deltaDAO/nautilus/commit/70d8f4e340fd390ceb342975604642a03377d31f) -- fix: remove misleading comment [`df9ad79`](https://github.com/deltaDAO/nautilus/commit/df9ad79d76737f66900545fc2e56b166ad78b706) - -#### [v0.2.3](https://github.com/deltaDAO/nautilus/compare/v0.2.2...v0.2.3) - +- docs: remove outdated versions [`2055959`](https://github.com/deltaDAO/nautilus/commit/2055959891eaca49b455b93806fa2ffd368f7000) +- docs: create typedoc api documentation for version 0.3.0-beta [`371cdf3`](https://github.com/deltaDAO/nautilus/commit/371cdf3068885750e13ca51f8313340cc60832b7) - docs: create typedoc api documentation for version 0.2.3 [`ab2270b`](https://github.com/deltaDAO/nautilus/commit/ab2270b05ac1a56ca14efaeb00c7e7de3826203a) -- fix: consumerParameter type [`3e3a03e`](https://github.com/deltaDAO/nautilus/commit/3e3a03e9e9047116f61a176d6d3285465dc9ac4f) - -#### [v0.3.0-alpha10](https://github.com/deltaDAO/nautilus/compare/v0.3.0-alpha1...v0.3.0-alpha10) - -> 24 August 2023 - -- fix: consumer parameter handling in service [`#51`](https://github.com/deltaDAO/nautilus/pull/51) -- Feat/publish rework [`#46`](https://github.com/deltaDAO/nautilus/pull/46) -- docs: update web3 version hint [`#45`](https://github.com/deltaDAO/nautilus/pull/45) -- Fix/exports and deps [`#42`](https://github.com/deltaDAO/nautilus/pull/42) -- Update README.md [`#38`](https://github.com/deltaDAO/nautilus/pull/38) -- Adding Credentials to NautilusAsset and AssetBuilder [`#36`](https://github.com/deltaDAO/nautilus/pull/36) -- Feat/extend asset builder [`#35`](https://github.com/deltaDAO/nautilus/pull/35) -- fix: add spread for additionalInformation object [`#34`](https://github.com/deltaDAO/nautilus/pull/34) -- build(deps): bump vm2 from 3.9.17 to 3.9.19 [`#33`](https://github.com/deltaDAO/nautilus/pull/33) -- docs: create typedoc api documentation for version 0.2.0 [`4a0845b`](https://github.com/deltaDAO/nautilus/commit/4a0845b894c5f04ea3dae00bc679c5526e73c4c9) -- docs: create typedoc api documentation for version 0.2.2 [`74cf76e`](https://github.com/deltaDAO/nautilus/commit/74cf76ef7344029c0fb78ae4e384c8af944fa2fc) -- docs: create typedoc api documentation for version 0.1.2 [`a59e034`](https://github.com/deltaDAO/nautilus/commit/a59e034cac1adb327eca315c49c105d5e237b039) #### [v0.3.0-alpha9](https://github.com/deltaDAO/nautilus/compare/v0.3.0-alpha8...v0.3.0-alpha9) @@ -118,10 +68,64 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - refactor: use object as argument for getDDO [`50128d4`](https://github.com/deltaDAO/nautilus/commit/50128d407e710f21919db4ab577fbf21e551c42b) - refactor: use early return [`e866001`](https://github.com/deltaDAO/nautilus/commit/e8660017a65fc49f6439edcbfadb335e602e00d2) -#### [v0.3.0-alpha2](https://github.com/deltaDAO/nautilus/compare/v0.3.0-alpha1...v0.3.0-alpha2) +#### [v0.3.0-alpha2](https://github.com/deltaDAO/nautilus/compare/v0.3.0-alpha15...v0.3.0-alpha2) > 14 August 2023 +#### [v0.3.0-alpha15](https://github.com/deltaDAO/nautilus/compare/v0.3.0-alpha14...v0.3.0-alpha15) + +> 4 September 2023 + +- fix: wait for chain during publish [`203964c`](https://github.com/deltaDAO/nautilus/commit/203964c4112b04d55f7af066fc5c8549cb11f391) +- Release 0.3.0-alpha15 [`6001129`](https://github.com/deltaDAO/nautilus/commit/6001129e1761cf31f38e96c03f98e8066fa2aa98) + +#### [v0.3.0-alpha14](https://github.com/deltaDAO/nautilus/compare/v0.3.0-alpha13...v0.3.0-alpha14) + +> 4 September 2023 + +- fix: wait for order txs to be included in chain [`a56cec8`](https://github.com/deltaDAO/nautilus/commit/a56cec8b41b4d5f8f879b7807c56d6c95dbe3cf4) +- Release 0.3.0-alpha14 [`7add1a1`](https://github.com/deltaDAO/nautilus/commit/7add1a12644ce8948231e31fc91e22ee86158803) + +#### [v0.3.0-alpha13](https://github.com/deltaDAO/nautilus/compare/v0.3.0-alpha12...v0.3.0-alpha13) + +> 4 September 2023 + +- Release 0.3.0-alpha13 [`617a298`](https://github.com/deltaDAO/nautilus/commit/617a298b736ce0dec6e2c0093f645fa4c795f546) +- fix: cast templateId to Number [`8a62cfb`](https://github.com/deltaDAO/nautilus/commit/8a62cfb70d458b37c4ef060e429ec305ec82b7f0) + +#### [v0.3.0-alpha12](https://github.com/deltaDAO/nautilus/compare/v0.3.0-alpha11...v0.3.0-alpha12) + +> 4 September 2023 + +- Release 0.3.0-alpha12 [`b4df016`](https://github.com/deltaDAO/nautilus/commit/b4df016a3c5d64ea22c67d85f2d2e8b1ba41709a) +- deps: update @oceanprotocol/lib to 3.1.1 (ocean.js) [`d6e0235`](https://github.com/deltaDAO/nautilus/commit/d6e02352ddcb6f59247155cf91a8d99c34a6de31) + +#### [v0.3.0-alpha11](https://github.com/deltaDAO/nautilus/compare/v0.3.0-alpha10...v0.3.0-alpha11) + +> 4 September 2023 + +- Feat/ethers [`#53`](https://github.com/deltaDAO/nautilus/pull/53) +- Release 0.3.0-alpha11 [`e056191`](https://github.com/deltaDAO/nautilus/commit/e056191dbba3b277360bcfb4dab494592b47e6ef) +- deps: update @oceanprotocol/lib (ocean.js) [`70d8f4e`](https://github.com/deltaDAO/nautilus/commit/70d8f4e340fd390ceb342975604642a03377d31f) +- fix: remove misleading comment [`df9ad79`](https://github.com/deltaDAO/nautilus/commit/df9ad79d76737f66900545fc2e56b166ad78b706) + +#### [v0.3.0-alpha10](https://github.com/deltaDAO/nautilus/compare/v0.3.0-alpha1...v0.3.0-alpha10) + +> 24 August 2023 + +- fix: consumer parameter handling in service [`#51`](https://github.com/deltaDAO/nautilus/pull/51) +- Feat/publish rework [`#46`](https://github.com/deltaDAO/nautilus/pull/46) +- docs: update web3 version hint [`#45`](https://github.com/deltaDAO/nautilus/pull/45) +- Fix/exports and deps [`#42`](https://github.com/deltaDAO/nautilus/pull/42) +- Update README.md [`#38`](https://github.com/deltaDAO/nautilus/pull/38) +- Adding Credentials to NautilusAsset and AssetBuilder [`#36`](https://github.com/deltaDAO/nautilus/pull/36) +- Feat/extend asset builder [`#35`](https://github.com/deltaDAO/nautilus/pull/35) +- fix: add spread for additionalInformation object [`#34`](https://github.com/deltaDAO/nautilus/pull/34) +- build(deps): bump vm2 from 3.9.17 to 3.9.19 [`#33`](https://github.com/deltaDAO/nautilus/pull/33) +- docs: create typedoc api documentation for version 0.2.0 [`4a0845b`](https://github.com/deltaDAO/nautilus/commit/4a0845b894c5f04ea3dae00bc679c5526e73c4c9) +- docs: create typedoc api documentation for version 0.2.2 [`74cf76e`](https://github.com/deltaDAO/nautilus/commit/74cf76ef7344029c0fb78ae4e384c8af944fa2fc) +- docs: create typedoc api documentation for version 0.1.2 [`a59e034`](https://github.com/deltaDAO/nautilus/commit/a59e034cac1adb327eca315c49c105d5e237b039) + #### [v0.3.0-alpha1](https://github.com/deltaDAO/nautilus/compare/v0.2.3...v0.3.0-alpha1) > 11 August 2023 diff --git a/package-lock.json b/package-lock.json index 4746923..4a86759 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@deltadao/nautilus", - "version": "0.3.0-alpha15", + "version": "0.3.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@deltadao/nautilus", - "version": "0.3.0-alpha15", + "version": "0.3.0-beta.1", "license": "Apache-2.0", "dependencies": { "@oceanprotocol/lib": "^3.1.1", diff --git a/package.json b/package.json index c0cec7d..e6afbfd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@deltadao/nautilus", "source": "./src/index.ts", - "version": "0.3.0-alpha15", + "version": "0.3.0-beta.1", "description": "A typescript library enabling automated publish & consume in Ocean Protocol ecosystems", "main": "./dist/lib.js", "umd:main": "./dist/lib.umd.js",