Skip to content

Commit f257bda

Browse files
committed
chore: bump manifest v1.28.0 (#1977)
1 parent 889e4c1 commit f257bda

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

apps/browser-extension-wallet/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "$WALLET_MANIFEST_NAME",
33
"description": "One fast, accessible, and secure platform for digital assets, DApps, NFTs, and DeFi.",
4-
"version": "1.27.0",
4+
"version": "1.28.0",
55
"manifest_version": 3,
66
"icons": {
77
"16": "icon16.png",

apps/browser-extension-wallet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lace/browser-extension-wallet",
3-
"version": "1.27.0",
3+
"version": "1.28.0",
44
"description": "A fully capable wallet packaged as browser extensions for Chrome, Firefox, and Edge",
55
"homepage": "https://github.com/input-output-hk/lace/blob/master/apps/browser-extension-wallet/README.md",
66
"bugs": {
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/* eslint-disable camelcase */
2+
import React from 'react';
3+
4+
const ReleaseNote_1_28_0 = (): React.ReactElement => (
5+
<>
6+
<ul style={{ listStyleType: 'disc', margin: 0 }}>
7+
<li>Improved Stake Pool browsing for a smoother user experience.</li>
8+
<li>Stake Pool details now display expected RoS (Return on Stake) instead of extrapolating from past values.</li>
9+
</ul>
10+
</>
11+
);
12+
13+
export default ReleaseNote_1_28_0;

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sonar.projectKey=input-output-hk_lace
22
sonar.organization=input-output-hk
33

44
sonar.projectName=lace
5-
sonar.projectVersion=1.21.0
5+
sonar.projectVersion=1.28.0
66

77
sonar.inclusions=apps/**/*,packages/**/*
88
sonar.exclusions=packages/e2e-tests/**/*,**/test/**/*,**/__tests__/**/*,**/*.stories.tsx,**/*.test.ts,**/*.test.tsx,apps/browser-extension-wallet/src/utils/PaperWallet/template.ts

0 commit comments

Comments
 (0)