Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #28 from monerium/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
einaralex authored Nov 9, 2023
2 parents 89917d5 + 87881b3 commit cf452bd
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"libs/sdk": "2.6.10",
"libs/sdk-react-provider": "0.0.5"
"libs/sdk": "2.7.0",
"libs/sdk-react-provider": "0.0.4"
}
29 changes: 29 additions & 0 deletions libs/sdk-react-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [0.0.4](https://github.com/monerium/public-monorepo/compare/sdk-react-provider-v0.0.5...sdk-react-provider-v0.0.4) (2023-11-09)


### Features

* add docs ([f5ba19d](https://github.com/monerium/public-monorepo/commit/f5ba19d5600e01cd0c97467a0a1f2fe94a2f40fc))
* 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))
* fix ([6f9eef5](https://github.com/monerium/public-monorepo/commit/6f9eef5333d407a3ec95a84defb3adc1d9c6f7e8))
* 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))
* trigger both packages ([a8db647](https://github.com/monerium/public-monorepo/commit/a8db647e694abd753bdb06df352c1d72617d7e67))


### 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.4...sdk-react-provider-v0.0.4) (2023-11-09)

### Features
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk-react-provider/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
27 changes: 27 additions & 0 deletions libs/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [2.7.0](https://github.com/monerium/public-monorepo/compare/sdk-v2.6.10...sdk-v2.7.0) (2023-11-09)


### Features

* add docs ([f5ba19d](https://github.com/monerium/public-monorepo/commit/f5ba19d5600e01cd0c97467a0a1f2fe94a2f40fc))
* 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))
* lol ([630cb9f](https://github.com/monerium/public-monorepo/commit/630cb9fa3f4d7efa363b7fd9079c4e5e4e26bdd3))
* stuff ([1dadd44](https://github.com/monerium/public-monorepo/commit/1dadd44f07fb2234bf1fca1f1f20dbc4158cface))
* syntax ([f8cfbad](https://github.com/monerium/public-monorepo/commit/f8cfbad0fa536808ddc988cf9e6ca8aef5247ef7))
* test ([21c2cb8](https://github.com/monerium/public-monorepo/commit/21c2cb8c936410f6701a87313cb1bcb4dd9f281f))
* 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))
* trigger both packages ([a8db647](https://github.com/monerium/public-monorepo/commit/a8db647e694abd753bdb06df352c1d72617d7e67))
* version ([f3a1b1d](https://github.com/monerium/public-monorepo/commit/f3a1b1d7750a2f743d84426e60ea368909dcf93d))

## [2.6.5](https://github.com/monerium/sdk/compare/v2.6.4...v2.6.5) (2023-10-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit cf452bd

Please sign in to comment.