Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @osmonauts/math@1.1.0
 - osmojs@16.1.0
  • Loading branch information
pyramation committed Jul 15, 2023
1 parent 46b647e commit a7cfb98
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 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.1.0](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/math@1.0.0...@osmonauts/math@1.1.0) (2023-07-15)

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





# [1.0.0](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/math@0.5.0...@osmonauts/math@1.0.0) (2023-07-15)

**Note:** Version bump only for package @osmonauts/math
Expand Down
6 changes: 3 additions & 3 deletions packages/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osmonauts/math",
"version": "1.0.0",
"version": "1.1.0",
"description": "Math calculations for Osmosis",
"author": "Dan Lynch <pyramation@gmail.com>",
"homepage": "https://github.com/osmosis-labs/osmojs/tree/master/packages/osmojs#readme",
Expand Down Expand Up @@ -87,6 +87,6 @@
"@chain-registry/types": "0.14.0",
"bignumber.js": "9.1.1",
"long": "5.2.1",
"osmojs": "^16.0.0"
"osmojs": "^16.1.0"
}
}
}
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.1.0](https://github.com/osmosis-labs/osmojs/compare/osmojs@16.0.0...osmojs@16.1.0) (2023-07-15)

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





# [16.0.0](https://github.com/osmosis-labs/osmojs/compare/osmojs@15.5.0...osmojs@16.0.0) (2023-07-15)

**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.0.0",
"version": "16.1.0",
"description": "Typescript Protobuf Messages for Osmosis",
"author": "Dan Lynch <pyramation@gmail.com>",
"homepage": "https://github.com/osmosis-labs/osmojs/tree/master/packages/osmojs#readme",
Expand Down Expand Up @@ -123,4 +123,4 @@
"long": "^5.2.0",
"protobufjs": "^6.11.3"
}
}
}

0 comments on commit a7cfb98

Please sign in to comment.