Skip to content

Commit

Permalink
Bump version to 1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tsx committed Oct 31, 2024
1 parent fc90384 commit 379a4ff
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.27.0",
"version": "1.28.0",
"private": true,
"scripts": {
"start-run": "cross-env TS_NODE_PROJECT=\"webpack/tsconfig.json\" webpack --watch --stats errors-warnings",
Expand Down Expand Up @@ -232,6 +232,6 @@
"follow-redirects": "^1.15.4"
},
"optionalDependencies": {
"@temple-wallet/extension-ads": "9.0.0-dev.1562.3"
"@temple-wallet/extension-ads": "9.1.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3657,10 +3657,10 @@
dependencies:
nanoid "^3.1.25"

"@temple-wallet/extension-ads@9.0.0-dev.1562.3":
version "9.0.0-dev.1562.3"
resolved "https://registry.yarnpkg.com/@temple-wallet/extension-ads/-/extension-ads-9.0.0-dev.1562.3.tgz#ca6f284cfb3798b112b9a94debf0302bc91d0c01"
integrity sha512-cBI5I69b7nfnVvkn9WEDt31jnt/AebLKrtWiCDmGLkm9PUxl+x/RXdBTnc68JKn50rRIhFeqhfJwTXrjHA2koA==
"@temple-wallet/extension-ads@9.1.0":
version "9.1.0"
resolved "https://registry.yarnpkg.com/@temple-wallet/extension-ads/-/extension-ads-9.1.0.tgz#dc3e786584b26528604f5ffa629090da4a7d0838"
integrity sha512-2m5vgvfp3FnY6mt8e0cf9S1H6uDB7D9OWiiSJv5OJpxuTfo+IGbxmcqmDZVXK292qgxpvuZxCopDZfObZbUg/A==
dependencies:
axios "^1.7.4"
crypto-js "^4.2.0"
Expand Down

0 comments on commit 379a4ff

Please sign in to comment.