Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - osmo-query@16.5.2
  • Loading branch information
pyramation committed Aug 15, 2023
1 parent fcd874e commit d4a3def
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
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.5.2 (2023-08-15)

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





## [16.5.1](https://github.com/osmosis-labs/osmojs/compare/osmojs@16.5.0...osmojs@16.5.1) (2023-08-01)

**Note:** Version bump only for package osmojs
Expand Down
16 changes: 8 additions & 8 deletions packages/osmo-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "osmo-query",
"version": "16.5.1",
"version": "16.5.2",
"description": "Typescript Protobuf Messages for Osmosis with react-query",
"author": "Dan Lynch <pyramation@gmail.com>",
"homepage": "https://github.com/osmosis-labs/osmojs/tree/master/packages/osmojs#readme",
Expand Down Expand Up @@ -77,8 +77,8 @@
"@cosmjs/crypto": "0.29.4",
"@cosmology/telescope": "0.102.0",
"@protobufs/confio": "^0.0.6",
"@protobufs/cosmos_proto": "^0.0.10",
"@protobufs/cosmos": "^0.1.0",
"@protobufs/cosmos_proto": "^0.0.10",
"@protobufs/cosmwasm": "^0.0.11",
"@protobufs/gogoproto": "^0.0.10",
"@protobufs/google": "^0.0.10",
Expand All @@ -96,20 +96,20 @@
"case": "1.6.3",
"cosmjs-types": "0.5.2",
"cross-env": "^7.0.2",
"eslint": "8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint": "8.45.0",
"glob": "8.0.3",
"jest-in-case": "^1.0.2",
"jest": "^29.6.1",
"jest-in-case": "^1.0.2",
"js-yaml": "4.1.0",
"mkdirp": "1.0.4",
"node-fetch": "^2.6.9",
"path": "^0.12.7",
"prettier": "^2.7.0",
"publish-scripts": "0.1.0",
"react-dom": "18.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "3.0.2",
"sinon": "14.0.2",
"ts-jest": "^29.1.1",
Expand All @@ -123,8 +123,8 @@
"@cosmology/lcd": "^0.12.0"
},
"peerDependencies": {
"react-dom": ">= 18",
"@tanstack/react-query": ">= 4",
"react": ">= 18",
"@tanstack/react-query": ">= 4"
"react-dom": ">= 18"
}
}
}

0 comments on commit d4a3def

Please sign in to comment.