Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
napalmpapalam committed Feb 28, 2023
1 parent f1fb3ee commit 3039dc2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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

## 1.2.0 - 2023-02-28
### Added
- `root`: Yarn TypeScript plugin which automatically adds @types/ packages into your dependencies when you add a package that doesn't include its own types
- `@rarimo/provider`: Support of Phantom wallet
Expand Down
4 changes: 2 additions & 2 deletions packages/nft-checkout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rarimo/nft-checkout",
"version": "1.1.0",
"version": "1.2.0",
"description": "Tools to create cross-train transactions with the Rarimo Protocol",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"@pancakeswap/sdk": "^3.1.4",
"@pancakeswap/smart-router": "^0.6.1",
"@pancakeswap/swap-sdk-core": "^0.0.1",
"@rarimo/provider": "workspace:*",
"@rarimo/provider": "workspace:^",
"@traderjoe-xyz/sdk": "2.0.7",
"@uniswap/router-sdk": "^1.4.0",
"@uniswap/sdk-core": "3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rarimo/provider",
"version": "1.1.0",
"version": "1.2.0",
"description": "Features of the Rarimo SDK that provide access to wallets and wrap the wallet extension providers from different EVM and non-EVM chains to one common interface for ease of use",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1878,7 +1878,7 @@ __metadata:
"@pancakeswap/sdk": ^3.1.4
"@pancakeswap/smart-router": ^0.6.1
"@pancakeswap/swap-sdk-core": ^0.0.1
"@rarimo/provider": "workspace:*"
"@rarimo/provider": "workspace:^"
"@traderjoe-xyz/sdk": 2.0.7
"@types/events": ^3.0.0
"@types/jest": ^29.4.0
Expand All @@ -1897,7 +1897,7 @@ __metadata:
languageName: unknown
linkType: soft

"@rarimo/provider@workspace:*, @rarimo/provider@workspace:packages/provider":
"@rarimo/provider@workspace:^, @rarimo/provider@workspace:packages/provider":
version: 0.0.0-use.local
resolution: "@rarimo/provider@workspace:packages/provider"
dependencies:
Expand Down

0 comments on commit 3039dc2

Please sign in to comment.