Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @osmonauts/ast@0.84.0
 - @osmonauts/proto-parser@0.44.0
 - @osmonauts/telescope@0.98.0
 - @osmonauts/test-example@0.93.0
  • Loading branch information
Zetazzz committed Jun 21, 2023
1 parent fff6dfd commit 0c17199
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 8 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.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





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

**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.83.0",
"version": "0.84.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 @@ -90,7 +90,7 @@
"@babel/parser": "^7.21.4",
"@babel/runtime": "^7.21.0",
"@babel/types": "7.21.4",
"@osmonauts/proto-parser": "^0.43.0",
"@osmonauts/proto-parser": "^0.44.0",
"@osmonauts/types": "^0.35.0",
"@osmonauts/utils": "^0.11.1",
"case": "1.6.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/parser/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.44.0](https://github.com/osmosis-labs/telescope/compare/@osmonauts/proto-parser@0.43.0...@osmonauts/proto-parser@0.44.0) (2023-06-21)

**Note:** Version bump only for package @osmonauts/proto-parser





# [0.43.0](https://github.com/osmosis-labs/telescope/compare/@osmonauts/proto-parser@0.42.1...@osmonauts/proto-parser@0.43.0) (2023-05-23)

**Note:** Version bump only for package @osmonauts/proto-parser
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osmonauts/proto-parser",
"version": "0.43.0",
"version": "0.44.0",
"description": "A Parser for Cosmos Protobufs",
"author": "Dan Lynch <pyramation@gmail.com>",
"homepage": "https://github.com/osmosis-labs/telescope/tree/master/packages/parser#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.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





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

**Note:** Version bump only for package @osmonauts/telescope
Expand Down
6 changes: 3 additions & 3 deletions packages/telescope/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osmonauts/telescope",
"version": "0.97.0",
"version": "0.98.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,8 +84,8 @@
"@babel/traverse": "7.21.4",
"@babel/types": "7.21.4",
"@cosmwasm/ts-codegen": "0.30.1",
"@osmonauts/ast": "^0.83.0",
"@osmonauts/proto-parser": "^0.43.0",
"@osmonauts/ast": "^0.84.0",
"@osmonauts/proto-parser": "^0.44.0",
"@osmonauts/types": "^0.35.0",
"@osmonauts/utils": "^0.11.1",
"@types/parse-package-name": "0.1.0",
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.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





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

**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.92.0",
"version": "0.93.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.97.0",
"@osmonauts/telescope": "^0.98.0",
"@protobufs/cosmos": "^0.0.11",
"@protobufs/cosmwasm": "^0.0.11",
"@protobufs/ibc": "^0.0.11",
Expand Down

0 comments on commit 0c17199

Please sign in to comment.