Skip to content

Commit

Permalink
chore(release): 3.7.0-beta.12
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Oct 11, 2024
1 parent a7a2f9c commit 1a2c15f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.7.0-beta.11",
"version": "3.7.0-beta.12",
"private": true,
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -32,7 +32,8 @@
},
"standard-version": {
"scripts": {
"prerelease": "pnpm install && git add ."
"prerelease": "pnpm install && git add .",
"postbump": "pnpm check:write && git add ."
}
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/wallet-management",
"version": "3.3.0-beta.11",
"version": "3.3.0-beta.12",
"description": "LI.FI Wallet Management solution.",
"type": "module",
"main": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/widget",
"version": "3.7.0-beta.11",
"version": "3.7.0-beta.12",
"description": "LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.",
"type": "module",
"main": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/widget/src/config/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const name = '@lifi/widget'
export const version = '3.7.0-beta.11'
export const version = '3.7.0-beta.12'

0 comments on commit 1a2c15f

Please sign in to comment.