Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
napalmpapalam committed Nov 23, 2023
1 parent 2afc69c commit 5f5e3b0
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 13 deletions.
7 changes: 6 additions & 1 deletion 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.
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].

## [1.0.6] - 2023-11-23
### Added
- CreateIdentityGISTTransferOp, CreateIdentityStateTransferOp message types localization

## [1.0.5] - 2023-11-02
### Added
- Ability to delegate, undelegate and vote proposal via authorization grants
Expand Down Expand Up @@ -39,7 +43,8 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic

- Initiated project

[Unreleased]: https://gitlab.com/rarimo/scan/compare/1.0.5...HEAD
[Unreleased]: https://gitlab.com/rarimo/scan/compare/1.0.6...HEAD
[1.0.6]: https://gitlab.com/rarimo/scan/compare/1.0.5...1.0.6
[1.0.5]: https://gitlab.com/rarimo/scan/compare/1.0.4...1.0.5
[1.0.4]: https://gitlab.com/rarimo/scan/compare/1.0.3...1.0.4
[1.0.3]: https://gitlab.com/rarimo/scan/compare/1.0.2...1.0.3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scan",
"version": "1.0.5",
"version": "1.0.6",
"private": true,
"gitHooks": {
"pre-commit": "yarn lint",
Expand All @@ -27,7 +27,7 @@
"@hookform/resolvers": "^3.3.1",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.3",
"@rarimo/client": "^2.0.0-rc.28",
"@rarimo/client": "^2.0.0-rc.31",
"graphql": "^16.7.1",
"graphql-tag": "^2.12.6",
"lodash-es": "^4.17.21",
Expand Down
2 changes: 2 additions & 0 deletions src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ export default {
"unknown-lbl": "Unknown",
"ethereum-tx-lbl": "Ethereum Tx",
"create-identity-default-transfer-op-lbl": "Create Identity Transfer",
"create-identity-gist-transfer-op-lbl": "Create Identity GIST Transfer",
"create-identity-state-transfer-op-lbl": "Create Identity State Transfer",
},
"proposal-status": {
"unspecified-lbl": "Unknown",
Expand Down
2 changes: 2 additions & 0 deletions src/locales/localizers/msg-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,6 @@ export const localizeMsgType = (t: TFunction, type: string) =>
[MessageTypeUrls.OracleVote]: t('message-types.oracle-vote-lbl'),
[MessageTypeUrls.OracleUnjail]: t('message-types.oracle-unjail-lbl'),
[MessageTypeUrls.CreateIdentityDefaultTransferOp]: t('message-types.create-identity-default-transfer-op-lbl'),
[MessageTypeUrls.CreateIdentityGISTTransferOp]: t('message-types.create-identity-gist-transfer-op-lbl'),
[MessageTypeUrls.CreateIdentityStateTransferOp]: t('message-types.create-identity-state-transfer-op-lbl'),
})[type]
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2489,27 +2489,27 @@ __metadata:
languageName: node
linkType: hard

"@rarimo/client@npm:^2.0.0-rc.28":
version: 2.0.0-rc.28
resolution: "@rarimo/client@npm:2.0.0-rc.28"
"@rarimo/client@npm:^2.0.0-rc.31":
version: 2.0.0-rc.31
resolution: "@rarimo/client@npm:2.0.0-rc.31"
dependencies:
"@cosmjs/launchpad": ^0.27.1
"@cosmjs/proto-signing": ^0.31.0
"@cosmjs/stargate": ^0.31.0
"@distributedlab/fetcher": ^1.0.0-rc.6
"@distributedlab/reactivity": ^1.0.0-rc.6
"@rarimo/shared": ^2.0.0-rc.28
checksum: 456e2ecb40dfea6e4548bc7e2e27a6d95568035556c0c9cd196100b02f4cacd7e7c5a1d1b14630a70f387da1a491d85dd4433eff07e85449a66109898b94c6fa
"@rarimo/shared": ^2.0.0-rc.31
checksum: 1407f9656d72dc735b7b478582a67b9bb13c771639c916c81d00236d90cdeb89116035ace166f2d6e462fb29fc862ea183cb0d4aad3694122c2c1100de93283c
languageName: node
linkType: hard

"@rarimo/shared@npm:^2.0.0-rc.28":
version: 2.0.0-rc.28
resolution: "@rarimo/shared@npm:2.0.0-rc.28"
"@rarimo/shared@npm:^2.0.0-rc.31":
version: 2.0.0-rc.31
resolution: "@rarimo/shared@npm:2.0.0-rc.31"
dependencies:
"@distributedlab/jac": ^1.0.0-rc.6
"@distributedlab/tools": ^1.0.0-rc.6
checksum: f06876af41b1dd2c9d85b89d67ed098e8296de16d2fa8abd8a704765a6e41d352884009d0b49af18b6ef0f329fe305787a8120563dd0fffcaa4cedbf86a06f8f
checksum: 4af4e41afaa34ca420ce6c6061701817e2151623bb92f7d25a328ade968678f08e764954eaa9853785abb7279f893a0fafac11e653d36cd7e257650c514de222
languageName: node
linkType: hard

Expand Down Expand Up @@ -9611,7 +9611,7 @@ __metadata:
"@hookform/resolvers": ^3.3.1
"@mui/icons-material": ^5.14.3
"@mui/material": ^5.14.3
"@rarimo/client": ^2.0.0-rc.28
"@rarimo/client": ^2.0.0-rc.31
"@types/lodash-es": ^4
"@types/negotiator": ^0
"@types/node": 20.4.5
Expand Down

0 comments on commit 5f5e3b0

Please sign in to comment.