Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aramalipoor committed Nov 12, 2022
1 parent 0eeebb4 commit f3c4b4b
Show file tree
Hide file tree
Showing 59 changed files with 334 additions and 114 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
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.123.1 (2022-11-12)


### Bug Fixes

* remove duplicate token ids in streams ([0eeebb4](https://github.com/0xflair/typescript-sdk/commit/0eeebb4e526efc001a48b3031450fc84820eb9a6))





# 0.123.0 (2022-11-08)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"src"
],
"version": "0.123.0",
"version": "0.123.1",
"command": {
"version": {
"ignoreChanges": [
Expand Down
11 changes: 11 additions & 0 deletions packages/common/CHANGELOG.md
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.123.1 (2022-11-12)


### Bug Fixes

* remove duplicate token ids in streams ([0eeebb4](https://github.com/0xflair/typescript-sdk/commit/0eeebb4e526efc001a48b3031450fc84820eb9a6))





# 0.123.0 (2022-11-08)


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
@@ -1,6 +1,6 @@
{
"name": "@0xflair/common",
"version": "0.123.0",
"version": "0.123.1",
"private": false,
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/contracts-registry/CHANGELOG.md
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.123.1 (2022-11-12)


### Bug Fixes

* remove duplicate token ids in streams ([0eeebb4](https://github.com/0xflair/typescript-sdk/commit/0eeebb4e526efc001a48b3031450fc84820eb9a6))





# 0.123.0 (2022-11-08)


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
@@ -1,6 +1,6 @@
{
"name": "@0xflair/contracts-registry",
"version": "0.123.0",
"version": "0.123.1",
"private": false,
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/flair-sdk/CHANGELOG.md
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.123.1 (2022-11-12)


### Bug Fixes

* remove duplicate token ids in streams ([0eeebb4](https://github.com/0xflair/typescript-sdk/commit/0eeebb4e526efc001a48b3031450fc84820eb9a6))





# 0.123.0 (2022-11-08)


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
@@ -1,6 +1,6 @@
{
"name": "flair-sdk",
"version": "0.123.0",
"version": "0.123.1",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -144,23 +144,23 @@
"@types/react-dom": "^18.0.5"
},
"dependencies": {
"@0xflair/common": "^0.123.0",
"@0xflair/contracts-registry": "^0.123.0",
"@0xflair/ipfs": "^0.123.0",
"@0xflair/meta-transactions": "^0.123.0",
"@0xflair/react-address-lists": "^0.123.0",
"@0xflair/react-coingecko": "^0.123.0",
"@0xflair/react-common": "^0.123.0",
"@0xflair/react-contract-verification": "^0.123.0",
"@0xflair/react-data-query": "^0.123.0",
"@0xflair/react-icons": "^0.123.0",
"@0xflair/react-ipfs": "^0.123.0",
"@0xflair/react-meta-transactions": "^0.123.0",
"@0xflair/react-nft-collections": "^0.123.0",
"@0xflair/react-openzeppelin": "^0.123.0",
"@0xflair/react-token-streams": "^0.123.0",
"@0xflair/react-ui": "^0.123.0",
"@0xflair/react-wallet": "^0.123.0",
"@0xflair/common": "^0.123.1",
"@0xflair/contracts-registry": "^0.123.1",
"@0xflair/ipfs": "^0.123.1",
"@0xflair/meta-transactions": "^0.123.1",
"@0xflair/react-address-lists": "^0.123.1",
"@0xflair/react-coingecko": "^0.123.1",
"@0xflair/react-common": "^0.123.1",
"@0xflair/react-contract-verification": "^0.123.1",
"@0xflair/react-data-query": "^0.123.1",
"@0xflair/react-icons": "^0.123.1",
"@0xflair/react-ipfs": "^0.123.1",
"@0xflair/react-meta-transactions": "^0.123.1",
"@0xflair/react-nft-collections": "^0.123.1",
"@0xflair/react-openzeppelin": "^0.123.1",
"@0xflair/react-token-streams": "^0.123.1",
"@0xflair/react-ui": "^0.123.1",
"@0xflair/react-wallet": "^0.123.1",
"@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
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.123.1 (2022-11-12)


### Bug Fixes

* remove duplicate token ids in streams ([0eeebb4](https://github.com/0xflair/typescript-sdk/commit/0eeebb4e526efc001a48b3031450fc84820eb9a6))





# 0.123.0 (2022-11-08)


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
@@ -1,6 +1,6 @@
{
"name": "@0xflair/ipfs",
"version": "0.123.0",
"version": "0.123.1",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,7 +50,7 @@
"ethers": "*"
},
"dependencies": {
"@0xflair/common": "^0.123.0",
"@0xflair/common": "^0.123.1",
"axios": "^0.26.1",
"ethers": "^5.6.5"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/meta-transactions/CHANGELOG.md
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.123.1 (2022-11-12)


### Bug Fixes

* remove duplicate token ids in streams ([0eeebb4](https://github.com/0xflair/typescript-sdk/commit/0eeebb4e526efc001a48b3031450fc84820eb9a6))





# 0.123.0 (2022-11-08)


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
@@ -1,6 +1,6 @@
{
"name": "@0xflair/meta-transactions",
"version": "0.123.0",
"version": "0.123.1",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -58,8 +58,8 @@
"randombytes": "*"
},
"dependencies": {
"@0xflair/common": "^0.123.0",
"@0xflair/contracts-registry": "^0.123.0",
"@0xflair/common": "^0.123.1",
"@0xflair/contracts-registry": "^0.123.1",
"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
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.123.1 (2022-11-12)


### Bug Fixes

* remove duplicate token ids in streams ([0eeebb4](https://github.com/0xflair/typescript-sdk/commit/0eeebb4e526efc001a48b3031450fc84820eb9a6))





# 0.123.0 (2022-11-08)


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
@@ -1,6 +1,6 @@
{
"name": "@0xflair/react-address-lists",
"version": "0.123.0",
"version": "0.123.1",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,9 +50,9 @@
"react-dom": "^16 || ^17 || ^18"
},
"dependencies": {
"@0xflair/common": "^0.123.0",
"@0xflair/react-common": "^0.123.0",
"@0xflair/react-wallet": "^0.123.0",
"@0xflair/common": "^0.123.1",
"@0xflair/react-common": "^0.123.1",
"@0xflair/react-wallet": "^0.123.1",
"axios": "^0.26.1"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/react-coingecko/CHANGELOG.md
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.123.1 (2022-11-12)


### Bug Fixes

* remove duplicate token ids in streams ([0eeebb4](https://github.com/0xflair/typescript-sdk/commit/0eeebb4e526efc001a48b3031450fc84820eb9a6))





# 0.123.0 (2022-11-08)


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
@@ -1,6 +1,6 @@
{
"name": "@0xflair/react-coingecko",
"version": "0.123.0",
"version": "0.123.1",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -67,8 +67,8 @@
"wagmi": "*"
},
"dependencies": {
"@0xflair/common": "^0.123.0",
"@0xflair/react-common": "^0.123.0",
"@0xflair/common": "^0.123.1",
"@0xflair/react-common": "^0.123.1",
"@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
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.123.1 (2022-11-12)


### Bug Fixes

* remove duplicate token ids in streams ([0eeebb4](https://github.com/0xflair/typescript-sdk/commit/0eeebb4e526efc001a48b3031450fc84820eb9a6))





# 0.123.0 (2022-11-08)


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
@@ -1,6 +1,6 @@
{
"name": "@0xflair/react-common",
"version": "0.123.0",
"version": "0.123.1",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -79,8 +79,8 @@
"wagmi": "*"
},
"dependencies": {
"@0xflair/common": "^0.123.0",
"@0xflair/contracts-registry": "^0.123.0",
"@0xflair/common": "^0.123.1",
"@0xflair/contracts-registry": "^0.123.1",
"@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 f3c4b4b

Please sign in to comment.