Skip to content

Commit

Permalink
v0.46.1 (#3598)
Browse files Browse the repository at this point in the history
Additional fix for issues on the signing screen from #3571.

## What's Changed (since v0.45.0)
* Fix invalid react fragment by @hyphenized in
#3597
* v0.46.0 by @Shadowfiend in
#3596
* v0.45.0 by @jagodarybacka in
#3589
* Add `@testing-library/dom` to `background` by @jagodarybacka in
#3588
* Modify Hardhat cache config by @michalinacienciala in
#3591
* Revolintion: Apply most of the `@thesis-co/eslint-config` lint styling
to the extension by @Shadowfiend in
#3571
* Release Checklist Update: Added Flashbots by @andreachapman in
#3592
* DAppstrosities: Fix a few observed dApp connection issues by
@Shadowfiend in #3593


**Full Changelog**:
v0.45.0...v0.46.0

Latest build:
[extension-builds-3598](https://github.com/tahowallet/extension/suites/14964619550/artifacts/853742841)
(as of Wed, 09 Aug 2023 22:44:33 GMT).
  • Loading branch information
Shadowfiend authored Aug 11, 2023
2 parents ca0eb8b + 1544dae commit 6b8e4b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/BUG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ body:
label: Version
description: What version of the extension are you running?
options:
- v0.46.1
- v0.46.0
- v0.45.0
- v0.44.0
Expand Down
2 changes: 1 addition & 1 deletion manifest/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Taho",
"version": "0.46.0",
"version": "0.46.1",
"description": "The community owned and operated Web3 wallet.",
"homepage_url": "https://taho.xyz",
"author": "https://taho.xyz",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tallyho/tally-extension",
"private": true,
"version": "0.46.0",
"version": "0.46.1",
"description": "Taho, the community owned and operated Web3 wallet.",
"main": "index.js",
"repository": "git@github.com:thesis/tally-extension.git",
Expand Down

0 comments on commit 6b8e4b0

Please sign in to comment.