Skip to content

Commit

Permalink
chore(release): v0.2.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jun 22, 2022
1 parent ad8e887 commit a0fb715
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
## [0.2.2](https://github.com/rigoblock/v3-contracts/compare/v0.2.1...v0.2.2) (2022-06-22)


### Bug Fixes

* add SPDX identifier ([002a14e](https://github.com/rigoblock/v3-contracts/commit/002a14e2348ce375873bd0bf773d96cfdbebadb9))
* add tests setup ([7c26aca](https://github.com/rigoblock/v3-contracts/commit/7c26acaf66efda05666a8e7bbd2aee32e7877d4a))
* ci bump package version ([a8620d6](https://github.com/rigoblock/v3-contracts/commit/a8620d647d786074298ec33b2f6aae8cd87f7998))
* default new version ([18997f4](https://github.com/rigoblock/v3-contracts/commit/18997f4e8d46d7718434de1409a16ff1b00443f4))
* default new version ([3bee2d5](https://github.com/rigoblock/v3-contracts/commit/3bee2d58100abe487ff8657adb5303deccca3140))
* deterministic factory deployment ([03c8feb](https://github.com/rigoblock/v3-contracts/commit/03c8feb9d39b7b88ca776c72ff48266c9a8b9dff))
* deterministic factory deployment ([e722787](https://github.com/rigoblock/v3-contracts/commit/e722787e87f7b7d0e7b9ecae3c8d8d728fffed05))
* event indexing in registry interface ([996d81e](https://github.com/rigoblock/v3-contracts/commit/996d81e6d666a27ec2f99dea5a9adf4d8bdd4703))
* override patch wording ([7b8637d](https://github.com/rigoblock/v3-contracts/commit/7b8637daf8f02f3864b8e3fccbb4f501ac8bc005))
* registry contract ([522a51d](https://github.com/rigoblock/v3-contracts/commit/522a51df2c9190b568706a00270381d29e6ffae8))
* removed poolId from factory library ([f311d83](https://github.com/rigoblock/v3-contracts/commit/f311d83ddae3feec5fd2f88aa02ed34fce4a2717))
* revert to correct pool creation flow ([2c72b91](https://github.com/rigoblock/v3-contracts/commit/2c72b9125ba0c6804f861971c41566abbc491a6f))
* roll back version ([6d50d66](https://github.com/rigoblock/v3-contracts/commit/6d50d660544500d4a6cdf990a62cddd04c81cc54))
* set overrides ([26573b1](https://github.com/rigoblock/v3-contracts/commit/26573b1eadedffca1ab759c99f70d490108cb1ac))
* update pragma identifier ([2ce49b0](https://github.com/rigoblock/v3-contracts/commit/2ce49b0716af6fa5956fc681ce02150543c67b71))
* update version script ([75ac5ed](https://github.com/rigoblock/v3-contracts/commit/75ac5ed2f52f3b49db772c2ef7308c64303066c0))
* use conventional changelog instead of github tag action ([ad8e887](https://github.com/rigoblock/v3-contracts/commit/ad8e88753ff2da04d24619d5b3e499602fccd4b6))


### Features

* add contracts tests ([eb7fe1e](https://github.com/rigoblock/v3-contracts/commit/eb7fe1e412bcc4542fe60fb9ecfa74a0fe2e5441))
* publish ([1bfe2b5](https://github.com/rigoblock/v3-contracts/commit/1bfe2b50a5fd61b103ffcbf6e072eb5c15ce2e71))
* remove eventful ([db75691](https://github.com/rigoblock/v3-contracts/commit/db7569194d3c9e67ebee25d45c2cc0f8871bda16))
* rigoblock pool as erc20 interface ([f710282](https://github.com/rigoblock/v3-contracts/commit/f710282d6935bfa74e46d90096b17a217078e5c7))



4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rgbk/v3-contracts",
"version": "0.2.1",
"version": "0.2.2",
"description": "Ethereum asset management",
"homepage": "https://github.com/rigoblock/v3-contracts/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -83,4 +83,4 @@
"peerDependencies": {
"ethers": "^5.1.4"
}
}
}

0 comments on commit a0fb715

Please sign in to comment.