From 6c970b7e9425730a84343fc763ec436ae3baac29 Mon Sep 17 00:00:00 2001 From: Aaron Quirk Date: Mon, 23 Sep 2024 11:53:02 -0400 Subject: [PATCH] Bump package version (#202) * Bump package version * Update dockerfile to node:16-alpine * Use alpine for runtime container * Try new yarn version * finalize Dockerfile update --- Dockerfile | 9 ++------- packages/ui-components/package.json | 2 +- packages/ui-components/src/locales/en.json | 16 +++++++++------- 3 files changed, 12 insertions(+), 15 deletions(-) diff --git a/Dockerfile b/Dockerfile index 35b3f443..0dbff7e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ########################################################### # Build container ########################################################### -FROM launcher.gcr.io/google/nodejs AS builder +FROM node:16 AS builder # Prepare arguments ARG service @@ -20,10 +20,6 @@ ENV CLIENT_URL $CLIENT_URL ENV NEXT_TELEMETRY_DISABLED 1 ENV YARN_IGNORE_NODE 1 -# Prepare dependencies -RUN install_node v16.13.0 -RUN yarn set version 3.2.0 - # Copy project files WORKDIR /app COPY . . @@ -41,7 +37,7 @@ RUN rm -rf .yarn/cache ########################################################### # Runtime container ########################################################### -FROM launcher.gcr.io/google/nodejs +FROM node:16-alpine # Runtime environment variables ARG service @@ -49,7 +45,6 @@ ENV NEXT_TELEMETRY_DISABLED 1 ENV YARN_IGNORE_NODE 1 # Runtime dependencies -RUN install_node v16.13.0 RUN yarn set version 3.2.0 # Copy project files diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 050af397..94af56f7 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@unstoppabledomains/ui-components", - "version": "0.0.48-browser-extension.12", + "version": "0.0.49-browser-extension.1", "private": true, "description": "An open and reusable suite of Unstoppable Domains management components", "keywords": [ diff --git a/packages/ui-components/src/locales/en.json b/packages/ui-components/src/locales/en.json index 6cde716b..5df294bc 100644 --- a/packages/ui-components/src/locales/en.json +++ b/packages/ui-components/src/locales/en.json @@ -262,10 +262,6 @@ "show": "Show" }, "extension": { - "version":"Version", - "welcomeToVersion":"Welcome to version {{version}}!", - "enableWallet":"Enable Wallet Features", - "continueWithoutWallet":"Continue without wallet", "compatibilityMode": "Compatibility Mode", "compatibilityModeCta": "Enable compatibility mode? This extension can override other wallets like MetaMask for enhanced functionality. You can update your preference from the settings menu.", "compatibilityModeDescription": "Unstoppable Lite Wallet can override MetaMask in apps to ensure maximum compatibility. Enabling this setting may interfere with other extensions.", @@ -273,15 +269,19 @@ "connect": "connect to Unstoppable Lite Wallet", "connectRequest": "request permission to view your wallet and prompt for transactions", "connectToChain": "connect to {{chainName}}", + "continueWithoutWallet": "Continue without wallet", "decentralizedBrowsing": "Decentralized Browsing", "decentralizedBrowsingDescription": "Level up your browser by resolving onchain domains. Names like lisa.x or sandy.nft can be looked up using the DNS alternatives configured below.", + "enableWallet": "Enable Wallet Features", "noWalletConnections": "No authorized connections", "refreshNow": "Refresh now", "sherlockAssistant": "Sherlock Assistant", "sherlockAssistantDescription": "Gain insight into apps by automatically detecting wallet addresses associated with onchain domains. Augments apps in this browser with rich identity details.", "unsupportedChain": "Cannot connect to unsupported network ({{originalChainId}}). The Unstoppable Lite Wallet browser extension supports Ethereum, Polygon and Base networks.", + "version": "Version", "walletConnections": "Wallet Connections", - "walletConnectionsDescription": "You have authorized the following websites to connect to Unstoppable Lite Wallet." + "walletConnectionsDescription": "You have authorized the following websites to connect to Unstoppable Lite Wallet.", + "welcomeToVersion": "Welcome to version {{version}}!" }, "footer": { "copyright": "© Unstoppable Domains Inc. All Rights Reserved.", @@ -710,7 +710,7 @@ "communitiesRequireADomain": "To start discovering groups you need to add a Web3 domain to this wallet.", "configure": "Enable Unstoppable Messaging on this device for {{domain}}", "decrypting": "Loading message...", - "description": "Chat securely with friends using Unstoppable Messaging, powered by XMTP and Push Protocol.", + "description": "Connect with friends using Unstoppable Messaging, powered by XMTP. Over 2 million onchain identities use XMTP for secure, private, and portable messaging.", "domainRequiredUpload": "A domain is required to upload attachments", "dropToUpload": "Drop file to upload...", "emptyNotifications": "No App Notifications", @@ -795,6 +795,7 @@ "openMessaging": "View Messages", "poweredBy": "Powered by", "signAndEnable": "Enable on this Device", + "signedIn": "You're signed in!", "subscriptions": "Confirming account configuration...", "subscriptionsDescription": "Checking your account to make sure it's ready for the best messaging experience.", "success": "Success", @@ -915,8 +916,9 @@ "onboardConfirmationDescription": "## Confirm email address\nThe one-time code sent to **{{emailAddress}}** is required to create your wallet.", "onboardingMessage": "## Let's get you a wallet...\nWe couldn't find a wallet account for **{{emailAddress}}**. Don't worry, creating a new wallet is easy!", "onboardSuccessDescription": "In a few moments we'll send an email to **{{emailAddress}}** with a new one-time code and your wallet recovery kit.", - "onboardSuccessTitle": "Creating your wallet...", + "onboardSuccessTitle": "Creating your wallet. Leave this window open until complete...", "onboardWithEmailDescription": "## Create wallet\nEnter your email address and select a password for your new wallet.", + "readyToUse": "Sign in successful! Your wallet is ready to use, click to open.", "receiveAddressCaption": "**Warning: Use supported tokens.** This address can only receive {{symbol}} on the {{blockchain}} network.", "receiveAddressCaptionWithDomains": "**Warning: Use supported tokens.** This address can only receive {{symbol}} and Unstoppable Domains NFTs on the {{blockchain}} network.", "recipient": "Recipient",