Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jonator committed Oct 1, 2022
1 parent e001ad9 commit b565539
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": "2.0.0",
"version": "3.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": "2.0.0",
"version": "3.0.0",
"main": "build/index.js",
"typings": "types/index.d.ts",
"author": "osmosis-labs",
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": "2.0.0",
"version": "3.0.0",
"main": "build/index.js",
"typings": "types/index.d.ts",
"author": "osmosis-labs",
Expand Down Expand Up @@ -39,6 +39,6 @@
},
"dependencies": {
"@keplr-wallet/unit": "^0.10.24",
"@osmosis-labs/math": "^2.0.0"
"@osmosis-labs/math": "^3.0.0"
}
}
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": "2.0.0",
"version": "3.0.0",
"main": "build/index.js",
"typings": "types/index.d.ts",
"author": "osmosis-labs",
Expand Down Expand Up @@ -53,8 +53,8 @@
"@keplr-wallet/stores": "^0.10.24",
"@keplr-wallet/types": "^0.10.24",
"@keplr-wallet/unit": "^0.10.24",
"@osmosis-labs/math": "^2.0.0",
"@osmosis-labs/pools": "^2.0.0",
"@osmosis-labs/math": "^3.0.0",
"@osmosis-labs/pools": "^3.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": "2.0.0",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -25,8 +25,8 @@
"@keplr-wallet/unit": "^0.10.24",
"@keplr-wallet/wc-client": "^0.10.24",
"@metamask/onboarding": "^1.0.1",
"@osmosis-labs/pools": "^2.0.0",
"@osmosis-labs/stores": "^2.0.0",
"@osmosis-labs/pools": "^3.0.0",
"@osmosis-labs/stores": "^3.0.0",
"@socialgouv/matomo-next": "^1.3.0",
"@tippyjs/react": "^4.2.6",
"@walletconnect/browser-utils": "^1.7.0",
Expand Down Expand Up @@ -57,14 +57,14 @@
"web3-utils": "^1.7.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.1.6",
"@types/qrcode.react": "^1.0.2",
"@types/react": "17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-input-autosize": "^2.2.1",
"@types/react-lottie": "^1.2.6",
"@types/react-modal": "^3.13.1",
"@types/sha.js": "^2.4.0",
"@next/bundle-analyzer": "^12.1.6",
"autoprefixer": "^10.4.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
Expand Down

2 comments on commit b565539

@vercel
Copy link

@vercel vercel bot commented on b565539 Oct 1, 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 b565539 Oct 1, 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.