From baa8abc9b912288b7a2546bedc717a9229f652c4 Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Tue, 24 Dec 2024 16:04:56 +0530 Subject: [PATCH] release highlights for v0.59.0 --- apps/remix-dapp/src/locales/en/udapp.json | 2 +- apps/remix-ide/src/app/tabs/locales/en/udapp.json | 2 +- releaseDetails.json | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/remix-dapp/src/locales/en/udapp.json b/apps/remix-dapp/src/locales/en/udapp.json index dc8296ebba..0badbdc97e 100644 --- a/apps/remix-dapp/src/locales/en/udapp.json +++ b/apps/remix-dapp/src/locales/en/udapp.json @@ -53,7 +53,7 @@ "udapp.forkStateLabel": "State Name", "udapp.fork": "Fork", "udapp.deleteVmStateTitle": "Delete VM state", - "udapp.deleteVmStateDesc1": "Deleting the state of this VM will also delete the associated transaction details in this Workspace.", + "udapp.deleteVmStateDesc1": "Deleting the state of this VM will delete the associated transaction details in this Workspace.", "udapp.deleteVmStateDesc2": "It will also delete the data of contracts deployed and pinned in this Workspace.", "udapp.deleteVmStateDesc3": "Do you want to continue?", "udapp.delete": "Delete", diff --git a/apps/remix-ide/src/app/tabs/locales/en/udapp.json b/apps/remix-ide/src/app/tabs/locales/en/udapp.json index 8c5f448aa8..00e49554fb 100644 --- a/apps/remix-ide/src/app/tabs/locales/en/udapp.json +++ b/apps/remix-ide/src/app/tabs/locales/en/udapp.json @@ -53,7 +53,7 @@ "udapp.forkStateLabel": "State Name", "udapp.fork": "Fork", "udapp.deleteVmStateTitle": "Delete VM state", - "udapp.deleteVmStateDesc1": "Deleting the state of this VM will also delete the associated transaction details in this Workspace.", + "udapp.deleteVmStateDesc1": "Deleting the state of this VM will delete the associated transaction details in this Workspace.", "udapp.deleteVmStateDesc2": "It will also delete the data of contracts deployed and pinned in this Workspace.", "udapp.deleteVmStateDesc3": "Do you want to continue?", "udapp.delete": "Delete", diff --git a/releaseDetails.json b/releaseDetails.json index 3f4e4da416..ef07d71106 100644 --- a/releaseDetails.json +++ b/releaseDetails.json @@ -1,11 +1,11 @@ { - "version": "v0.57.0", + "version": "v0.59.0", "title": "RELEASE HIGHLIGHTS", - "highlight1": "RemixAI, the new Web3 AI Assistant", - "highlight2": "New Script Configuration plugin", - "highlight3": "Routescan added to the Contract Verification plugin", + "highlight1": "Fork & delete VM state", + "highlight2": "Syntax highlighting for Noir(.nr) files", + "highlight3": "", "highlight4": "", "more": "Read More", - "moreLink": "https://medium.com/remix-ide/remix-release-v0-57-0-3c550f26f2d0?source=friends_link&sk=d713cd9ea5840454d8e8c03dbfb86f93" + "moreLink": "https://medium.com/remix-ide/remix-release-v0-59-0-306881e41984?source=friends_link&sk=be2390827519bf2d7530f013021160b9" } \ No newline at end of file