Skip to content

Commit 475bc65

Browse files
committed
chore(release): publish
- @cosmology/[email protected] - @cosmology/[email protected] - @hyperweb/[email protected]
1 parent 73cd15a commit 475bc65

File tree

6 files changed

+29
-5
lines changed

6 files changed

+29
-5
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+
## [1.11.1](https://github.com/hyperweb-io/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2025-07-20)
7+
8+
**Note:** Version bump only for package @cosmology/ast
9+
10+
11+
12+
13+
614
# [1.11.0](https://github.com/hyperweb-io/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2025-07-20)
715

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

packages/ast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmology/ast",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "Cosmos TypeScript AST generation",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/hyperweb-io/telescope/tree/master/packages/ast#readme",

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+
## [1.11.1](https://github.com/osmosis-labs/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2025-07-20)
7+
8+
**Note:** Version bump only for package @cosmology/starship-test
9+
10+
11+
12+
13+
614
# [1.11.0](https://github.com/osmosis-labs/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2025-07-20)
715

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

packages/starship/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cosmology/starship-test",
33
"private": true,
4-
"version": "1.11.0",
4+
"version": "1.11.1",
55
"description": "E2E tests for telescope with Starship",
66
"author": "Anmol1696 <[email protected]>",
77
"homepage": "https://github.com/osmosis-labs/telescope#readme",
@@ -54,7 +54,7 @@
5454
"@confio/relayer": "0.7.0",
5555
"@cosmjs/cosmwasm-stargate": "0.29.4",
5656
"@cosmjs/crypto": "0.29.4",
57-
"@hyperweb/telescope": "^1.15.0",
57+
"@hyperweb/telescope": "^1.15.1",
5858
"@protobufs/confio": "^0.0.6",
5959
"@protobufs/cosmos": "^0.0.11",
6060
"@protobufs/cosmos_proto": "^0.0.10",

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+
## [1.15.1](https://github.com/hyperweb-io/telescope/compare/@hyperweb/[email protected]...@hyperweb/[email protected]) (2025-07-20)
7+
8+
**Note:** Version bump only for package @hyperweb/telescope
9+
10+
11+
12+
13+
614
# 1.15.0 (2025-07-20)
715

816

packages/telescope/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperweb/telescope",
3-
"version": "1.15.0",
3+
"version": "1.15.1",
44
"description": "A TypeScript Transpiler for Cosmos Protobufs",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/hyperweb-io/telescope/tree/master/packages/telescope#readme",
@@ -90,7 +90,7 @@
9090
"@babel/parser": "^7.23.6",
9191
"@babel/traverse": "7.23.6",
9292
"@babel/types": "7.23.6",
93-
"@cosmology/ast": "^1.11.0",
93+
"@cosmology/ast": "^1.11.1",
9494
"@cosmology/proto-parser": "^1.10.9",
9595
"@cosmology/types": "^1.12.5",
9696
"@cosmology/utils": "^1.10.7",

0 commit comments

Comments
 (0)