Skip to content

Commit

Permalink
Merge pull request #80 from crypto-com/release/2.0.2
Browse files Browse the repository at this point in the history
Release v2.0.2 Versioning and CHANGELOG.md
  • Loading branch information
andybin-cdc committed Jul 5, 2022
2 parents aebd5f0 + 2cc7353 commit e097228
Show file tree
Hide file tree
Showing 21 changed files with 101 additions and 26 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/crypto-com/deficonnect-monorepo/compare/v2.0.1...v2.0.2) (2022-07-05)


### Bug Fixes

* use publish:latest to release to npm ([9d03e9a](https://github.com/crypto-com/deficonnect-monorepo/commit/9d03e9a8cfc3ca95204de656c42020aa23f60b61))





## [2.0.1](https://github.com/crypto-com/deficonnect-monorepo/compare/v1.1.14...v2.0.1) (2022-06-24)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.1",
"version": "2.0.2",
"packages": [
"packages/**/*"
]
Expand Down
8 changes: 8 additions & 0 deletions packages/connector-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/crypto-com/defi-connector/compare/v2.0.1...v2.0.2) (2022-07-05)

**Note:** Version bump only for package @deficonnect/connector-client





## [2.0.1](https://github.com/crypto-com/defi-connector/compare/v1.1.14...v2.0.1) (2022-06-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/connector-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/connector-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deficonnect/connector-client",
"version": "2.0.1",
"version": "2.0.2",
"description": "connector-client for connect to wallet via websocket",
"author": "DeFi Labs <defilabs@crypto.com>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -44,8 +44,8 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@deficonnect/types": "^2.0.1",
"@deficonnect/utils": "^2.0.1",
"@deficonnect/types": "^2.0.2",
"@deficonnect/utils": "^2.0.2",
"@walletconnect/iso-crypto": "^1.7.8",
"@walletconnect/window-metadata": "^1.0.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/cosmos-signer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/crypto-com/defi-connector/compare/v2.0.1...v2.0.2) (2022-07-05)

**Note:** Version bump only for package @deficonnect/cosmos-signer





## [2.0.1](https://github.com/crypto-com/defi-connector/compare/v1.1.14...v2.0.1) (2022-06-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/cosmos-signer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cosmos-signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deficonnect/cosmos-signer",
"version": "2.0.1",
"version": "2.0.2",
"description": "cosmos-signer for Crypto.com DeFi Wallet Extension",
"author": "DeFi Labs <defilabs@crypto.com>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@cosmjs/encoding": "^0.28.4",
"@cosmjs/proto-signing": "^0.28.4",
"@cosmjs/stargate": "^0.28.4",
"@deficonnect/types": "^2.0.1",
"@deficonnect/types": "^2.0.2",
"cosmjs-types": "^0.5.0"
}
}
8 changes: 8 additions & 0 deletions packages/provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/crypto-com/defi-connector/compare/v2.0.1...v2.0.2) (2022-07-05)

**Note:** Version bump only for package @deficonnect/provider





## [2.0.1](https://github.com/crypto-com/defi-connector/compare/v1.1.14...v2.0.1) (2022-06-24)


Expand Down
8 changes: 4 additions & 4 deletions packages/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deficonnect/provider",
"version": "2.0.1",
"version": "2.0.2",
"description": "deficonnect provider for Crypto.com DeFi Wallet Extension",
"author": "DeFi Labs <defilabs@crypto.com>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,8 +43,8 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@deficonnect/types": "^2.0.1",
"@deficonnect/utils": "^2.0.1",
"@deficonnect/websocket-provider": "^2.0.1"
"@deficonnect/types": "^2.0.2",
"@deficonnect/utils": "^2.0.2",
"@deficonnect/websocket-provider": "^2.0.2"
}
}
8 changes: 8 additions & 0 deletions packages/qrcode-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/crypto-com/defi-connector/compare/v2.0.1...v2.0.2) (2022-07-05)

