Skip to content

Commit

Permalink
release: v1.2.0
Browse files Browse the repository at this point in the history
 ## [1.2.0](v1.1.0...v1.2.0) (2022-05-02)

### 💉 Improvements

* move to hooks useConstants, useEnvs, useTranslation ([#159](#159)) ([b77ba11](b77ba11))
* useTracking ([#160](#160)) ([a8cad80](a8cad80))
* useTranslation hooks ([#162](#162)) ([92e0927](92e0927))

### 🧩 Features

* integrated with get-starknet-wallet ([#163](#163)) ([e0f996a](e0f996a))
* terms of use ([#141](#141)) ([8d9fe79](8d9fe79))
* validate starknet wallet chain ID ([#168](#168)) ([2551a7f](2551a7f))

### 🔧 Fixes

* accept button stayed disabled when browser zoom is different from 100% ([#158](#158)) ([1e4afac](1e4afac))
* add ETH mainnet addresses ([#167](#167)) ([56fa74b](56fa74b))
* app crashed when trying to connect while ArgentX wasn't installed ([55e25f7](55e25f7))
* bad overflow in modal for content with very long strings ([#161](#161)) ([36a1c6f](36a1c6f))
* calc L2 tx hash in the background ([#169](#169)) ([80d23d2](80d23d2))
* canceled transfers shown in transfer log ([#166](#166)) ([69324e8](69324e8))
* **deps:** bump gsw version ([6c01ae5](6c01ae5))
* **Faq:** question 8 ([#157](#157)) ([51da4aa](51da4aa))
* handle display of exponential balances ([44c675b](44c675b))
* isInstalled() check for gsw ([#165](#165)) ([1881192](1881192))
* unsupported chain id does not showing  ([#151](#151)) ([afa5294](afa5294))
* use getStarknet() provider on starknet contracts ([1d6b023](1d6b023))
* use wallet provider for all provider calls ([#170](#170)) ([646feee](646feee))
* **utils:** get url params returns undefined ([cde6401](cde6401))
  • Loading branch information
semantic-release-bot committed May 2, 2022
1 parent cf489c8 commit 38c7914
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
## [1.2.0](https://github.com/starkware-libs/starkgate-frontend/compare/v1.1.0...v1.2.0) (2022-05-02)


### 💉 Improvements

* move to hooks useConstants, useEnvs, useTranslation ([#159](https://github.com/starkware-libs/starkgate-frontend/issues/159)) ([b77ba11](https://github.com/starkware-libs/starkgate-frontend/commit/b77ba118934e95859cb4409ba22be3c8ac25fd79))
* useTracking ([#160](https://github.com/starkware-libs/starkgate-frontend/issues/160)) ([a8cad80](https://github.com/starkware-libs/starkgate-frontend/commit/a8cad802e13fcd7b940eed5d60a8f943d82662a9))
* useTranslation hooks ([#162](https://github.com/starkware-libs/starkgate-frontend/issues/162)) ([92e0927](https://github.com/starkware-libs/starkgate-frontend/commit/92e092764ec53d622eacc8d8a27038869131cde5))


### 🧩 Features

* integrated with get-starknet-wallet ([#163](https://github.com/starkware-libs/starkgate-frontend/issues/163)) ([e0f996a](https://github.com/starkware-libs/starkgate-frontend/commit/e0f996a7c5a7b7fa4a395695048275a8c234dd76))
* terms of use ([#141](https://github.com/starkware-libs/starkgate-frontend/issues/141)) ([8d9fe79](https://github.com/starkware-libs/starkgate-frontend/commit/8d9fe7957e09c739e1e79801eaf507178854f944))
* validate starknet wallet chain ID ([#168](https://github.com/starkware-libs/starkgate-frontend/issues/168)) ([2551a7f](https://github.com/starkware-libs/starkgate-frontend/commit/2551a7f296de1fcdfc5dd4a819982850e6294306))


### 🔧 Fixes

* accept button stayed disabled when browser zoom is different from 100% ([#158](https://github.com/starkware-libs/starkgate-frontend/issues/158)) ([1e4afac](https://github.com/starkware-libs/starkgate-frontend/commit/1e4afac22a575945a585a76505d49766ca4ba7c2))
* add ETH mainnet addresses ([#167](https://github.com/starkware-libs/starkgate-frontend/issues/167)) ([56fa74b](https://github.com/starkware-libs/starkgate-frontend/commit/56fa74b4510971d516824d5c0faae611da20d63b))
* app crashed when trying to connect while ArgentX wasn't installed ([55e25f7](https://github.com/starkware-libs/starkgate-frontend/commit/55e25f769bb175c436fdbcaf8a7ad992891380b9))
* bad overflow in modal for content with very long strings ([#161](https://github.com/starkware-libs/starkgate-frontend/issues/161)) ([36a1c6f](https://github.com/starkware-libs/starkgate-frontend/commit/36a1c6ffd1d367db917a0bffc6f3a33ba37be6a9))
* calc L2 tx hash in the background ([#169](https://github.com/starkware-libs/starkgate-frontend/issues/169)) ([80d23d2](https://github.com/starkware-libs/starkgate-frontend/commit/80d23d22e9a806e5f19acc47e1dc2ccfb44fffca))
* canceled transfers shown in transfer log ([#166](https://github.com/starkware-libs/starkgate-frontend/issues/166)) ([69324e8](https://github.com/starkware-libs/starkgate-frontend/commit/69324e8c838674eddc9759a282c1e4d4040c0553))
* **deps:** bump gsw version ([6c01ae5](https://github.com/starkware-libs/starkgate-frontend/commit/6c01ae5e518947294a0abd7c6e489ac0074edf38))
* **Faq:** question 8 ([#157](https://github.com/starkware-libs/starkgate-frontend/issues/157)) ([51da4aa](https://github.com/starkware-libs/starkgate-frontend/commit/51da4aa7f8d5045c4e5dea34e59cef20a12363b9))
* handle display of exponential balances ([44c675b](https://github.com/starkware-libs/starkgate-frontend/commit/44c675b7c4bfadee6cdbce9f25daf4e93442aa58))
* isInstalled() check for gsw ([#165](https://github.com/starkware-libs/starkgate-frontend/issues/165)) ([1881192](https://github.com/starkware-libs/starkgate-frontend/commit/18811924e99f63477e0edd4dcdbf9d35fd32cc43))
* unsupported chain id does not showing ([#151](https://github.com/starkware-libs/starkgate-frontend/issues/151)) ([afa5294](https://github.com/starkware-libs/starkgate-frontend/commit/afa5294c5bdc428a7b0d4d569b0deefe884b54d8))
* use getStarknet() provider on starknet contracts ([1d6b023](https://github.com/starkware-libs/starkgate-frontend/commit/1d6b0230555f102473ae674467b76e2c2343d729))
* use wallet provider for all provider calls ([#170](https://github.com/starkware-libs/starkgate-frontend/issues/170)) ([646feee](https://github.com/starkware-libs/starkgate-frontend/commit/646feeee58e1720833b0252983b2091815fba10a))
* **utils:** get url params returns undefined ([cde6401](https://github.com/starkware-libs/starkgate-frontend/commit/cde64015af4393d9d4586c33722feeb1eb8dfccb))

## [1.3.0-dev.9](https://github.com/starkware-libs/starkgate-frontend/compare/v1.3.0-dev.8...v1.3.0-dev.9) (2022-05-01)


Expand Down
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": "1.3.0-dev.9",
"version": "1.2.0",
"homepage": "./",
"scripts": {
"clean": "rm -rf ./dist",
Expand Down

0 comments on commit 38c7914

Please sign in to comment.