Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release finschia-js v0.8.0 #89

Merged
merged 4 commits into from
May 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 18 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
# CHANGELOG

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security


## [v0.8.0]

### Added

- [\#69](https://github.com/Finschia/finschia-js/pull/69) apply the changes of `x/token` and `x/collection` protos
- [\#71](https://github.com/Finschia/finschia-js/pull/71) @lbmjs/finschia: Add custom GetBlockWithTxs for lbm
- [\#77](https://github.com/Finschia/finschia-js/pull/77) @lbmjs/finschia: Enable amino sign store msgs in `wasm` and `wasmplus`
Expand All @@ -21,17 +36,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [\#82](https://github.com/Finschia/finschia-js/pull/82) prepare open (change lbm to finschia)
- [\#90](https://github.com/Finschia/finschia-js/pull/90) change lbmjs-types to finschia-proto

### Deprecated

### Removed

### Fixed

- [\#73](https://github.com/Finschia/finschia-js/pull/73) fix the local unit test error
- [\#88](https://github.com/Finschia/finschia-js/pull/88) apply changed event in finschia v1.0.0-rc6 to pass tests
- [\#91](https://github.com/Finschia/finschia-js/pull/91) ci fix not to pusblish on release

### Security

## [v0.7.2]

Expand Down Expand Up @@ -108,7 +118,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[#7]: https://github.com/Finschia/finschia-js/pull/7
[#14]: https://github.com/Finschia/finschia-js/pull/14
[unreleased]: https://github.com/Finschia/finschia-js/compare/v0.7.2...HEAD
[unreleased]: https://github.com/Finschia/finschia-js/compare/v0.8.0...HEAD
[v0.8.0]: https://github.com/Finschia/finschia-js/compare/v0.7.2...v0.8.0
[v0.7.2]: https://github.com/Finschia/finschia-js/compare/v0.7.1...v0.7.2
[v0.7.1]: https://github.com/Finschia/finschia-js/compare/v0.7.0...v0.7.1
[v0.7.0]: https://github.com/Finschia/finschia-js/compare/v0.4.0...v0.7.0
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ finschia-js is a library that consists of many smaller npm packages within the
[@finschia namespace](https://www.npmjs.com/org/finschia), a so called monorepo.
Here are some of them to get an idea:

| Package | Description | Latest |
| --------------------------------------- | --------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| [@finschia/finschia](packages/finschia) | A client library for the Finschia v1.0.0-rc0+ | [![npm version](https://img.shields.io/npm/v/@finschia/finschia.svg)](https://www.npmjs.com/package/@finschia/finschia) |
| Package | Description | Latest |
| --------------------------------------- |-------------------------------------------| ----------------------------------------------------------------------------------------------------------------------- |
| [@finschia/finschia](packages/finschia) | A client library for the Finschia v1.0.0+ | [![npm version](https://img.shields.io/npm/v/@finschia/finschia.svg)](https://www.npmjs.com/package/@finschia/finschia) |

## Supported JS environments

Expand Down
4 changes: 2 additions & 2 deletions packages/finschia/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finschia/finschia",
"version": "1.0.0",
"description": "Utilities for FINSCHIA v1.0.0-rc0",
"version": "0.8.0",
"description": "Utilities for FINSCHIA v1.0.0",
"contributors": [
"zemyblue <[email protected]>",
"loin3 <[email protected]>",
Expand Down