Skip to content

Commit

Permalink
prerelease: v0.1.0-dev.1 - Mar 29, 2022, 6:35 PM
Browse files Browse the repository at this point in the history
 ## [0.1.0-dev.1](v0.0.1...v0.1.0-dev.1) (2022-03-29)

### 🧩 Features

* handle browser support  ([#96](#96)) ([56d920d](56d920d))
* remove redux and use providers ([#98](#98)) ([ed38ae4](ed38ae4))
* **toasts:** add link to transfer log ([#79](#79)) ([b743b85](b743b85))
* use blockNumber=pending for balanceOf calls ([#58](#58)) ([9a84b05](9a84b05))

### 💉 Improvements

* continuous integration  ([#99](#99)) ([adc15b5](adc15b5))
* utils ([#82](#82)) ([c38e56e](c38e56e))

### 🔧 Fixes

* add missing env poll block number interval ([d364cb4](d364cb4))
* ci ([2a92c4a](2a92c4a))
* ci ([541e34b](541e34b))
* **getTransactionHash:** add fee and version to calculation ([#90](#90)) ([938ffe0](938ffe0))
* redux error on switching menu "non-serializable value was detected" ([#89](#89)) ([9dc4972](9dc4972))
* remove pending transfer toast ([#92](#92)) ([20f51f3](20f51f3))
* update ETH token addresses and add SLF token ([#84](#84)) ([2c5a9df](2c5a9df))
  • Loading branch information
semantic-release-bot committed Mar 29, 2022
1 parent 2a92c4a commit bf98ab7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## [0.1.0-dev.1](https://github.com/starkware-libs/starkgate-frontend/compare/v0.0.1...v0.1.0-dev.1) (2022-03-29)


### 🧩 Features

* handle browser support ([#96](https://github.com/starkware-libs/starkgate-frontend/issues/96)) ([56d920d](https://github.com/starkware-libs/starkgate-frontend/commit/56d920d46af53e9d60368321435aed86e463063e))
* remove redux and use providers ([#98](https://github.com/starkware-libs/starkgate-frontend/issues/98)) ([ed38ae4](https://github.com/starkware-libs/starkgate-frontend/commit/ed38ae4925468e7331f974a618f3d4da04773ca8))
* **toasts:** add link to transfer log ([#79](https://github.com/starkware-libs/starkgate-frontend/issues/79)) ([b743b85](https://github.com/starkware-libs/starkgate-frontend/commit/b743b85be4d573a93e3dbfe1e58fdbd8042a5e61))
* use blockNumber=pending for balanceOf calls ([#58](https://github.com/starkware-libs/starkgate-frontend/issues/58)) ([9a84b05](https://github.com/starkware-libs/starkgate-frontend/commit/9a84b05142a8ea44e2e2dd0a39aba39f35b327b4))


### 💉 Improvements

* continuous integration ([#99](https://github.com/starkware-libs/starkgate-frontend/issues/99)) ([adc15b5](https://github.com/starkware-libs/starkgate-frontend/commit/adc15b51af6d29c1ebe99ac0a93defa58ff74be1))
* utils ([#82](https://github.com/starkware-libs/starkgate-frontend/issues/82)) ([c38e56e](https://github.com/starkware-libs/starkgate-frontend/commit/c38e56e1d942b3350e45811a435da22472dcf00e))


### 🔧 Fixes

* add missing env poll block number interval ([d364cb4](https://github.com/starkware-libs/starkgate-frontend/commit/d364cb44b8bf1ef62bba3cf08a13cd48c2897c6e))
* ci ([2a92c4a](https://github.com/starkware-libs/starkgate-frontend/commit/2a92c4a1e70e77cdd8b23f1363dbe13aeec34645))
* ci ([541e34b](https://github.com/starkware-libs/starkgate-frontend/commit/541e34b434652d7cbbf745105515851b966c31c8))
* **getTransactionHash:** add fee and version to calculation ([#90](https://github.com/starkware-libs/starkgate-frontend/issues/90)) ([938ffe0](https://github.com/starkware-libs/starkgate-frontend/commit/938ffe079c794409df04982096de22fd6e9d31ad))
* redux error on switching menu "non-serializable value was detected" ([#89](https://github.com/starkware-libs/starkgate-frontend/issues/89)) ([9dc4972](https://github.com/starkware-libs/starkgate-frontend/commit/9dc49729c9cef14c016be348fe170f084d478843))
* remove pending transfer toast ([#92](https://github.com/starkware-libs/starkgate-frontend/issues/92)) ([20f51f3](https://github.com/starkware-libs/starkgate-frontend/commit/20f51f3d68bf5d9c8a1212e6442fa5d246fbbeb2))
* update ETH token addresses and add SLF token ([#84](https://github.com/starkware-libs/starkgate-frontend/issues/84)) ([2c5a9df](https://github.com/starkware-libs/starkgate-frontend/commit/2c5a9df17acf28fb3c87bf91a245dc0f0f6e5b2e))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starkgate-frontend",
"version": "0.0.2-11",
"version": "0.1.0-dev.1",
"homepage": "./",
"scripts": {
"clean": "rm -rf ./dist",
Expand Down

0 comments on commit bf98ab7

Please sign in to comment.