diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dbae3c4..17c828a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "libs/sdk": "2.6.10", + "libs/sdk": "2.7.0", "libs/sdk-react-provider": "0.0.4" } diff --git a/libs/sdk-react-provider/CHANGELOG.md b/libs/sdk-react-provider/CHANGELOG.md index f046969..97c34d2 100644 --- a/libs/sdk-react-provider/CHANGELOG.md +++ b/libs/sdk-react-provider/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [0.0.4](https://github.com/monerium/public-monorepo/compare/sdk-react-provider-v0.0.4...sdk-react-provider-v0.0.4) (2023-11-09) + + +### Features + +* sdk provider ([9c2defb](https://github.com/monerium/public-monorepo/commit/9c2defb626c7cb10ca98f184ec28171af9a29d3d)) + + +### Bug Fixes + +* . ([8d70c4d](https://github.com/monerium/public-monorepo/commit/8d70c4d08b9e52e70ca47c2b5e4d83ef0e6187d8)) +* add codesandbox demo to readme ([034dcef](https://github.com/monerium/public-monorepo/commit/034dcefdb26a7d97e3f0dae3c4fad02ed410d808)) +* add manifest to release-please GH action ([875b5c5](https://github.com/monerium/public-monorepo/commit/875b5c581885eb2f56b6f8336f1e25e0a2b89887)) +* correct prop for initializing class ([cc509bf](https://github.com/monerium/public-monorepo/commit/cc509bffe5f7ef3c15a52af3cc18a1e89fd3b9ac)) +* remove comment from manifest ([9ac4fcf](https://github.com/monerium/public-monorepo/commit/9ac4fcf9fa06d41fe8f6ea2cd9adc7253a77e4de)) +* remove unused dep ([6f3defe](https://github.com/monerium/public-monorepo/commit/6f3defebe9b25d2e64f5598eebe039bab199d541)) +* **sdk-react-provider:** add monerium/sdk as dep ([e43ac29](https://github.com/monerium/public-monorepo/commit/e43ac29d202c02789f1efa7354f5b0c9a1d5a8bb)) +* test: ([e122f61](https://github.com/monerium/public-monorepo/commit/e122f61e5f907785b6076bfda855c275bcfce1d6)) +* testing ([aa5057d](https://github.com/monerium/public-monorepo/commit/aa5057dcc5a6e1f68e50833097c1379d2f2c00f5)) +* testing GH actions ([7ac3aba](https://github.com/monerium/public-monorepo/commit/7ac3abab83d9b81136776a2c7cbc323d8a64be5e)) + + +### Miscellaneous Chores + +* release 0.0.4 ([c057779](https://github.com/monerium/public-monorepo/commit/c057779574346cbc448ca8b8605457afb8abaa56)) + ## [0.0.4](https://github.com/monerium/public-monorepo/compare/sdk-react-provider-v0.0.5...sdk-react-provider-v0.0.4) (2023-11-08) diff --git a/libs/sdk-react-provider/package.json b/libs/sdk-react-provider/package.json index dbd1bb1..916a105 100644 --- a/libs/sdk-react-provider/package.json +++ b/libs/sdk-react-provider/package.json @@ -1,6 +1,6 @@ { "name": "@monerium/sdk-react-provider", - "version": "0.0.5", + "version": "0.0.4", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { diff --git a/libs/sdk/CHANGELOG.md b/libs/sdk/CHANGELOG.md index a0c08f9..8474d73 100644 --- a/libs/sdk/CHANGELOG.md +++ b/libs/sdk/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [2.7.0](https://github.com/monerium/public-monorepo/compare/sdk-v2.6.10...sdk-v2.7.0) (2023-11-09) + + +### Features + +* new functions added + arguments to class instance ([b5b8c5d](https://github.com/monerium/public-monorepo/commit/b5b8c5d3fbae6ce7a90569b74d887b81d9f3a336)) + + +### Bug Fixes + +* debug ([b2543eb](https://github.com/monerium/public-monorepo/commit/b2543eb222cbe74131377e164c28c3093b72be5f)) +* debug ([ea1bd38](https://github.com/monerium/public-monorepo/commit/ea1bd38c8f8f98cf65a9bcab615faa540a8b7324)) +* debug ([20e3ccb](https://github.com/monerium/public-monorepo/commit/20e3ccb3297e3bba02be86349a151b1bf0ed8f5c)) +* syntax ([f8cfbad](https://github.com/monerium/public-monorepo/commit/f8cfbad0fa536808ddc988cf9e6ca8aef5247ef7)) +* test ([2a612b1](https://github.com/monerium/public-monorepo/commit/2a612b1f93a59ec709c9f328c7ba4bc910971de9)) +* test ([0dfd8e1](https://github.com/monerium/public-monorepo/commit/0dfd8e1489db8096f1cb66a3816e410ddb996d64)) +* test: ([e122f61](https://github.com/monerium/public-monorepo/commit/e122f61e5f907785b6076bfda855c275bcfce1d6)) +* testing ([24389c9](https://github.com/monerium/public-monorepo/commit/24389c9f243671c548d957dc499689e58e0bc3f6)) +* testing affected ([60059eb](https://github.com/monerium/public-monorepo/commit/60059ebc035dccf1dcbb4eb64cf0eeb071020caf)) +* testing affected ([a10f49a](https://github.com/monerium/public-monorepo/commit/a10f49a4840218c9f5fa76463b3132401d0a23f4)) + ## [2.7.0](https://github.com/monerium/public-monorepo/compare/sdk-v2.6.12...sdk-v2.7.0) (2023-11-09) diff --git a/libs/sdk/package.json b/libs/sdk/package.json index 35ce202..89c45ff 100644 --- a/libs/sdk/package.json +++ b/libs/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@monerium/sdk", - "version": "2.6.10", + "version": "2.7.0", "description": "Everything you need to interact with the Monerium API - an electronic money issuer.", "license": "MIT", "repository": {