Skip to content

Commit eaae9e0

Browse files
committed
chore(release): publish
- @cosmology/ast@2.0.2 - @cosmology/lcd@0.14.5 - @cosmology/proto-parser@2.0.2 - @cosmology/starship-test@2.0.3 - @hyperweb/telescope@2.0.3 - @cosmology/types@2.0.2 - @cosmology/utils@2.0.2
1 parent 7f045d6 commit eaae9e0

File tree

14 files changed

+75
-19
lines changed

14 files changed

+75
-19
lines changed

packages/ast/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.2](https://github.com/hyperweb-io/telescope/compare/@cosmology/ast@2.0.1...@cosmology/ast@2.0.2) (2025-10-16)
7+
8+
**Note:** Version bump only for package @cosmology/ast
9+
10+
11+
12+
13+
614
## [2.0.1](https://github.com/hyperweb-io/telescope/compare/@cosmology/ast@2.0.0...@cosmology/ast@2.0.1) (2025-10-16)
715

816
**Note:** Version bump only for package @cosmology/ast

packages/ast/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmology/ast",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Cosmos TypeScript AST generation",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"homepage": "https://github.com/hyperweb-io/telescope/tree/master/packages/ast#readme",
@@ -63,7 +63,7 @@
6363
},
6464
"devDependencies": {
6565
"@babel/parser": "^7.23.6",
66-
"@cosmology/proto-parser": "^2.0.1",
66+
"@cosmology/proto-parser": "^2.0.2",
6767
"@types/jest": "^29.5.0",
6868
"ast-stringify": "0.1.0",
6969
"cross-env": "^7.0.2",
@@ -84,8 +84,8 @@
8484
},
8585
"dependencies": {
8686
"@babel/types": "7.23.6",
87-
"@cosmology/types": "^2.0.1",
88-
"@cosmology/utils": "^2.0.1",
87+
"@cosmology/types": "^2.0.2",
88+
"@cosmology/utils": "^2.0.2",
8989
"case": "1.6.3",
9090
"dotty": "0.1.2"
9191
}

packages/lcd/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.14.5](https://github.com/hyperweb-io/telescope/compare/@cosmology/lcd@0.14.4...@cosmology/lcd@0.14.5) (2025-10-16)
7+
8+
**Note:** Version bump only for package @cosmology/lcd
9+
10+
11+
12+
13+
614
## [0.14.4](https://github.com/hyperweb-io/telescope/compare/@cosmology/lcd@0.14.3...@cosmology/lcd@0.14.4) (2025-03-13)
715

816
**Note:** Version bump only for package @cosmology/lcd

packages/lcd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmology/lcd",
3-
"version": "0.14.4",
3+
"version": "0.14.5",
44
"description": "Telescope LCDClient helpers",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"homepage": "https://github.com/hyperweb-io/telescope/tree/master/packages/helpers#readme",

packages/parser/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.2](https://github.com/hyperweb-io/telescope/compare/@cosmology/proto-parser@2.0.1...@cosmology/proto-parser@2.0.2) (2025-10-16)
7+
8+
**Note:** Version bump only for package @cosmology/proto-parser
9+
10+
11+
12+
13+
614
## [2.0.1](https://github.com/hyperweb-io/telescope/compare/@cosmology/proto-parser@2.0.0...@cosmology/proto-parser@2.0.1) (2025-10-16)
715

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

packages/parser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmology/proto-parser",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A Parser for Cosmos Protobufs",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"homepage": "https://github.com/hyperweb-io/telescope/tree/master/packages/parser#readme",
@@ -74,8 +74,8 @@
7474
},
7575
"dependencies": {
7676
"@cosmology/protobufjs": "7.3.2",
77-
"@cosmology/types": "^2.0.1",
78-
"@cosmology/utils": "^2.0.1",
77+
"@cosmology/types": "^2.0.2",
78+
"@cosmology/utils": "^2.0.2",
7979
"dotty": "0.1.2",
8080
"fast-json-patch": "3.1.1",
8181
"glob": "8.0.3",

packages/starship/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.3](https://github.com/osmosis-labs/telescope/compare/@cosmology/starship-test@2.0.2...@cosmology/starship-test@2.0.3) (2025-10-16)
7+
8+
**Note:** Version bump only for package @cosmology/starship-test
9+
10+
11+
12+
13+
614
## [2.0.2](https://github.com/osmosis-labs/telescope/compare/@cosmology/starship-test@2.0.1...@cosmology/starship-test@2.0.2) (2025-10-16)
715

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

packages/starship/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cosmology/starship-test",
33
"private": true,
4-
"version": "2.0.2",
4+
"version": "2.0.3",
55
"description": "E2E tests for telescope with Starship",
66
"author": "Anmol1696 <anmol1696@gmail.com>",
77
"homepage": "https://github.com/osmosis-labs/telescope#readme",
@@ -52,7 +52,7 @@
5252
"devDependencies": {
5353
"@confio/relayer": "0.7.0",
5454
"@cosmjs/crypto": "0.29.4",
55-
"@hyperweb/telescope": "^2.0.2",
55+
"@hyperweb/telescope": "^2.0.3",
5656
"@protobufs/confio": "^0.0.6",
5757
"@protobufs/cosmos": "^0.0.11",
5858
"@protobufs/cosmos_proto": "^0.0.10",
@@ -98,7 +98,7 @@
9898
"@cosmjs/stargate": "^0.32.0",
9999
"@cosmjs/tendermint-rpc": "^0.32.0",
100100
"@cosmology/core": "1.23.0",
101-
"@cosmology/lcd": "^0.14.4",
101+
"@cosmology/lcd": "^0.14.5",
102102
"@keplr-wallet/unit": "0.11.56",
103103
"@tanstack/react-query": "4.29.1",
104104
"cosmjs-utils": "0.1.0",

packages/telescope/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.3](https://github.com/hyperweb-io/telescope/compare/@hyperweb/telescope@2.0.2...@hyperweb/telescope@2.0.3) (2025-10-16)
7+
8+
**Note:** Version bump only for package @hyperweb/telescope
9+
10+
11+
12+
13+
614
## [2.0.2](https://github.com/hyperweb-io/telescope/compare/@hyperweb/telescope@2.0.1...@hyperweb/telescope@2.0.2) (2025-10-16)
715

816
**Note:** Version bump only for package @hyperweb/telescope

packages/telescope/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperweb/telescope",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "A TypeScript Transpiler for Cosmos Protobufs",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"homepage": "https://github.com/hyperweb-io/telescope/tree/master/packages/telescope#readme",
@@ -90,10 +90,10 @@
9090
"@babel/parser": "^7.23.6",
9191
"@babel/traverse": "7.23.6",
9292
"@babel/types": "7.23.6",
93-
"@cosmology/ast": "^2.0.1",
94-
"@cosmology/proto-parser": "^2.0.1",
95-
"@cosmology/types": "^2.0.1",
96-
"@cosmology/utils": "^2.0.1",
93+
"@cosmology/ast": "^2.0.2",
94+
"@cosmology/proto-parser": "^2.0.2",
95+
"@cosmology/types": "^2.0.2",
96+
"@cosmology/utils": "^2.0.2",
9797
"@types/parse-package-name": "0.1.0",
9898
"case": "1.6.3",
9999
"dargs": "7.0.0",

0 commit comments

Comments
 (0)