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]
 - @osmonauts/[email protected]
 - @osmonauts/[email protected]
  • Loading branch information
Zetazzz committed Jul 6, 2023
1 parent 1e23354 commit 8d15fc1
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 12 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.86.1](https://github.com/osmosis-labs/telescope/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-07-06)

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





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

**Note:** Version bump only for package @osmonauts/ast
Expand Down
6 changes: 3 additions & 3 deletions packages/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osmonauts/ast",
"version": "0.86.0",
"version": "0.86.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 Expand Up @@ -90,8 +90,8 @@
"@babel/parser": "^7.21.4",
"@babel/runtime": "^7.21.0",
"@babel/types": "7.21.4",
"@osmonauts/proto-parser": "^0.45.0",
"@osmonauts/types": "^0.36.0",
"@osmonauts/proto-parser": "^0.45.1",
"@osmonauts/types": "^0.36.1",
"@osmonauts/utils": "^0.11.1",
"case": "1.6.3",
"dotty": "0.1.2"
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.45.1](https://github.com/osmosis-labs/telescope/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-07-06)

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





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

**Note:** Version bump only for package @osmonauts/proto-parser
Expand Down
4 changes: 2 additions & 2 deletions packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osmonauts/proto-parser",
"version": "0.45.0",
"version": "0.45.1",
"description": "A Parser for Cosmos Protobufs",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/osmosis-labs/telescope/tree/master/packages/parser#readme",
Expand Down Expand Up @@ -71,7 +71,7 @@
"dependencies": {
"@babel/runtime": "^7.21.0",
"@cosmology/protobufjs": "6.11.6",
"@osmonauts/types": "^0.36.0",
"@osmonauts/types": "^0.36.1",
"dotty": "0.1.2",
"glob": "8.0.3",
"minimatch": "5.1.0",
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.99.2](https://github.com/osmosis-labs/telescope/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-07-06)

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





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

**Note:** Version bump only for package @osmonauts/telescope
Expand Down
8 changes: 4 additions & 4 deletions packages/telescope/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osmonauts/telescope",
"version": "0.99.1",
"version": "0.99.2",
"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,9 +84,9 @@
"@babel/traverse": "7.21.4",
"@babel/types": "7.21.4",
"@cosmwasm/ts-codegen": "0.30.1",
"@osmonauts/ast": "^0.86.0",
"@osmonauts/proto-parser": "^0.45.0",
"@osmonauts/types": "^0.36.0",
"@osmonauts/ast": "^0.86.1",
"@osmonauts/proto-parser": "^0.45.1",
"@osmonauts/types": "^0.36.1",
"@osmonauts/utils": "^0.11.1",
"@types/parse-package-name": "0.1.0",
"case": "1.6.3",
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.99.2](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-07-06)

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





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

**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.99.1",
"version": "0.99.2",
"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.99.1",
"@osmonauts/telescope": "^0.99.2",
"@protobufs/cosmos": "^0.0.11",
"@protobufs/cosmwasm": "^0.0.11",
"@protobufs/ibc": "^0.0.11",
Expand Down
8 changes: 8 additions & 0 deletions packages/types/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.36.1](https://github.com/osmosis-labs/telescope/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-07-06)

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





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

**Note:** Version bump only for package @osmonauts/types
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osmonauts/types",
"version": "0.36.0",
"version": "0.36.1",
"description": "Telescope types",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/osmosis-labs/telescope/tree/master/packages/types#readme",
Expand Down

0 comments on commit 8d15fc1

Please sign in to comment.