Skip to content

Commit 62ac715

Browse files
committed
chore(release): publish
- @osmonauts/[email protected] - [email protected] - [email protected] - @osmonauts/[email protected]
1 parent dbfd287 commit 62ac715

File tree

8 files changed

+39
-7
lines changed

8 files changed

+39
-7
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.18.0](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2024-11-21)
7+
8+
**Note:** Version bump only for package @osmonauts/math
9+
10+
11+
12+
13+
614
# [1.17.0](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2024-05-08)
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.17.0",
3+
"version": "1.18.0",
44
"description": "Math calculations for Osmosis",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/osmosis-labs/osmojs",
@@ -36,7 +36,7 @@
3636
"bignumber.js": "9.1.2",
3737
"chain-registry": "^1.69.38",
3838
"decimal.js-light": "^2.5.1",
39-
"osmojs": "^16.14.0"
39+
"osmojs": "^16.15.0"
4040
},
4141
"keywords": [
4242
"web3",

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.14.0](https://github.com/cosmology-tech/osmojs/compare/[email protected]@16.14.0) (2024-11-21)
7+
8+
**Note:** Version bump only for package osmo-query
9+
10+
11+
12+
13+
614
# [16.13.0](https://github.com/cosmology-tech/osmojs/compare/[email protected]@16.13.0) (2024-05-08)
715

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

packages/osmo-query/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osmo-query",
3-
"version": "16.13.0",
3+
"version": "16.14.0",
44
"description": "Typescript Protobuf Messages for Osmosis with react-query",
55
"author": "Dan Lynch <[email protected]>",
66
"main": "index.js",
@@ -55,4 +55,4 @@
5555
"dex",
5656
"tanstack"
5757
]
58-
}
58+
}

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.15.0](https://github.com/osmosis-labs/osmojs/compare/[email protected]@16.15.0) (2024-11-21)
7+
8+
**Note:** Version bump only for package osmojs
9+
10+
11+
12+
13+
614
# [16.14.0](https://github.com/osmosis-labs/osmojs/compare/[email protected]@16.14.0) (2024-05-08)
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.14.0",
3+
"version": "16.15.0",
44
"description": "Typescript Protobuf Messages for Osmosis",
55
"author": "Dan Lynch <[email protected]>",
66
"main": "index.js",

packages/utils/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.18.0](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2024-11-21)
7+
8+
**Note:** Version bump only for package @osmonauts/utils
9+
10+
11+
12+
13+
614
# [1.17.0](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2024-05-08)
715

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

packages/utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@osmonauts/utils",
3-
"version": "1.17.0",
3+
"version": "1.18.0",
44
"description": "Utils for Osmosis",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/osmosis-labs/osmojs",
@@ -28,7 +28,7 @@
2828
"test:watch": "jest --watch"
2929
},
3030
"devDependencies": {
31-
"osmojs": "^16.14.0"
31+
"osmojs": "^16.15.0"
3232
},
3333
"dependencies": {
3434
"@cosmjs/amino": "0.32.3",

0 commit comments

Comments
 (0)