Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @osmonauts/ast@0.85.0
 - @osmonauts/telescope@0.99.0
 - @osmonauts/test-example@0.94.0
  • Loading branch information
pyramation committed Jun 27, 2023
1 parent cb109e0 commit 82601d7
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 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.85.0](https://github.com/osmosis-labs/telescope/compare/@osmonauts/ast@0.84.0...@osmonauts/ast@0.85.0) (2023-06-27)

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





# [0.84.0](https://github.com/osmosis-labs/telescope/compare/@osmonauts/ast@0.83.0...@osmonauts/ast@0.84.0) (2023-06-21)

**Note:** Version bump only for package @osmonauts/ast
Expand Down
4 changes: 2 additions & 2 deletions packages/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osmonauts/ast",
"version": "0.84.0",
"version": "0.85.0",
"description": "Cosmos TypeScript AST generation",
"author": "Dan Lynch <pyramation@gmail.com>",
"homepage": "https://github.com/osmosis-labs/telescope/tree/master/packages/ast#readme",
Expand Down Expand Up @@ -96,4 +96,4 @@
"case": "1.6.3",
"dotty": "0.1.2"
}
}
}
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.99.0](https://github.com/osmosis-labs/telescope/compare/@osmonauts/telescope@0.98.0...@osmonauts/telescope@0.99.0) (2023-06-27)

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





# [0.98.0](https://github.com/osmosis-labs/telescope/compare/@osmonauts/telescope@0.97.0...@osmonauts/telescope@0.98.0) (2023-06-21)

**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.98.0",
"version": "0.99.0",
"description": "A TypeScript Transpiler for Cosmos Protobufs",
"author": "Dan Lynch <pyramation@gmail.com>",
"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.30.1",
"@osmonauts/ast": "^0.84.0",
"@osmonauts/ast": "^0.85.0",
"@osmonauts/proto-parser": "^0.44.0",
"@osmonauts/types": "^0.35.0",
"@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.94.0](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/test-example@0.93.0...@osmonauts/test-example@0.94.0) (2023-06-27)

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





# [0.93.0](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/test-example@0.92.0...@osmonauts/test-example@0.93.0) (2023-06-21)

**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.93.0",
"version": "0.94.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 @@ -62,7 +62,7 @@
"@babel/preset-typescript": "^7.21.4",
"@babel/traverse": "7.21.4",
"@babel/types": "7.21.4",
"@osmonauts/telescope": "^0.98.0",
"@osmonauts/telescope": "^0.99.0",
"@protobufs/cosmos": "^0.0.11",
"@protobufs/cosmwasm": "^0.0.11",
"@protobufs/ibc": "^0.0.11",
Expand Down

0 comments on commit 82601d7

Please sign in to comment.