Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @osmonauts/[email protected]
 - @osmonauts/[email protected]
 - @osmonauts/[email protected]
  • Loading branch information
pyramation committed Jul 29, 2023
1 parent 02fe65d commit ad71d0c
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/ast/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.

## [0.88.1](https://github.com/osmosis-labs/telescope/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-07-29)

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





# [0.88.0](https://github.com/osmosis-labs/telescope/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-07-29)

**Note:** Version bump only for package @osmonauts/ast
Expand Down
2 changes: 1 addition & 1 deletion packages/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osmonauts/ast",
"version": "0.88.0",
"version": "0.88.1",
"description": "Cosmos TypeScript AST generation",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/osmosis-labs/telescope/tree/master/packages/ast#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/telescope/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.

## [0.101.1](https://github.com/osmosis-labs/telescope/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-07-29)

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





# [0.101.0](https://github.com/osmosis-labs/telescope/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-07-29)

**Note:** Version bump only for package @osmonauts/telescope
Expand Down
4 changes: 2 additions & 2 deletions packages/telescope/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osmonauts/telescope",
"version": "0.101.0",
"version": "0.101.1",
"description": "A TypeScript Transpiler for Cosmos Protobufs",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/osmosis-labs/telescope/tree/master/packages/telescope#readme",
Expand Down Expand Up @@ -84,7 +84,7 @@
"@babel/traverse": "7.21.4",
"@babel/types": "7.21.4",
"@cosmwasm/ts-codegen": "0.34.0",
"@osmonauts/ast": "^0.88.0",
"@osmonauts/ast": "^0.88.1",
"@osmonauts/proto-parser": "^0.45.1",
"@osmonauts/types": "^0.36.1",
"@osmonauts/utils": "^0.11.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/test/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.

## [0.101.1](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-07-29)

**Note:** Version bump only for package @osmonauts/test-example





# [0.101.0](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-07-29)

**Note:** Version bump only for package @osmonauts/test-example
Expand Down
4 changes: 2 additions & 2 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@osmonauts/test-example",
"private": true,
"version": "0.101.0",
"version": "0.101.1",
"description": "Typescript Protobuf Messages for Osmosis",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/osmosis-labs/osmojs/tree/master/packages/osmojs#readme",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@babel/preset-typescript": "^7.21.4",
"@babel/traverse": "7.21.4",
"@babel/types": "7.21.4",
"@osmonauts/telescope": "^0.101.0",
"@osmonauts/telescope": "^0.101.1",
"@protobufs/cosmos": "^0.0.11",
"@protobufs/cosmwasm": "^0.0.11",
"@protobufs/ibc": "^0.0.11",
Expand Down

0 comments on commit ad71d0c

Please sign in to comment.