diff --git a/packages/math/CHANGELOG.md b/packages/math/CHANGELOG.md index 51ff176e1..ed6166cfb 100644 --- a/packages/math/CHANGELOG.md +++ b/packages/math/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.11.3](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/math@1.11.2...@osmonauts/math@1.11.3) (2024-01-19) + +**Note:** Version bump only for package @osmonauts/math + + + + + ## [1.11.2](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/math@1.11.1...@osmonauts/math@1.11.2) (2024-01-19) **Note:** Version bump only for package @osmonauts/math diff --git a/packages/math/package.json b/packages/math/package.json index fe2fda1f0..1134900fb 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@osmonauts/math", - "version": "1.11.2", + "version": "1.11.3", "description": "Math calculations for Osmosis", "author": "Dan Lynch ", "homepage": "https://github.com/osmosis-labs/osmojs/tree/master/packages/osmojs#readme", @@ -89,6 +89,6 @@ "@chain-registry/utils": "1.13.1", "bignumber.js": "9.1.2", "decimal.js-light": "^2.5.1", - "osmojs": "^16.8.2" + "osmojs": "^16.8.3" } } diff --git a/packages/osmo-query/CHANGELOG.md b/packages/osmo-query/CHANGELOG.md index 83b4392e6..0d7156559 100644 --- a/packages/osmo-query/CHANGELOG.md +++ b/packages/osmo-query/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [16.8.3](https://github.com/osmosis-labs/osmojs/compare/osmo-query@16.8.2...osmo-query@16.8.3) (2024-01-19) + +**Note:** Version bump only for package osmo-query + + + + + ## [16.8.2](https://github.com/osmosis-labs/osmojs/compare/osmo-query@16.8.1...osmo-query@16.8.2) (2024-01-19) **Note:** Version bump only for package osmo-query diff --git a/packages/osmo-query/package.json b/packages/osmo-query/package.json index e89578bcb..8e55aa616 100644 --- a/packages/osmo-query/package.json +++ b/packages/osmo-query/package.json @@ -1,6 +1,6 @@ { "name": "osmo-query", - "version": "16.8.2", + "version": "16.8.3", "description": "Typescript Protobuf Messages for Osmosis with react-query", "author": "Dan Lynch ", "homepage": "https://github.com/osmosis-labs/osmojs/tree/master/packages/osmojs#readme", diff --git a/packages/osmojs/CHANGELOG.md b/packages/osmojs/CHANGELOG.md index 0d4cdbaef..b660418a4 100644 --- a/packages/osmojs/CHANGELOG.md +++ b/packages/osmojs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [16.8.3](https://github.com/osmosis-labs/osmojs/compare/osmojs@16.8.2...osmojs@16.8.3) (2024-01-19) + +**Note:** Version bump only for package osmojs + + + + + ## [16.8.2](https://github.com/osmosis-labs/osmojs/compare/osmojs@16.8.1...osmojs@16.8.2) (2024-01-19) **Note:** Version bump only for package osmojs diff --git a/packages/osmojs/package.json b/packages/osmojs/package.json index 3c83f54f7..9baf6fabc 100644 --- a/packages/osmojs/package.json +++ b/packages/osmojs/package.json @@ -1,6 +1,6 @@ { "name": "osmojs", - "version": "16.8.2", + "version": "16.8.3", "description": "Typescript Protobuf Messages for Osmosis", "author": "Dan Lynch ", "homepage": "https://github.com/osmosis-labs/osmojs/tree/master/packages/osmojs#readme",