Skip to content

Commit

Permalink
Release 1.21.1 (#1135)
Browse files Browse the repository at this point in the history
Merge pull request #1135 from madfish-solutions/development
  • Loading branch information
alex-tsx authored Apr 22, 2024
2 parents b430339 + e7e3523 commit f30af69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "temple-wallet",
"version": "1.21.0",
"version": "1.21.1",
"private": true,
"scripts": {
"start-run": "cross-env TS_NODE_PROJECT=\"webpack/tsconfig.json\" webpack --watch --stats errors-warnings",
Expand Down Expand Up @@ -233,6 +233,6 @@
"follow-redirects": "^1.15.4"
},
"optionalDependencies": {
"@temple-wallet/extension-ads": "^5.0.1"
"@temple-wallet/extension-ads": "^5.0.2"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3650,10 +3650,10 @@
dependencies:
nanoid "^3.1.25"

"@temple-wallet/extension-ads@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@temple-wallet/extension-ads/-/extension-ads-5.0.1.tgz#49a86ab2b6f6b9d2005ec1e8d7b97cbea73dee11"
integrity sha512-GOlzlUf383uu1Ik1QCqhNo50uenp4qXGBj9Q8LZ2jYX/A7ABOYdTDPFE/cQ28aqTqSdfjMn75TML3NHYLqdoxg==
"@temple-wallet/extension-ads@^5.0.2":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@temple-wallet/extension-ads/-/extension-ads-5.0.2.tgz#ad625411d610dd908fce6d2f541c805f59eb981e"
integrity sha512-dTUptk7PDFrFhrk8zVgaVgmrp20aJbgsE0F15r7NBfAAwcTqFQH0ATQCYLUygcGRtoqXWPo+W7z9V6VO3+ZYng==
dependencies:
"@vespaiach/axios-fetch-adapter" "^0.3.1"
axios "^1.6.7"
Expand Down

0 comments on commit f30af69

Please sign in to comment.