Skip to content

Commit a7cfb98

Browse files
committed
chore(release): publish
- @osmonauts/[email protected] - [email protected]
1 parent 46b647e commit a7cfb98

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
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.1.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.0.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@osmonauts/math",
3-
"version": "1.0.0",
3+
"version": "1.1.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.14.0",
8888
"bignumber.js": "9.1.1",
8989
"long": "5.2.1",
90-
"osmojs": "^16.0.0"
90+
"osmojs": "^16.1.0"
9191
}
92-
}
92+
}

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

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

packages/osmojs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osmojs",
3-
"version": "16.0.0",
3+
"version": "16.1.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",
@@ -123,4 +123,4 @@
123123
"long": "^5.2.0",
124124
"protobufjs": "^6.11.3"
125125
}
126-
}
126+
}

0 commit comments

Comments
 (0)