Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @cosmology/ast@1.4.9
 - @cosmology/proto-parser@1.4.5
 - @cosmology/starship-test@1.4.13
 - @cosmology/telescope@1.4.13
 - @cosmology/types@1.4.3
 - @cosmology/utils@1.4.3
  • Loading branch information
Zetazzz committed Mar 18, 2024
1 parent 730afd4 commit 565c926
Show file tree
Hide file tree
Showing 12 changed files with 70 additions and 22 deletions.
23 changes: 23 additions & 0 deletions packages/ast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.9](https://github.com/cosmology-tech/telescope/compare/@cosmology/ast@1.4.8...@cosmology/ast@1.4.9) (2024-03-18)

### Bug Fixes

- amino enum handling ([0afc37b](https://github.com/cosmology-tech/telescope/commit/0afc37b63a75cbb626602db2089de16325a300b1))
- amino from-amino null handling ([9595e4b](https://github.com/cosmology-tech/telescope/commit/9595e4bc75f58076584a86dcc299205aa4fae3b8))
- amino omit empty ([d38a5c8](https://github.com/cosmology-tech/telescope/commit/d38a5c81e014238461847bb95ca90477f4727170))
- array fields ([45a6160](https://github.com/cosmology-tech/telescope/commit/45a61606446381215666e5bb19a290a5d793c7c3))
- decimal handling in amino ([36f37c3](https://github.com/cosmology-tech/telescope/commit/36f37c3fe9f2e5d1428d48d6ffc08f2487ad837c))
- object empty check ([f7206f0](https://github.com/cosmology-tech/telescope/commit/f7206f07d87a6da646435cf3244dfd8e731fa8d8))
- optional field default value ([1590b18](https://github.com/cosmology-tech/telescope/commit/1590b18a6d81fc2e767869ed366f6d0deaabad02))
- optional field default value ([efc0dc7](https://github.com/cosmology-tech/telescope/commit/efc0dc738e4df5fed65e8317acdaecef3906b746))
- pubkey from amino functions ([fdcae94](https://github.com/cosmology-tech/telescope/commit/fdcae94742e2a82a76fb0206b2357efc7a24a8c7))

### Features

- add emit default and fix timestamp ([1c4296c](https://github.com/cosmology-tech/telescope/commit/1c4296c5eb5cb48b42b6c9ba7523f8faa8a8bcbe))
- add return type to arrow-functions ([94608ed](https://github.com/cosmology-tech/telescope/commit/94608ed3024776b1e9d3a44839218572f32887a7))
- fix omit empty handling ([3a8e76b](https://github.com/cosmology-tech/telescope/commit/3a8e76ba6a402cec7a64e4ec98e58133acf19f09))
- handle decimal paddings ([331f35d](https://github.com/cosmology-tech/telescope/commit/331f35d8fea0fcdb2c0fea243c923ec60faf3d27))
- partially add support for amino ([f9ae22c](https://github.com/cosmology-tech/telescope/commit/f9ae22c86665590b8caa6b3918738a903592c29b))
- re-run tests and update snapshots ([ced5e43](https://github.com/cosmology-tech/telescope/commit/ced5e4313ff29a7e268dd0aee7aa2f492ac176a3))

## [1.4.8](https://github.com/cosmology-tech/telescope/compare/@cosmology/ast@1.4.7...@cosmology/ast@1.4.8) (2024-01-23)

**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.4.8",
"version": "1.4.9",
"description": "Cosmos TypeScript AST generation",
"author": "Dan Lynch <pyramation@gmail.com>",
"homepage": "https://github.com/cosmology-tech/telescope/tree/master/packages/ast#readme",
Expand Down Expand Up @@ -62,7 +62,7 @@
"url": "https://github.com/cosmology-tech/telescope/issues"
},
"devDependencies": {
"@cosmology/proto-parser": "^1.4.4",
"@cosmology/proto-parser": "^1.4.5",
"@types/jest": "^29.5.0",
"ast-stringify": "0.1.0",
"cross-env": "^7.0.2",
Expand All @@ -84,8 +84,8 @@
"dependencies": {
"@babel/parser": "^7.23.6",
"@babel/types": "7.23.6",
"@cosmology/types": "^1.4.2",
"@cosmology/utils": "^1.4.2",
"@cosmology/types": "^1.4.3",
"@cosmology/utils": "^1.4.3",
"case": "1.6.3",
"dotty": "0.1.2"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.4](https://github.com/cosmology-tech/telescope/compare/@cosmology/proto-parser@1.4.3...@cosmology/proto-parser@1.4.4) (2024-01-19)
## [1.4.5](https://github.com/cosmology-tech/telescope/compare/@cosmology/proto-parser@1.4.4...@cosmology/proto-parser@1.4.5) (2024-03-18)

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

## [1.4.4](https://github.com/cosmology-tech/telescope/compare/@cosmology/proto-parser@1.4.3...@cosmology/proto-parser@1.4.4) (2024-01-19)



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

## [1.4.3](https://github.com/cosmology-tech/telescope/compare/@cosmology/proto-parser@1.4.2...@cosmology/proto-parser@1.4.3) (2024-01-16)

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.4.4",
"version": "1.4.5",
"description": "A Parser for Cosmos Protobufs",
"author": "Dan Lynch <pyramation@gmail.com>",
"homepage": "https://github.com/cosmology-tech/telescope/tree/master/packages/parser#readme",
Expand Down Expand Up @@ -74,8 +74,8 @@
},
"dependencies": {
"@cosmology/protobufjs": "6.11.6",
"@cosmology/types": "^1.4.2",
"@cosmology/utils": "^1.4.2",
"@cosmology/types": "^1.4.3",
"@cosmology/utils": "^1.4.3",
"dotty": "0.1.2",
"glob": "8.0.3",
"minimatch": "5.1.0",
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.4.13](https://github.com/osmosis-labs/telescope/compare/@cosmology/starship-test@1.4.12...@cosmology/starship-test@1.4.13) (2024-03-18)

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

## [1.4.12](https://github.com/osmosis-labs/telescope/compare/@cosmology/starship-test@1.4.11...@cosmology/starship-test@1.4.12) (2024-01-23)

**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.4.12",
"version": "1.4.13",
"description": "E2E tests for telescope with Starship",
"author": "Anmol1696 <anmol1696@gmail.com>",
"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.4.12",
"@cosmology/telescope": "^1.4.13",
"@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.4.13](https://github.com/cosmology-tech/telescope/compare/@cosmology/telescope@1.4.12...@cosmology/telescope@1.4.13) (2024-03-18)

### Bug Fixes

- optional field default value ([1590b18](https://github.com/cosmology-tech/telescope/commit/1590b18a6d81fc2e767869ed366f6d0deaabad02))

### Features

- add emit default and fix timestamp ([1c4296c](https://github.com/cosmology-tech/telescope/commit/1c4296c5eb5cb48b42b6c9ba7523f8faa8a8bcbe))
- fix omit empty handling ([3a8e76b](https://github.com/cosmology-tech/telescope/commit/3a8e76ba6a402cec7a64e4ec98e58133acf19f09))
- partially add support for amino ([f9ae22c](https://github.com/cosmology-tech/telescope/commit/f9ae22c86665590b8caa6b3918738a903592c29b))
- re-run tests and update snapshots ([ced5e43](https://github.com/cosmology-tech/telescope/commit/ced5e4313ff29a7e268dd0aee7aa2f492ac176a3))

## [1.4.12](https://github.com/cosmology-tech/telescope/compare/@cosmology/telescope@1.4.11...@cosmology/telescope@1.4.12) (2024-01-23)

**Note:** Version bump only for package @cosmology/telescope
Expand Down
14 changes: 7 additions & 7 deletions packages/telescope/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmology/telescope",
"version": "1.4.12",
"version": "1.4.13",
"description": "A TypeScript Transpiler for Cosmos Protobufs",
"author": "Dan Lynch <pyramation@gmail.com>",
"homepage": "https://github.com/cosmology-tech/telescope/tree/master/packages/telescope#readme",
Expand Down Expand Up @@ -65,6 +65,7 @@
"url": "https://github.com/cosmology-tech/telescope/issues"
},
"devDependencies": {
"@keplr-wallet/unit": "^0.12.53",
"@types/jest": "^29.5.0",
"ast-stringify": "0.1.0",
"cross-env": "^7.0.2",
Expand All @@ -78,18 +79,17 @@
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "^5.0.4",
"@keplr-wallet/unit": "^0.12.53"
"typescript": "^5.0.4"
},
"dependencies": {
"@babel/generator": "^7.23.6",
"@babel/parser": "^7.23.6",
"@babel/traverse": "7.23.6",
"@babel/types": "7.23.6",
"@cosmology/ast": "^1.4.8",
"@cosmology/proto-parser": "^1.4.4",
"@cosmology/types": "^1.4.2",
"@cosmology/utils": "^1.4.2",
"@cosmology/ast": "^1.4.9",
"@cosmology/proto-parser": "^1.4.5",
"@cosmology/types": "^1.4.3",
"@cosmology/utils": "^1.4.3",
"@cosmwasm/ts-codegen": "0.34.0",
"@types/parse-package-name": "0.1.0",
"case": "1.6.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/types/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.4.3](https://github.com/cosmology-tech/telescope/compare/@cosmology/types@1.4.2...@cosmology/types@1.4.3) (2024-03-18)

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

## [1.4.2](https://github.com/cosmology-tech/telescope/compare/@cosmology/types@1.4.1...@cosmology/types@1.4.2) (2024-01-16)

**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.4.2",
"version": "1.4.3",
"description": "Telescope types",
"author": "Dan Lynch <pyramation@gmail.com>",
"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.4.3](https://github.com/cosmology-tech/telescope/compare/@cosmology/utils@1.4.2...@cosmology/utils@1.4.3) (2024-03-18)

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

## [1.4.2](https://github.com/cosmology-tech/telescope/compare/@cosmology/utils@1.4.1...@cosmology/utils@1.4.2) (2024-01-16)

**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.4.2",
"version": "1.4.3",
"description": "Telescope utils",
"author": "Dan Lynch <pyramation@gmail.com>",
"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.4.2",
"@cosmology/types": "^1.4.3",
"dotty": "0.1.2"
}
}

0 comments on commit 565c926

Please sign in to comment.