Skip to content

Commit 097b0e7

Browse files
committed
chore(release): publish
- @osmonauts/[email protected] - [email protected]
1 parent fecafa0 commit 097b0e7

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
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.2.0](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-07-15)
7+
8+
**Note:** Version bump only for package @osmonauts/math
9+
10+
11+
12+
13+
614
# [1.1.0](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-07-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.1.0",
3+
"version": "1.2.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",
@@ -87,6 +87,6 @@
8787
"@chain-registry/types": "0.16.0",
8888
"bignumber.js": "9.1.1",
8989
"long": "5.2.1",
90-
"osmojs": "^16.1.0"
90+
"osmojs": "^16.2.0"
9191
}
9292
}

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.2.0](https://github.com/osmosis-labs/osmojs/compare/[email protected]@16.2.0) (2023-07-15)
7+
8+
**Note:** Version bump only for package osmojs
9+
10+
11+
12+
13+
614
# [16.1.0](https://github.com/osmosis-labs/osmojs/compare/[email protected]@16.1.0) (2023-07-15)
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.1.0",
3+
"version": "16.2.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)