From f8ee12a13f344130e4cc7373b7f54949a999f5a1 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Thu, 18 Jan 2024 21:29:55 -0800 Subject: [PATCH] chore(release): publish - @osmonauts/math@1.11.2 - osmo-query@16.8.2 - osmojs@16.8.2 --- packages/math/CHANGELOG.md | 8 ++++++++ packages/math/package.json | 4 ++-- packages/osmo-query/CHANGELOG.md | 8 ++++++++ packages/osmo-query/package.json | 2 +- packages/osmojs/CHANGELOG.md | 8 ++++++++ packages/osmojs/package.json | 2 +- 6 files changed, 28 insertions(+), 4 deletions(-) diff --git a/packages/math/CHANGELOG.md b/packages/math/CHANGELOG.md index 726340197..51ff176e1 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.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 + + + + + ## [1.11.1](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/math@1.11.0...@osmonauts/math@1.11.1) (2024-01-19) **Note:** Version bump only for package @osmonauts/math diff --git a/packages/math/package.json b/packages/math/package.json index 8470df2ef..fe2fda1f0 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@osmonauts/math", - "version": "1.11.1", + "version": "1.11.2", "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.1" + "osmojs": "^16.8.2" } } diff --git a/packages/osmo-query/CHANGELOG.md b/packages/osmo-query/CHANGELOG.md index 6ee0d9b60..83b4392e6 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.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 + + + + + ## [16.8.1](https://github.com/osmosis-labs/osmojs/compare/osmo-query@16.8.0...osmo-query@16.8.1) (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 219d4960f..e89578bcb 100644 --- a/packages/osmo-query/package.json +++ b/packages/osmo-query/package.json @@ -1,6 +1,6 @@ { "name": "osmo-query", - "version": "16.8.1", + "version": "16.8.2", "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 9dadcb03b..0d4cdbaef 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.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 + + + + + ## [16.8.1](https://github.com/osmosis-labs/osmojs/compare/osmojs@16.8.0...osmojs@16.8.1) (2024-01-19) **Note:** Version bump only for package osmojs diff --git a/packages/osmojs/package.json b/packages/osmojs/package.json index 4abb21a61..3c83f54f7 100644 --- a/packages/osmojs/package.json +++ b/packages/osmojs/package.json @@ -1,6 +1,6 @@ { "name": "osmojs", - "version": "16.8.1", + "version": "16.8.2", "description": "Typescript Protobuf Messages for Osmosis", "author": "Dan Lynch ", "homepage": "https://github.com/osmosis-labs/osmojs/tree/master/packages/osmojs#readme",