Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aramalipoor committed Mar 30, 2022
1 parent 599a81e commit edca3e8
Show file tree
Hide file tree
Showing 26 changed files with 132 additions and 33 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.11.8 (2022-03-30)


### Bug Fixes

* consistent typing for sticky state hook ([599a81e](https://github.com/0xflair/typescript-sdk/commit/599a81e670901f8015853d6f0f64f16f55fd2151))





## 0.11.7 (2022-03-30)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.11.7",
"version": "0.11.8",
"command": {
"version": {
"ignoreChanges": [
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.11.8 (2022-03-30)


### Bug Fixes

* consistent typing for sticky state hook ([599a81e](https://github.com/0xflair/typescript-sdk/commit/599a81e670901f8015853d6f0f64f16f55fd2151))





## 0.11.7 (2022-03-30)


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.11.7",
"version": "0.11.8",
"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.11.8 (2022-03-30)


### Bug Fixes

* consistent typing for sticky state hook ([599a81e](https://github.com/0xflair/typescript-sdk/commit/599a81e670901f8015853d6f0f64f16f55fd2151))





## 0.11.7 (2022-03-30)


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.

16 changes: 8 additions & 8 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.11.7",
"version": "0.11.8",
"private": false,
"repository": {
"type": "git",
Expand All @@ -25,13 +25,13 @@
]
},
"dependencies": {
"@0xflair/contracts-registry": "^0.11.7",
"@0xflair/react-common": "^0.11.7",
"@0xflair/react-contracts": "^0.11.7",
"@0xflair/react-crypto-prices": "^0.11.7",
"@0xflair/react-dashboard": "^0.11.7",
"@0xflair/react-ipfs": "^0.11.7",
"@0xflair/react-wallet": "^0.11.7",
"@0xflair/contracts-registry": "^0.11.8",
"@0xflair/react-common": "^0.11.8",
"@0xflair/react-contracts": "^0.11.8",
"@0xflair/react-crypto-prices": "^0.11.8",
"@0xflair/react-dashboard": "^0.11.8",
"@0xflair/react-ipfs": "^0.11.8",
"@0xflair/react-wallet": "^0.11.8",
"@ethersproject/bignumber": "^5.6.0",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
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.11.8 (2022-03-30)


### Bug Fixes

* consistent typing for sticky state hook ([599a81e](https://github.com/0xflair/typescript-sdk/commit/599a81e670901f8015853d6f0f64f16f55fd2151))





## 0.11.7 (2022-03-30)


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.

2 changes: 1 addition & 1 deletion 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.11.7",
"version": "0.11.8",
"private": false,
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-contracts/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.11.8 (2022-03-30)


### Bug Fixes

* consistent typing for sticky state hook ([599a81e](https://github.com/0xflair/typescript-sdk/commit/599a81e670901f8015853d6f0f64f16f55fd2151))





## 0.11.7 (2022-03-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-contracts/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-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xflair/react-contracts",
"version": "0.11.7",
"version": "0.11.8",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -58,10 +58,10 @@
"wagmi": "^0.2.21"
},
"devDependencies": {
"@0xflair/contracts-registry": "^0.11.7",
"@0xflair/contracts-registry": "^0.11.8",
"@0xflair/evm-contracts": "^1.1.3",
"@0xflair/react-common": "^0.11.7",
"@0xflair/react-wallet": "^0.11.7",
"@0xflair/react-common": "^0.11.8",
"@0xflair/react-wallet": "^0.11.8",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@rollup/plugin-commonjs": "^21.0.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-crypto-prices/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.11.8 (2022-03-30)


### Bug Fixes

* consistent typing for sticky state hook ([599a81e](https://github.com/0xflair/typescript-sdk/commit/599a81e670901f8015853d6f0f64f16f55fd2151))





## 0.11.7 (2022-03-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-crypto-prices/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/react-crypto-prices/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xflair/react-crypto-prices",
"version": "0.11.7",
"version": "0.11.8",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -64,7 +64,7 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@0xflair/react-common": "^0.11.7",
"@0xflair/react-common": "^0.11.8",
"@ethersproject/bignumber": "^5.6.0",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-dashboard/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.11.8 (2022-03-30)


### Bug Fixes

* consistent typing for sticky state hook ([599a81e](https://github.com/0xflair/typescript-sdk/commit/599a81e670901f8015853d6f0f64f16f55fd2151))





## 0.11.7 (2022-03-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-dashboard/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-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xflair/react-dashboard",
"version": "0.11.7",
"version": "0.11.8",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -67,8 +67,8 @@
"wagmi": "^0.2.21"
},
"devDependencies": {
"@0xflair/react-crypto-prices": "^0.11.7",
"@0xflair/react-wallet": "^0.11.7",
"@0xflair/react-crypto-prices": "^0.11.8",
"@0xflair/react-wallet": "^0.11.8",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@rollup/plugin-commonjs": "^21.0.2",
Expand Down Expand Up @@ -112,6 +112,6 @@
"webpack": "^5.70.0"
},
"dependencies": {
"@0xflair/react-common": "^0.11.7"
"@0xflair/react-common": "^0.11.8"
}
}
11 changes: 11 additions & 0 deletions packages/react-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.11.8 (2022-03-30)


### Bug Fixes

* consistent typing for sticky state hook ([599a81e](https://github.com/0xflair/typescript-sdk/commit/599a81e670901f8015853d6f0f64f16f55fd2151))





## 0.11.7 (2022-03-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-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/react-ipfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xflair/react-ipfs",
"version": "0.11.7",
"version": "0.11.8",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -97,6 +97,6 @@
"webpack": "^5.70.0"
},
"dependencies": {
"@0xflair/react-common": "^0.11.7"
"@0xflair/react-common": "^0.11.8"
}
}
11 changes: 11 additions & 0 deletions packages/react-wallet/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.11.8 (2022-03-30)


### Bug Fixes

* consistent typing for sticky state hook ([599a81e](https://github.com/0xflair/typescript-sdk/commit/599a81e670901f8015853d6f0f64f16f55fd2151))





## 0.11.7 (2022-03-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-wallet/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/react-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xflair/react-wallet",
"version": "0.11.7",
"version": "0.11.8",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -103,6 +103,6 @@
"webpack": "^5.70.0"
},
"dependencies": {
"@0xflair/react-common": "^0.11.7"
"@0xflair/react-common": "^0.11.8"
}
}

0 comments on commit edca3e8

Please sign in to comment.