Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aramalipoor committed Oct 28, 2022
1 parent 8ef20e9 commit ae2f789
Show file tree
Hide file tree
Showing 59 changed files with 334 additions and 114 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.

# 0.122.0 (2022-10-28)


### Features

* use batch rpc provider and enumerate tokens in custody ([8ef20e9](https://github.com/0xflair/typescript-sdk/commit/8ef20e942c614c64dcda05b2d70a8ceb83228c85))





## 0.121.2 (2022-10-27)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"src"
],
"version": "0.121.2",
"version": "0.122.0",
"command": {
"version": {
"ignoreChanges": [
Expand Down
11 changes: 11 additions & 0 deletions packages/common/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.

# 0.122.0 (2022-10-28)


### Features

* use batch rpc provider and enumerate tokens in custody ([8ef20e9](https://github.com/0xflair/typescript-sdk/commit/8ef20e942c614c64dcda05b2d70a8ceb83228c85))





## 0.121.2 (2022-10-27)


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

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

2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xflair/common",
"version": "0.121.2",
"version": "0.122.0",
"private": false,
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/contracts-registry/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.

# 0.122.0 (2022-10-28)


### Features

* use batch rpc provider and enumerate tokens in custody ([8ef20e9](https://github.com/0xflair/typescript-sdk/commit/8ef20e942c614c64dcda05b2d70a8ceb83228c85))





## 0.121.2 (2022-10-27)


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

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

2 changes: 1 addition & 1 deletion packages/contracts-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xflair/contracts-registry",
"version": "0.121.2",
"version": "0.122.0",
"private": false,
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/flair-sdk/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.

# 0.122.0 (2022-10-28)


### Features

* use batch rpc provider and enumerate tokens in custody ([8ef20e9](https://github.com/0xflair/typescript-sdk/commit/8ef20e942c614c64dcda05b2d70a8ceb83228c85))





## 0.121.2 (2022-10-27)


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

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

36 changes: 18 additions & 18 deletions packages/flair-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flair-sdk",
"version": "0.121.2",
"version": "0.122.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -144,23 +144,23 @@
"@types/react-dom": "^18.0.5"
},
"dependencies": {
"@0xflair/common": "^0.121.2",
"@0xflair/contracts-registry": "^0.121.2",
"@0xflair/ipfs": "^0.121.2",
"@0xflair/meta-transactions": "^0.121.2",
"@0xflair/react-address-lists": "^0.121.2",
"@0xflair/react-coingecko": "^0.121.2",
"@0xflair/react-common": "^0.121.2",
"@0xflair/react-contract-verification": "^0.121.2",
"@0xflair/react-data-query": "^0.121.2",
"@0xflair/react-icons": "^0.121.2",
"@0xflair/react-ipfs": "^0.121.2",
"@0xflair/react-meta-transactions": "^0.121.2",
"@0xflair/react-nft-collections": "^0.121.2",
"@0xflair/react-openzeppelin": "^0.121.2",
"@0xflair/react-token-streams": "^0.121.2",
"@0xflair/react-ui": "^0.121.2",
"@0xflair/react-wallet": "^0.121.2",
"@0xflair/common": "^0.122.0",
"@0xflair/contracts-registry": "^0.122.0",
"@0xflair/ipfs": "^0.122.0",
"@0xflair/meta-transactions": "^0.122.0",
"@0xflair/react-address-lists": "^0.122.0",
"@0xflair/react-coingecko": "^0.122.0",
"@0xflair/react-common": "^0.122.0",
"@0xflair/react-contract-verification": "^0.122.0",
"@0xflair/react-data-query": "^0.122.0",
"@0xflair/react-icons": "^0.122.0",
"@0xflair/react-ipfs": "^0.122.0",
"@0xflair/react-meta-transactions": "^0.122.0",
"@0xflair/react-nft-collections": "^0.122.0",
"@0xflair/react-openzeppelin": "^0.122.0",
"@0xflair/react-token-streams": "^0.122.0",
"@0xflair/react-ui": "^0.122.0",
"@0xflair/react-wallet": "^0.122.0",
"@wagmi/core": "^0.2.5",
"ethers": "^5.6.5",
"wagmi": "^0.3.5"
Expand Down
11 changes: 11 additions & 0 deletions packages/ipfs/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.

# 0.122.0 (2022-10-28)


### Features

* use batch rpc provider and enumerate tokens in custody ([8ef20e9](https://github.com/0xflair/typescript-sdk/commit/8ef20e942c614c64dcda05b2d70a8ceb83228c85))





## 0.121.2 (2022-10-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs/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/ipfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xflair/ipfs",
"version": "0.121.2",
"version": "0.122.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,7 +50,7 @@
"ethers": "*"
},
"dependencies": {
"@0xflair/common": "^0.121.2",
"@0xflair/common": "^0.122.0",
"axios": "^0.26.1",
"ethers": "^5.6.5"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/meta-transactions/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.

# 0.122.0 (2022-10-28)


### Features

* use batch rpc provider and enumerate tokens in custody ([8ef20e9](https://github.com/0xflair/typescript-sdk/commit/8ef20e942c614c64dcda05b2d70a8ceb83228c85))





## 0.121.2 (2022-10-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/meta-transactions/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/meta-transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xflair/meta-transactions",
"version": "0.121.2",
"version": "0.122.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -58,8 +58,8 @@
"randombytes": "*"
},
"dependencies": {
"@0xflair/common": "^0.121.2",
"@0xflair/contracts-registry": "^0.121.2",
"@0xflair/common": "^0.122.0",
"@0xflair/contracts-registry": "^0.122.0",
"axios": "^0.26.1",
"ethers": "^5.6.5",
"randombytes": "^2.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-address-lists/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.

# 0.122.0 (2022-10-28)


### Features

* use batch rpc provider and enumerate tokens in custody ([8ef20e9](https://github.com/0xflair/typescript-sdk/commit/8ef20e942c614c64dcda05b2d70a8ceb83228c85))





## 0.121.2 (2022-10-27)


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

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

8 changes: 4 additions & 4 deletions packages/react-address-lists/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xflair/react-address-lists",
"version": "0.121.2",
"version": "0.122.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,9 +50,9 @@
"react-dom": "^16 || ^17 || ^18"
},
"dependencies": {
"@0xflair/common": "^0.121.2",
"@0xflair/react-common": "^0.121.2",
"@0xflair/react-wallet": "^0.121.2",
"@0xflair/common": "^0.122.0",
"@0xflair/react-common": "^0.122.0",
"@0xflair/react-wallet": "^0.122.0",
"axios": "^0.26.1"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/react-coingecko/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.

# 0.122.0 (2022-10-28)


### Features

* use batch rpc provider and enumerate tokens in custody ([8ef20e9](https://github.com/0xflair/typescript-sdk/commit/8ef20e942c614c64dcda05b2d70a8ceb83228c85))





## 0.121.2 (2022-10-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-coingecko/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/react-coingecko/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xflair/react-coingecko",
"version": "0.121.2",
"version": "0.122.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -67,8 +67,8 @@
"wagmi": "*"
},
"dependencies": {
"@0xflair/common": "^0.121.2",
"@0xflair/react-common": "^0.121.2",
"@0xflair/common": "^0.122.0",
"@0xflair/react-common": "^0.122.0",
"@wagmi/core": "^0.2.5",
"axios": "^0.26.1",
"ethers": "^5.6.5",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-common/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.

# 0.122.0 (2022-10-28)


### Features

* use batch rpc provider and enumerate tokens in custody ([8ef20e9](https://github.com/0xflair/typescript-sdk/commit/8ef20e942c614c64dcda05b2d70a8ceb83228c85))





## 0.121.2 (2022-10-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-common/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/react-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xflair/react-common",
"version": "0.121.2",
"version": "0.122.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -79,8 +79,8 @@
"wagmi": "*"
},
"dependencies": {
"@0xflair/common": "^0.121.2",
"@0xflair/contracts-registry": "^0.121.2",
"@0xflair/common": "^0.122.0",
"@0xflair/contracts-registry": "^0.122.0",
"@tanstack/query-sync-storage-persister": "^4.0.10",
"@tanstack/react-query-persist-client": "^4.0.10",
"@wagmi/core": "^0.2.5",
Expand Down

0 comments on commit ae2f789

Please sign in to comment.