**Note:** Version bump only for package @deficonnect/qrcode-modal





## [2.0.1](https://github.com/crypto-com/defi-connector/compare/v1.1.14...v2.0.1) (2022-06-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/qrcode-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deficonnect/qrcode-modal",
"version": "2.0.1",
"version": "2.0.2",
"description": "qrcode-modal for Crypto.com DeFi Wallet Extension",
"author": "DeFi Labs <defilabs@crypto.com>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@deficonnect/utils": "^2.0.1",
"@deficonnect/utils": "^2.0.2",
"preact": "^10.7.2",
"qrcode": "^1.5.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/crypto-com/defi-connector/compare/v2.0.1...v2.0.2) (2022-07-05)

**Note:** Version bump only for package @deficonnect/types






## [2.0.1](https://github.com/crypto-com/defi-connector/compare/v1.1.14...v2.0.1) (2022-06-24)

Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deficonnect/types",
"version": "2.0.1",
"version": "2.0.2",
"description": "types for Crypto.com DeFi Wallet Extension",
"author": "DeFi Labs <defilabs@crypto.com>",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/crypto-com/defi-connector/compare/v2.0.1...v2.0.2) (2022-07-05)

**Note:** Version bump only for package @deficonnect/utils





## [2.0.1](https://github.com/crypto-com/defi-connector/compare/v1.1.14...v2.0.1) (2022-06-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deficonnect/utils",
"version": "2.0.1",
"version": "2.0.2",
"description": "utils for Crypto.com DeFi Wallet Extension",
"author": "DeFi Labs <defilabs@crypto.com>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@deficonnect/types": "^2.0.1",
"@deficonnect/types": "^2.0.2",
"@walletconnect/encoding": "^1.0.1",
"@walletconnect/window-getters": "^1.0.0",
"detect-browser": "^5.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/web3-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/crypto-com/defi-connector/compare/v2.0.1...v2.0.2) (2022-07-05)

**Note:** Version bump only for package @deficonnect/web3-connector





## [2.0.1](https://github.com/crypto-com/defi-connector/compare/v1.1.14...v2.0.1) (2022-06-24)


Expand Down
6 changes: 3 additions & 3 deletions packages/web3-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deficonnect/web3-connector",
"version": "2.0.1",
"version": "2.0.2",
"description": "deficonnect web3-connector for Crypto.com DeFi Wallet Extension",
"author": "DeFi Labs <defilabs@crypto.com>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,8 +43,8 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@deficonnect/provider": "^2.0.1",
"@deficonnect/types": "^2.0.1",
"@deficonnect/provider": "^2.0.2",
"@deficonnect/types": "^2.0.2",
"@web3-react/abstract-connector": "^6.0.7",
"tiny-warning": "^1.0.3"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/websocket-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/crypto-com/defi-connector/compare/v2.0.1...v2.0.2) (2022-07-05)

**Note:** Version bump only for package @deficonnect/websocket-provider





## [2.0.1](https://github.com/crypto-com/defi-connector/compare/v1.1.14...v2.0.1) (2022-06-24)


Expand Down
10 changes: 5 additions & 5 deletions packages/websocket-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deficonnect/websocket-provider",
"version": "2.0.1",
"version": "2.0.2",
"description": "provider for connect to Wallet via websocket",
"author": "DeFi Labs <defilabs@crypto.com>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,9 +43,9 @@
"webpack-cli": "3.3.10"
},
"dependencies": {
"@deficonnect/connector-client": "^2.0.1",
"@deficonnect/qrcode-modal": "^2.0.1",
"@deficonnect/types": "^2.0.1",
"@deficonnect/utils": "^2.0.1"
"@deficonnect/connector-client": "^2.0.2",
"@deficonnect/qrcode-modal": "^2.0.2",
"@deficonnect/types": "^2.0.2",
"@deficonnect/utils": "^2.0.2"
}
}

0 comments on commit e097228

Please sign in to comment.