Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed May 8, 2024
1 parent f5a3da9 commit c456184
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 7 deletions.
8 changes: 8 additions & 0 deletions packages/math/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.0](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2024-05-08)

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





# [1.16.0](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2024-04-26)

**Note:** Version bump only for package @osmonauts/math
Expand Down
4 changes: 2 additions & 2 deletions packages/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osmonauts/math",
"version": "1.16.0",
"version": "1.17.0",
"description": "Math calculations for Osmosis",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/osmosis-labs/osmojs",
Expand Down Expand Up @@ -37,7 +37,7 @@
"bignumber.js": "9.1.2",
"chain-registry": "^1.46.7",
"decimal.js-light": "^2.5.1",
"osmojs": "^16.13.0"
"osmojs": "^16.14.0"
},
"keywords": [
"web3",
Expand Down
8 changes: 8 additions & 0 deletions packages/osmo-query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0](https://github.com/cosmology-tech/osmojs/compare/[email protected]@16.13.0) (2024-05-08)

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





# [16.12.0](https://github.com/cosmology-tech/osmojs/compare/[email protected]@16.12.0) (2024-04-26)

**Note:** Version bump only for package osmo-query
Expand Down
2 changes: 1 addition & 1 deletion packages/osmo-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "osmo-query",
"version": "16.12.0",
"version": "16.13.0",
"description": "Typescript Protobuf Messages for Osmosis with react-query",
"author": "Dan Lynch <[email protected]>",
"main": "index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/osmojs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.0](https://github.com/osmosis-labs/osmojs/compare/[email protected]@16.14.0) (2024-05-08)

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





# [16.13.0](https://github.com/osmosis-labs/osmojs/compare/[email protected]@16.13.0) (2024-04-26)

**Note:** Version bump only for package osmojs
Expand Down
4 changes: 2 additions & 2 deletions packages/osmojs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "osmojs",
"version": "16.13.0",
"version": "16.14.0",
"description": "Typescript Protobuf Messages for Osmosis",
"author": "Dan Lynch <[email protected]>",
"main": "index.js",
Expand Down Expand Up @@ -62,4 +62,4 @@
"osmojs",
"dex"
]
}
}
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.0](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2024-05-08)

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





# 1.16.0 (2024-04-26)

**Note:** Version bump only for package @osmonauts/utils
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osmonauts/utils",
"version": "1.16.0",
"version": "1.17.0",
"description": "Utils for Osmosis",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/osmosis-labs/osmojs",
Expand Down Expand Up @@ -28,7 +28,7 @@
"test:watch": "jest --watch"
},
"devDependencies": {
"osmojs": "^16.13.0"
"osmojs": "^16.14.0"
},
"dependencies": {
"@cosmjs/amino": "0.32.3",
Expand Down

0 comments on commit c456184

Please sign in to comment.