Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @cosmology/[email protected]
 - @cosmology/[email protected]
 - @cosmology/[email protected]
 - @cosmology/[email protected]
 - @cosmology/[email protected]
 - @cosmology/[email protected]
  • Loading branch information
Zetazzz committed Oct 21, 2024
1 parent 157132d commit 3d4a33c
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 17 deletions.
18 changes: 18 additions & 0 deletions packages/ast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.6](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-10-21)

### Bug Fixes

- fix ast export issue, add imports utils. ([a224606](https://github.com/cosmology-tech/telescope/commit/a2246062dda6a5f1ec3c2953263a5c7aff2bb71d))
- minor ast adjustments ([e38bbb6](https://github.com/cosmology-tech/telescope/commit/e38bbb610aeaf234602838d0f83368e6735a3eb2))
- pass in ProtoServiceMethod type, use SigningClientResolver type, remove type aliases. ([620568c](https://github.com/cosmology-tech/telescope/commit/620568c0e5d44b96d39c88a6293b16507a42ab9f))
- remove type parameter angled brackets ([ede54cc](https://github.com/cosmology-tech/telescope/commit/ede54ccd86a1e7d4aa5b7181255103a2930112f1))
- type fix on typeUrl ([0b65248](https://github.com/cosmology-tech/telescope/commit/0b65248ce87e6b61ddc222172610870d0a438e0a))
- type reference for the customhook argument ([6d5c760](https://github.com/cosmology-tech/telescope/commit/6d5c7604bf983304772320d0e57ca6e4dd66a678))
- update encoder decoder identifiers. ([573b2e2](https://github.com/cosmology-tech/telescope/commit/573b2e2e174487af5241e3f6eb0fd4d5aaa0c9b4))
- use lower caps ([3d2a83e](https://github.com/cosmology-tech/telescope/commit/3d2a83e593d8316bfdca4cce6482c2224b0523fa))

### Features

- ast generation code for msg funcs and helper funcs. ([2cad946](https://github.com/cosmology-tech/telescope/commit/2cad946b890e2478370abddc6fce92165d5a360a))
- use ast call expression for toEncoders&toConverters. ([471d866](https://github.com/cosmology-tech/telescope/commit/471d86645cde92a3dcb71ee00c1c8f529926c72a))

## [1.8.5](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-10-05)

**Note:** Version bump only for package @cosmology/ast
Expand Down
8 changes: 4 additions & 4 deletions packages/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmology/ast",
"version": "1.8.5",
"version": "1.8.6",
"description": "Cosmos TypeScript AST generation",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/cosmology-tech/telescope/tree/master/packages/ast#readme",
Expand Down Expand Up @@ -63,7 +63,7 @@
},
"devDependencies": {
"@babel/parser": "^7.23.6",
"@cosmology/proto-parser": "^1.8.5",
"@cosmology/proto-parser": "^1.8.6",
"@types/jest": "^29.5.0",
"ast-stringify": "0.1.0",
"cross-env": "^7.0.2",
Expand All @@ -84,8 +84,8 @@
},
"dependencies": {
"@babel/types": "7.23.6",
"@cosmology/types": "^1.10.1",
"@cosmology/utils": "^1.8.5",
"@cosmology/types": "^1.10.2",
"@cosmology/utils": "^1.8.6",
"case": "1.6.3",
"dotty": "0.1.2"
}
Expand Down
4 changes: 4 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.6](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-10-21)

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

## [1.8.5](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-10-05)

**Note:** Version bump only for package @cosmology/proto-parser
Expand Down
6 changes: 3 additions & 3 deletions packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmology/proto-parser",
"version": "1.8.5",
"version": "1.8.6",
"description": "A Parser for Cosmos Protobufs",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/cosmology-tech/telescope/tree/master/packages/parser#readme",
Expand Down Expand Up @@ -74,8 +74,8 @@
},
"dependencies": {
"@cosmology/protobufjs": "7.3.2",
"@cosmology/types": "^1.10.1",
"@cosmology/utils": "^1.8.5",
"@cosmology/types": "^1.10.2",
"@cosmology/utils": "^1.8.6",
"dotty": "0.1.2",
"fast-json-patch": "3.1.1",
"glob": "8.0.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/starship/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.8](https://github.com/osmosis-labs/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-10-21)

**Note:** Version bump only for package @cosmology/starship-test

## [1.8.7](https://github.com/osmosis-labs/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-10-05)

**Note:** Version bump only for package @cosmology/starship-test
Expand Down
4 changes: 2 additions & 2 deletions packages/starship/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cosmology/starship-test",
"private": true,
"version": "1.8.7",
"version": "1.8.8",
"description": "E2E tests for telescope with Starship",
"author": "Anmol1696 <[email protected]>",
"homepage": "https://github.com/osmosis-labs/telescope#readme",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@confio/relayer": "0.7.0",
"@cosmjs/cosmwasm-stargate": "0.29.4",
"@cosmjs/crypto": "0.29.4",
"@cosmology/telescope": "^1.10.1",
"@cosmology/telescope": "^1.10.2",
"@protobufs/confio": "^0.0.6",
"@protobufs/cosmos": "^0.0.11",
"@protobufs/cosmos_proto": "^0.0.10",
Expand Down
13 changes: 13 additions & 0 deletions packages/telescope/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.2](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-10-21)

### Bug Fixes

- fix ast export issue, add imports utils. ([a224606](https://github.com/cosmology-tech/telescope/commit/a2246062dda6a5f1ec3c2953263a5c7aff2bb71d))
- flag names ([eed7fb3](https://github.com/cosmology-tech/telescope/commit/eed7fb3b6f726ff3590b7919f6445298f98f07da))
- minor ast adjustments ([e38bbb6](https://github.com/cosmology-tech/telescope/commit/e38bbb610aeaf234602838d0f83368e6735a3eb2))
- pass in ProtoServiceMethod type, use SigningClientResolver type, remove type aliases. ([620568c](https://github.com/cosmology-tech/telescope/commit/620568c0e5d44b96d39c88a6293b16507a42ab9f))

### Features

- use ast call expression for toEncoders&toConverters. ([471d866](https://github.com/cosmology-tech/telescope/commit/471d86645cde92a3dcb71ee00c1c8f529926c72a))

## [1.10.1](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-10-05)

**Note:** Version bump only for package @cosmology/telescope
Expand Down
10 changes: 5 additions & 5 deletions packages/telescope/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmology/telescope",
"version": "1.10.1",
"version": "1.10.2",
"description": "A TypeScript Transpiler for Cosmos Protobufs",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/cosmology-tech/telescope/tree/master/packages/telescope#readme",
Expand Down Expand Up @@ -89,10 +89,10 @@
"@babel/parser": "^7.23.6",
"@babel/traverse": "7.23.6",
"@babel/types": "7.23.6",
"@cosmology/ast": "^1.8.5",
"@cosmology/proto-parser": "^1.8.5",
"@cosmology/types": "^1.10.1",
"@cosmology/utils": "^1.8.5",
"@cosmology/ast": "^1.8.6",
"@cosmology/proto-parser": "^1.8.6",
"@cosmology/types": "^1.10.2",
"@cosmology/utils": "^1.8.6",
"@cosmwasm/ts-codegen": "0.35.7",
"@types/parse-package-name": "0.1.0",
"case": "1.6.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.2](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-10-21)

### Bug Fixes

- flag names ([eed7fb3](https://github.com/cosmology-tech/telescope/commit/eed7fb3b6f726ff3590b7919f6445298f98f07da))

## [1.10.1](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-10-05)

**Note:** Version bump only for package @cosmology/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": "@cosmology/types",
"version": "1.10.1",
"version": "1.10.2",
"description": "Telescope types",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/cosmology-tech/telescope/tree/master/packages/types#readme",
Expand Down
4 changes: 4 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.6](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-10-21)

**Note:** Version bump only for package @cosmology/utils

## [1.8.5](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-10-05)

**Note:** Version bump only for package @cosmology/utils
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmology/utils",
"version": "1.8.5",
"version": "1.8.6",
"description": "Telescope utils",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/cosmology-tech/telescope/tree/master/packages/utils#readme",
Expand Down Expand Up @@ -74,7 +74,7 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@cosmology/types": "^1.10.1",
"@cosmology/types": "^1.10.2",
"dotty": "0.1.2"
}
}

0 comments on commit 3d4a33c

Please sign in to comment.