File tree Expand file tree Collapse file tree 7 files changed +13
-21
lines changed Expand file tree Collapse file tree 7 files changed +13
-21
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 7.1.2
3+ ## vNext
44
55### Chores
66
77- Update ` cardano-node ` to 10.2.1 and ` cardano-wallet ` to v2025-03-31 ([ PR 3288] ( https://github.com/input-output-hk/daedalus/pull/3288 ) )
88
9- ## 7.1.0
10-
11- ### Chores
12-
13- - Introduced a potential fix for dynamic libraries on earlier macOS versions ([ PR 3268] ( https://github.com/input-output-hk/daedalus/pull/3268 ) )
14-
15- - Added support of CIP-129 for DRep IDs ([ PR 3271] ( https://github.com/input-output-hk/daedalus/pull/3271 ) )
16-
17- - Update ` cardano-node ` to 10.1.4, and ` cardano-wallet ` to v2025-01-09 ([ PR 3270] ( https://github.com/input-output-hk/daedalus/pull/3270 ) )
18-
19-
9+ - Added the links to app.projectcatalyst.io ([ PR 3286] ( https://github.com/input-output-hk/daedalus/pull/3286 ) )
2010
2111## 7.1.0
2212
Original file line number Diff line number Diff line change @@ -4,5 +4,7 @@ command = "yarn && yarn storybook:build"
44[build .environment ]
55YARN_VERSION = " 1.22.19"
66NODE_VERSION = " 18.12.1"
7- CXXFLAGS = " -I/home/linuxbrew/.linuxbrew/include"
8- LDFLAGS = " -L/home/linuxbrew/.linuxbrew/lib"
7+ CPPFLAGS = " -I/home/linuxbrew/.linuxbrew/opt/systemd/include -I/home/linuxbrew/.linuxbrew/include"
8+ CXXFLAGS = " -I/home/linuxbrew/.linuxbrew/opt/systemd/include -I/home/linuxbrew/.linuxbrew/include"
9+ LDFLAGS = " -L/home/linuxbrew/.linuxbrew/opt/systemd/lib -L/home/linuxbrew/.linuxbrew/lib"
10+ PKG_CONFIG_PATH = " /home/linuxbrew/.linuxbrew/opt/systemd/lib/pkgconfig:/home/linuxbrew/.linuxbrew/lib/pkgconfig"
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export const VotingFooterLinks = injectIntl(
5050 label : intl . formatMessage ( messages . community ) ,
5151 } ,
5252 {
53- url : 'https://cardano.ideascale.com /' ,
53+ url : 'https://app.projectcatalyst.io /' ,
5454 label : intl . formatMessage ( messages . projects ) ,
5555 } ,
5656 ] ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export const messages = defineMessages({
2525 } ,
2626 learnMoreLinkUrl : {
2727 id : 'voting.info.learnMoreLinkUrl' ,
28- defaultMessage : '!!!https://cardano.ideascale.com/a/index ' ,
28+ defaultMessage : '!!!https://app.projectcatalyst.io ' ,
2929 description : 'Learn more link url for registration steps' ,
3030 } ,
3131} ) ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export const messages = defineMessages({
1313 } ,
1414 viewResultsLinkURL : {
1515 id : 'voting.resultsPhase.viewResultsLinkURL' ,
16- defaultMessage : 'https://cardano.ideascale.com/a/pages/results ' ,
16+ defaultMessage : 'https://projectcatalyst.io/funds ' ,
1717 description : 'View results link' ,
1818 } ,
1919} ) ;
Original file line number Diff line number Diff line change 46174617 "id" : " voting.info.learnMoreLinkLabel"
46184618 },
46194619 {
4620- "defaultMessage" : " !!!https://cardano.ideascale.com/a/index " ,
4620+ "defaultMessage" : " !!!https://app.projectcatalyst.io " ,
46214621 "description" : " Learn more link url for registration steps" ,
46224622 "id" : " voting.info.learnMoreLinkUrl"
46234623 }
46674667 "id" : " voting.resultsPhase.viewResultsLinkLabel"
46684668 },
46694669 {
4670- "defaultMessage" : " https://cardano.ideascale.com/a/pages/results " ,
4670+ "defaultMessage" : " https://projectcatalyst.io/funds " ,
46714671 "description" : " View results link" ,
46724672 "id" : " voting.resultsPhase.viewResultsLinkURL"
46734673 }
Original file line number Diff line number Diff line change 46174617 "id" : " voting.info.learnMoreLinkLabel"
46184618 },
46194619 {
4620- "defaultMessage" : " !!!https://cardano.ideascale.com/a/index " ,
4620+ "defaultMessage" : " !!!https://app.projectcatalyst.io " ,
46214621 "description" : " Learn more link url for registration steps" ,
46224622 "id" : " voting.info.learnMoreLinkUrl"
46234623 }
46674667 "id" : " voting.resultsPhase.viewResultsLinkLabel"
46684668 },
46694669 {
4670- "defaultMessage" : " https://cardano.ideascale.com/a/pages/results " ,
4670+ "defaultMessage" : " https://projectcatalyst.io/funds " ,
46714671 "description" : " View results link" ,
46724672 "id" : " voting.resultsPhase.viewResultsLinkURL"
46734673 }
You can’t perform that action at this time.
0 commit comments