diff --git a/CHANGELOG.md b/CHANGELOG.md index 39efaec7..f3023213 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] +### Fixed + +- RariMe casing in the docs and meta-descriptions. + +### Changed + +- Updated the snap description. + ## [0.3.1] - 2023-09-14 ### Added - `@rarimo/rarime`: preversion hook in package.json diff --git a/README.md b/README.md index 2eaf55cf..1d2010ec 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@
- +
-# Rarime +# RariMe ![npm](https://img.shields.io/npm/v/%40rarimo%2Frarime) ![npm](https://img.shields.io/npm/dm/%40rarimo%2Frarime) -Rarime is a MetaMask Snap that safely holds any of your credentials and allows you to prove your identity without revealing any personal data. Powered by Rarimo Protocol and Zero-Knowledge Proof technology. +RariMe is a MetaMask Snap that safely holds any of your credentials and allows you to prove your identity without revealing any personal data. Powered by Rarimo Protocol and Zero-Knowledge Proof technology. ## Security -Rarime is fully audited. Check out the reports [here](./audits/). +RariMe is fully audited. Check out the reports [here](./audits/). ## Changelog diff --git a/packages/connector/README.md b/packages/connector/README.md index 2bd4bba5..c9fe2cbb 100644 --- a/packages/connector/README.md +++ b/packages/connector/README.md @@ -1,6 +1,6 @@ -# Rarime Connector +# RariMe Connector -Rarime connector is used to install snap and exposes methods for calling snap on dApps and other applications. +RariMe connector is used to install snap and exposes methods for calling snap on dApps and other applications. ## Usage diff --git a/packages/connector/package.json b/packages/connector/package.json index 2c5d1228..aaa034d4 100644 --- a/packages/connector/package.json +++ b/packages/connector/package.json @@ -1,7 +1,7 @@ { "name": "@rarimo/rarime-connector", "version": "0.3.1", - "description": "Facilitates interaction between a DApp and Rarime MetaMask snap", + "description": "Facilitates interaction between a DApp and RariMe MetaMask snap", "repository": { "type": "git", "url": "https://github.com/rarimo/rarime.git" diff --git a/packages/snap/README.md b/packages/snap/README.md index 6ea933b2..e8adbcb8 100644 --- a/packages/snap/README.md +++ b/packages/snap/README.md @@ -1,6 +1,6 @@ -# Rarime +# RariMe -Rarime is a MetaMask Snap that safely holds any of your credentials and allows you to prove your identity without revealing any personal data. Powered by Rarimo Protocol and Zero-Knowledge Proof technology. +RariMe is a MetaMask Snap that safely holds any of your credentials and allows you to prove your identity without revealing any personal data. Powered by Rarimo Protocol and Zero-Knowledge Proof technology. ## Methods ### Create an identity diff --git a/packages/snap/package.json b/packages/snap/package.json index c781e91f..6c33c1b0 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -1,7 +1,7 @@ { "name": "@rarimo/rarime", "version": "0.3.1", - "description": "Rarime is a MetaMask Snap that safely holds any of your credentials and allows you to prove your identity without revealing any personal data. Powered by Rarimo Protocol and Zero-Knowledge Proof technology.", + "description": "RariMe is a MetaMask Snap that safely holds any of your credentials and allows you to prove your identity without revealing any personal data. Powered by Rarimo Protocol and Zero-Knowledge Proof technology.", "repository": { "type": "git", "url": "https://github.com/rarimo/rarime.git" diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index 264c5449..35665710 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,13 +1,13 @@ { "version": "0.3.1", - "description": "Rarime is a MetaMask Snap that safely holds any of your credentials and allows you to prove your identity without revealing any personal data. Powered by Rarimo Protocol and Zero-Knowledge Proof technology.", - "proposedName": "Rarime", + "description": "Securely store and manage all of your identity credentials. Use them across chains with ZK-protected privacy guarantees.", + "proposedName": "RariMe", "repository": { "type": "git", "url": "https://github.com/rarimo/rarime.git" }, "source": { - "shasum": "OEBh59cxNso5PO3CrBzhAzRjBrUZrkcwFd5bCn3fEiM=", + "shasum": "JOwIPoNgRgbSsAGqE3f84DYLgbaE90qKWI/jDDO+iuI=", "location": { "npm": { "filePath": "dist/bundle.js",