Skip to content

Commit d3318ac

Browse files
committed
chore(release): publish
- @cosmology/[email protected] - @cosmology/[email protected] - @cosmology/[email protected]
1 parent 5bdac5a commit d3318ac

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

packages/ast/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.95.3](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2023-09-07)
7+
8+
**Note:** Version bump only for package @cosmology/ast
9+
610
## [0.95.2](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2023-09-07)
711

812
**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": "0.95.2",
3+
"version": "0.95.3",
44
"description": "Cosmos TypeScript AST generation",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/cosmology-tech/telescope/tree/master/packages/ast#readme",

packages/starship/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.100.3](https://github.com/osmosis-labs/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2023-09-07)
7+
8+
**Note:** Version bump only for package @cosmology/starship-test
9+
610
## [0.100.2](https://github.com/osmosis-labs/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2023-09-07)
711

812
**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": "0.100.2",
4+
"version": "0.100.3",
55
"description": "E2E tests for telescope with Starship",
66
"author": "Anmol1696 <[email protected]>",
77
"homepage": "https://github.com/osmosis-labs/telescope#readme",
@@ -58,7 +58,7 @@
5858
"@confio/relayer": "0.7.0",
5959
"@cosmjs/cosmwasm-stargate": "0.29.4",
6060
"@cosmjs/crypto": "0.29.4",
61-
"@cosmology/telescope": "^0.109.2",
61+
"@cosmology/telescope": "^0.109.3",
6262
"@protobufs/confio": "^0.0.6",
6363
"@protobufs/cosmos": "^0.0.11",
6464
"@protobufs/cosmos_proto": "^0.0.10",

packages/telescope/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.109.3](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2023-09-07)
7+
8+
**Note:** Version bump only for package @cosmology/telescope
9+
610
## [0.109.2](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2023-09-07)
711

812
**Note:** Version bump only for package @cosmology/telescope

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": "@cosmology/telescope",
3-
"version": "0.109.2",
3+
"version": "0.109.3",
44
"description": "A TypeScript Transpiler for Cosmos Protobufs",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/cosmology-tech/telescope/tree/master/packages/telescope#readme",
@@ -85,7 +85,7 @@
8585
"@babel/parser": "^7.21.4",
8686
"@babel/traverse": "7.21.4",
8787
"@babel/types": "7.21.4",
88-
"@cosmology/ast": "^0.95.2",
88+
"@cosmology/ast": "^0.95.3",
8989
"@cosmology/proto-parser": "^0.51.1",
9090
"@cosmology/types": "^0.42.1",
9191
"@cosmology/utils": "^0.17.1",

0 commit comments

Comments
 (0)