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 Sep 18, 2024
1 parent 0f2d2d1 commit 791ee93
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 200 deletions.
30 changes: 3 additions & 27 deletions packages/ast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,62 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.3](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected].2...@cosmology/[email protected].3) (2024-09-16)
## [1.8.4](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected].3...@cosmology/[email protected].4) (2024-09-18)

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

## [1.8.3](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-16)



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

## [1.8.2](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-12)

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





## [1.8.1](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-06-28)

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





# [1.8.0](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-06-25)

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





## [1.7.1](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-06-03)

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





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

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





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

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





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

**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.3",
"version": "1.8.4",
"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.3",
"@cosmology/proto-parser": "^1.8.4",
"@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.9.0",
"@cosmology/utils": "^1.8.3",
"@cosmology/types": "^1.10.0",
"@cosmology/utils": "^1.8.4",
"case": "1.6.3",
"dotty": "0.1.2"
}
Expand Down
26 changes: 3 additions & 23 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,54 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.3](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected].2...@cosmology/[email protected].3) (2024-09-16)
## [1.8.4](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected].3...@cosmology/[email protected].4) (2024-09-18)

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

## [1.8.3](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-16)



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

## [1.8.2](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-12)

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





## [1.8.1](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-06-28)

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





# [1.8.0](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-06-25)

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





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

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





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

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





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

**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.3",
"version": "1.8.4",
"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.9.0",
"@cosmology/utils": "^1.8.3",
"@cosmology/types": "^1.10.0",
"@cosmology/utils": "^1.8.4",
"dotty": "0.1.2",
"fast-json-patch": "3.1.1",
"glob": "8.0.3",
Expand Down
38 changes: 3 additions & 35 deletions packages/starship/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,78 +3,46 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.5](https://github.com/osmosis-labs/telescope/compare/@cosmology/[email protected].4...@cosmology/[email protected].5) (2024-09-16)
## [1.8.6](https://github.com/osmosis-labs/telescope/compare/@cosmology/[email protected].5...@cosmology/[email protected].6) (2024-09-18)

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

## [1.8.5](https://github.com/osmosis-labs/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-16)



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

## [1.8.4](https://github.com/osmosis-labs/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-12)

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





## [1.8.3](https://github.com/osmosis-labs/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-06-28)

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





## [1.8.2](https://github.com/osmosis-labs/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-06-28)

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





## [1.8.1](https://github.com/osmosis-labs/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-06-26)

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





# [1.8.0](https://github.com/osmosis-labs/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-06-25)

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





## [1.7.1](https://github.com/osmosis-labs/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-06-03)

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





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

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





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

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





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

**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.5",
"version": "1.8.6",
"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.9.0",
"@cosmology/telescope": "^1.10.0",
"@protobufs/confio": "^0.0.6",
"@protobufs/cosmos": "^0.0.11",
"@protobufs/cosmos_proto": "^0.0.10",
Expand Down
59 changes: 13 additions & 46 deletions packages/telescope/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,94 +3,61 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.9.0](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-16)


### Bug Fixes

* remove unused code. ([40b4130](https://github.com/cosmology-tech/telescope/commit/40b4130db43f14c8ea938171de0be53b9a19fe3f))
* use correct var name for options ([f294fb9](https://github.com/cosmology-tech/telescope/commit/f294fb936e1688e30a8b884db756693a80f52407))

# [1.10.0](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-18)

### Features

* add conditional logic to change UTILS.decimals value ([cf5279b](https://github.com/cosmology-tech/telescope/commit/cf5279bbc9afa52bae57cccb2961c945d64c9ad4))
* decimal supporting bigInt and options to use from cosmjs or agoric-sdk ([cc8dbb7](https://github.com/cosmology-tech/telescope/commit/cc8dbb7e7d96c1b53cd630fe9e987981389cf585))
- add endo base64 lib support ([197da9e](https://github.com/cosmology-tech/telescope/commit/197da9e3ea10c7dde76dcf31da4484be70498c6e))
- add endo/base64 support ([a920d39](https://github.com/cosmology-tech/telescope/commit/a920d39802b3c9fc45c12710c719f82adbdee04e))

# [1.9.0](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-16)

### Bug Fixes

- remove unused code. ([40b4130](https://github.com/cosmology-tech/telescope/commit/40b4130db43f14c8ea938171de0be53b9a19fe3f))
- use correct var name for options ([f294fb9](https://github.com/cosmology-tech/telescope/commit/f294fb936e1688e30a8b884db756693a80f52407))

### Features

## [1.8.4](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-12)
- add conditional logic to change UTILS.decimals value ([cf5279b](https://github.com/cosmology-tech/telescope/commit/cf5279bbc9afa52bae57cccb2961c945d64c9ad4))
- decimal supporting bigInt and options to use from cosmjs or agoric-sdk ([cc8dbb7](https://github.com/cosmology-tech/telescope/commit/cc8dbb7e7d96c1b53cd630fe9e987981389cf585))

## [1.8.4](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-12)

### Bug Fixes

* **JsonSafe:** handle nested structures and arrays ([5812e73](https://github.com/cosmology-tech/telescope/commit/5812e734a15bdc6e9659930069e945586218a1e0))




- **JsonSafe:** handle nested structures and arrays ([5812e73](https://github.com/cosmology-tech/telescope/commit/5812e734a15bdc6e9659930069e945586218a1e0))

## [1.8.3](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-06-28)

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





## [1.8.2](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-06-28)

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





## [1.8.1](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-06-26)

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





# [1.8.0](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-06-25)

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





## [1.7.1](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-06-03)


### Bug Fixes

* **types:** handle Date in JsonSafe ([ae60a32](https://github.com/cosmology-tech/telescope/commit/ae60a32cc3dcd46bf84c3acfe49ba89ff328539c))




- **types:** handle Date in JsonSafe ([ae60a32](https://github.com/cosmology-tech/telescope/commit/ae60a32cc3dcd46bf84c3acfe49ba89ff328539c))

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

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





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

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





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

**Note:** Version bump only for package @cosmology/telescope
Expand Down
Loading

0 comments on commit 791ee93

Please sign in to comment.