Skip to content

Commit a1a9cd6

Browse files
committed
chore(release): publish
- @osmonauts/[email protected] - [email protected] - [email protected]
1 parent 3b9564a commit a1a9cd6

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
lines changed

packages/math/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2024-01-05)
7+
8+
**Note:** Version bump only for package @osmonauts/math
9+
10+
11+
12+
13+
614
# [1.8.0](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-12-15)
715

816
**Note:** Version bump only for package @osmonauts/math

packages/math/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@osmonauts/math",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "Math calculations for Osmosis",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/osmosis-labs/osmojs/tree/master/packages/osmojs#readme",
@@ -89,6 +89,6 @@
8989
"@chain-registry/utils": "1.13.1",
9090
"bignumber.js": "9.1.1",
9191
"decimal.js-light": "^2.5.1",
92-
"osmojs": "^16.5.1"
92+
"osmojs": "^16.6.0"
9393
}
9494
}

packages/osmo-query/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [16.6.0](https://github.com/osmosis-labs/osmojs/compare/[email protected]@16.6.0) (2024-01-05)
7+
8+
**Note:** Version bump only for package osmo-query
9+
10+
11+
12+
13+
614
## 16.5.2 (2023-08-15)
715

816
**Note:** Version bump only for package osmo-query

packages/osmo-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osmo-query",
3-
"version": "16.5.2",
3+
"version": "16.6.0",
44
"description": "Typescript Protobuf Messages for Osmosis with react-query",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/osmosis-labs/osmojs/tree/master/packages/osmojs#readme",

packages/osmojs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [16.6.0](https://github.com/osmosis-labs/osmojs/compare/[email protected]@16.6.0) (2024-01-05)
7+
8+
**Note:** Version bump only for package osmojs
9+
10+
11+
12+
13+
614
## [16.5.1](https://github.com/osmosis-labs/osmojs/compare/[email protected]@16.5.1) (2023-08-01)
715

816
**Note:** Version bump only for package osmojs

packages/osmojs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osmojs",
3-
"version": "16.5.1",
3+
"version": "16.6.0",
44
"description": "Typescript Protobuf Messages for Osmosis",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/osmosis-labs/osmojs/tree/master/packages/osmojs#readme",

0 commit comments

Comments
 (0)