Skip to content

Commit

Permalink
Added strict snap version requirement (#31)
Browse files Browse the repository at this point in the history
* set static v for connector, bump v

* update changelog

* Update CHANGELOG.md

---------

Co-authored-by: Ihor Diachenko <[email protected]>
  • Loading branch information
lukachi and ihordiachenko authored Jan 24, 2024
1 parent d89f036 commit dd691a7
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 10 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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).

## [2.0.1] - 2024-01-24
### Changed
- `@rarimo/rarime-connector` - set strict snap version requirement

## [2.0.0] - 2024-01-23

### Added
Expand Down Expand Up @@ -146,7 +150,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Implemented `@rarimo/rarime-connector` and `@rarimo/rarime` packages

[Unreleased]: https://github.com/rarimo/rarime/compare/2.0.0...HEAD
[Unreleased]: https://github.com/rarimo/rarime/compare/2.0.1...HEAD
[2.0.0]: https://github.com/rarimo/rarime/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/rarimo/rarime/compare/1.0.2...2.0.0
[1.0.2]: https://github.com/rarimo/rarime/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/rarimo/rarime/compare/1.0.0...1.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rarimo/rarime-connector",
"version": "2.0.0",
"version": "2.0.1",
"description": "Facilitates interaction between a DApp and RariMe MetaMask snap",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/connector/src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.0.x"
"version": "2.0.1"
}
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "site",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"license": "(MIT-0 OR Apache-2.0)",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rarimo/rarime",
"version": "2.0.0",
"version": "2.0.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.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@metamask/snaps-jest": "^4.0.0",
"@metamask/snaps-sdk": "^1.1.0",
"@metamask/snaps-utils": "^4.0.0",
"@rarimo/rarime-connector": "2.0.0",
"@rarimo/rarime-connector": "2.0.1",
"buffer": "6.0.3",
"dids": "4.0.4",
"ethers": "5.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "2.0.0",
"version": "2.0.1",
"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": "bjvRVCWWR5mxiXQFEUTFszRH/WsY8VUFqUh/QrjUTkg=",
"shasum": "vhP1WB7B+rqWRe/XbXFHZSQZ49QZzxDs9tHx0joslpU=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7460,7 +7460,7 @@ __metadata:
languageName: node
linkType: hard

"@rarimo/[email protected].0, @rarimo/rarime-connector@workspace:^, @rarimo/rarime-connector@workspace:packages/connector":
"@rarimo/[email protected].1, @rarimo/rarime-connector@workspace:^, @rarimo/rarime-connector@workspace:packages/connector":
version: 0.0.0-use.local
resolution: "@rarimo/rarime-connector@workspace:packages/connector"
dependencies:
Expand Down Expand Up @@ -7505,7 +7505,7 @@ __metadata:
"@metamask/snaps-jest": ^4.0.0
"@metamask/snaps-sdk": ^1.1.0
"@metamask/snaps-utils": ^4.0.0
"@rarimo/rarime-connector": 2.0.0
"@rarimo/rarime-connector": 2.0.1
"@typechain/ethers-v5": 11.1.1
"@types/intl": 1.2.0
"@types/lodash": ^4.14.202
Expand Down

0 comments on commit dd691a7

Please sign in to comment.