Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jonator committed Dec 12, 2022
1 parent 619a557 commit a7b47cb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0",
"version": "4.0.0",
"useWorkspaces": true,
"npmClient": "yarn",
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osmosis-labs/math",
"version": "3.0.0",
"version": "4.0.0",
"main": "build/index.js",
"author": "osmosis-labs",
"homepage": "https://github.com/osmosis-labs/osmosis-frontend/tree/master/packages/math#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/pools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osmosis-labs/pools",
"version": "3.0.0",
"version": "4.0.0",
"main": "build/index.js",
"author": "osmosis-labs",
"homepage": "https://github.com/osmosis-labs/osmosis-frontend/tree/master/packages/pools#readme",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@keplr-wallet/unit": "^0.10.24",
"@osmosis-labs/math": "^3.0.0"
"@osmosis-labs/math": "^4.0.0"
},
"devDependencies": {
"deepmerge": ""
Expand Down
6 changes: 3 additions & 3 deletions packages/stores/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osmosis-labs/stores",
"version": "3.0.0",
"version": "4.0.0",
"main": "build/index.js",
"author": "osmosis-labs",
"homepage": "https://github.com/osmosis-labs/osmosis-frontend/tree/master/packages/stores#readme",
Expand Down Expand Up @@ -52,8 +52,8 @@
"@keplr-wallet/stores": "^0.10.24",
"@keplr-wallet/types": "^0.10.24",
"@keplr-wallet/unit": "^0.10.24",
"@osmosis-labs/math": "^3.0.0",
"@osmosis-labs/pools": "^3.0.0",
"@osmosis-labs/math": "^4.0.0",
"@osmosis-labs/pools": "^4.0.0",
"axios": "^0.27.2",
"buffer": "^6.0.3",
"dayjs": "^1.10.7",
Expand Down
8 changes: 4 additions & 4 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osmosis-labs/web",
"version": "3.0.0",
"version": "4.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -13,7 +13,6 @@
"pre-commit": "lint-staged"
},
"dependencies": {
"@next/bundle-analyzer": "^12.1.6",
"@amplitude/analytics-browser": "^1.2.3",
"@axelar-network/axelarjs-sdk": "^0.6.14",
"@cosmjs/launchpad": "^0.26.5",
Expand All @@ -27,8 +26,9 @@
"@keplr-wallet/unit": "^0.10.24",
"@keplr-wallet/wc-client": "^0.10.24",
"@metamask/onboarding": "^1.0.1",
"@osmosis-labs/pools": "^3.0.0",
"@osmosis-labs/stores": "^3.0.0",
"@next/bundle-analyzer": "^12.1.6",
"@osmosis-labs/pools": "^4.0.0",
"@osmosis-labs/stores": "^4.0.0",
"@tippyjs/react": "^4.2.6",
"@transak/transak-sdk": "^1.2.2",
"@walletconnect/browser-utils": "^1.7.0",
Expand Down

3 comments on commit a7b47cb

@vercel
Copy link

@vercel vercel bot commented on a7b47cb Dec 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on a7b47cb Dec 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on a7b47cb Dec 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.