Skip to content

Commit 936a9b1

Browse files
author
Aleksandr Sozinov
committed
chore: bump versions after release
1 parent a23b740 commit 936a9b1

File tree

78 files changed

+459
-122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+459
-122
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.68-fix.19](https://github.com/rarible/sdk/compare/v0.13.68-fix.18...v0.13.68-fix.19) (2024-04-16)
7+
8+
9+
### Bug Fixes
10+
11+
* add logs for transaction failing ([#614](https://github.com/rarible/sdk/issues/614)) ([a23b740](https://github.com/rarible/sdk/commit/a23b740bdf4a67b730faa1f85b9d7a7f1049f4f3))
12+
13+
14+
### Features
15+
16+
* **PLTF-387:** support amoy polygon ([#616](https://github.com/rarible/sdk/issues/616)) ([ffe991b](https://github.com/rarible/sdk/commit/ffe991b6c87a5dc4937e6d4ee71bdbdc97608460))
17+
18+
19+
20+
21+
622
## [0.13.68-fix.18](https://github.com/rarible/sdk/compare/v0.13.68-fix.17...v0.13.68-fix.18) (2024-04-13)
723

824

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/**/*"
44
],
5-
"version": "0.13.68-fix.18",
5+
"version": "0.13.68-fix.19",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/connectors/connector-beacon/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.68-fix.19](https://github.com/rarible/sdk/compare/v0.13.68-fix.18...v0.13.68-fix.19) (2024-04-16)
7+
8+
**Note:** Version bump only for package @rarible/connector-beacon
9+
10+
11+
12+
13+
614
## [0.13.68-fix.18](https://github.com/rarible/sdk/compare/v0.13.68-fix.17...v0.13.68-fix.18) (2024-04-13)
715

816
**Note:** Version bump only for package @rarible/connector-beacon

packages/connectors/connector-beacon/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rarible/connector-beacon",
3-
"version": "0.13.68-fix.18",
3+
"version": "0.13.68-fix.19",
44
"homepage": "",
55
"license": "ISC",
66
"main": "build/index.js",
@@ -14,7 +14,7 @@
1414
"verify": "tsc --noEmit --project tsconfig-build.json"
1515
},
1616
"dependencies": {
17-
"@rarible/connector": "^0.13.68-fix.18",
17+
"@rarible/connector": "^0.13.68-fix.19",
1818
"@taquito/beacon-wallet": "^12.0.3",
1919
"@taquito/taquito": "^12.0.0"
2020
},

packages/connectors/connector-fcl/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.68-fix.19](https://github.com/rarible/sdk/compare/v0.13.68-fix.18...v0.13.68-fix.19) (2024-04-16)
7+
8+
**Note:** Version bump only for package @rarible/connector-fcl
9+
10+
11+
12+
13+
614
## [0.13.68-fix.18](https://github.com/rarible/sdk/compare/v0.13.68-fix.17...v0.13.68-fix.18) (2024-04-13)
715

816
**Note:** Version bump only for package @rarible/connector-fcl

packages/connectors/connector-fcl/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rarible/connector-fcl",
3-
"version": "0.13.68-fix.18",
3+
"version": "0.13.68-fix.19",
44
"homepage": "",
55
"license": "ISC",
66
"main": "build/index.js",
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@onflow/fcl": "~1.3.2",
18-
"@rarible/connector": "^0.13.68-fix.18"
18+
"@rarible/connector": "^0.13.68-fix.19"
1919
},
2020
"devDependencies": {
2121
"@types/jest": "^27.0.2",

packages/connectors/connector-firebase-apple/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.68-fix.19](https://github.com/rarible/sdk/compare/v0.13.68-fix.18...v0.13.68-fix.19) (2024-04-16)
7+
8+
**Note:** Version bump only for package @rarible/connector-firebase-apple
9+
10+
11+
12+
13+
614
## [0.13.68-fix.18](https://github.com/rarible/sdk/compare/v0.13.68-fix.17...v0.13.68-fix.18) (2024-04-13)
715

816
**Note:** Version bump only for package @rarible/connector-firebase-apple

packages/connectors/connector-firebase-apple/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rarible/connector-firebase-apple",
3-
"version": "0.13.68-fix.18",
3+
"version": "0.13.68-fix.19",
44
"homepage": "",
55
"license": "ISC",
66
"main": "build/index.js",
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@firebase/app": "^0.9.22",
2222
"@firebase/auth": "^1.3.2",
23-
"@rarible/connector": "^0.13.68-fix.18",
23+
"@rarible/connector": "^0.13.68-fix.19",
2424
"@web3auth/base-provider": "7.2.0",
2525
"@web3auth/ethereum-provider": "7.2.0",
2626
"@web3auth/no-modal": "7.2.0",

packages/connectors/connector-firebase-email/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.68-fix.19](https://github.com/rarible/sdk/compare/v0.13.68-fix.18...v0.13.68-fix.19) (2024-04-16)
7+
8+
**Note:** Version bump only for package @rarible/connector-firebase-email
9+
10+
11+
12+
13+
614
## [0.13.68-fix.18](https://github.com/rarible/sdk/compare/v0.13.68-fix.17...v0.13.68-fix.18) (2024-04-13)
715

816
**Note:** Version bump only for package @rarible/connector-firebase-email

packages/connectors/connector-firebase-email/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rarible/connector-firebase-email",
3-
"version": "0.13.68-fix.18",
3+
"version": "0.13.68-fix.19",
44
"homepage": "",
55
"license": "ISC",
66
"main": "build/index.js",
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@firebase/app": "^0.9.22",
2222
"@firebase/auth": "^1.3.2",
23-
"@rarible/connector": "^0.13.68-fix.18",
23+
"@rarible/connector": "^0.13.68-fix.19",
2424
"@web3auth/base-provider": "7.2.0",
2525
"@web3auth/ethereum-provider": "7.2.0",
2626
"@web3auth/no-modal": "7.2.0",

packages/connectors/connector-firebase/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.68-fix.19](https://github.com/rarible/sdk/compare/v0.13.68-fix.18...v0.13.68-fix.19) (2024-04-16)
7+
8+
**Note:** Version bump only for package @rarible/connector-firebase
9+
10+
11+
12+
13+
614
## [0.13.68-fix.18](https://github.com/rarible/sdk/compare/v0.13.68-fix.17...v0.13.68-fix.18) (2024-04-13)
715

816
**Note:** Version bump only for package @rarible/connector-firebase

packages/connectors/connector-firebase/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rarible/connector-firebase",
3-
"version": "0.13.68-fix.18",
3+
"version": "0.13.68-fix.19",
44
"homepage": "",
55
"license": "ISC",
66
"main": "build/index.js",
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@firebase/app": "^0.9.22",
2222
"@firebase/auth": "^1.3.2",
23-
"@rarible/connector": "^0.13.68-fix.18",
23+
"@rarible/connector": "^0.13.68-fix.19",
2424
"@web3auth/base-provider": "7.2.0",
2525
"@web3auth/ethereum-provider": "7.2.0",
2626
"@web3auth/no-modal": "7.2.0",

packages/connectors/connector-fortmatic/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.68-fix.19](https://github.com/rarible/sdk/compare/v0.13.68-fix.18...v0.13.68-fix.19) (2024-04-16)
7+
8+
**Note:** Version bump only for package @rarible/connector-fortmatic
9+
10+
11+
12+
13+
614
## [0.13.68-fix.18](https://github.com/rarible/sdk/compare/v0.13.68-fix.17...v0.13.68-fix.18) (2024-04-13)
715

816
**Note:** Version bump only for package @rarible/connector-fortmatic

packages/connectors/connector-fortmatic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rarible/connector-fortmatic",
3-
"version": "0.13.68-fix.18",
3+
"version": "0.13.68-fix.19",
44
"homepage": "",
55
"license": "ISC",
66
"main": "build/index.js",
@@ -14,7 +14,7 @@
1414
"verify": "tsc --noEmit --project tsconfig-build.json"
1515
},
1616
"dependencies": {
17-
"@rarible/connector": "^0.13.68-fix.18",
17+
"@rarible/connector": "^0.13.68-fix.19",
1818
"fortmatic": "^2.2.1"
1919
},
2020
"devDependencies": {

packages/connectors/connector-helper/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.68-fix.19](https://github.com/rarible/sdk/compare/v0.13.68-fix.18...v0.13.68-fix.19) (2024-04-16)
7+
8+
**Note:** Version bump only for package @rarible/connector-helper
9+
10+
11+
12+
13+
614
## [0.13.68-fix.18](https://github.com/rarible/sdk/compare/v0.13.68-fix.17...v0.13.68-fix.18) (2024-04-13)
715

816
**Note:** Version bump only for package @rarible/connector-helper

packages/connectors/connector-helper/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rarible/connector-helper",
3-
"version": "0.13.68-fix.18",
3+
"version": "0.13.68-fix.19",
44
"homepage": "",
55
"license": "ISC",
66
"main": "build/index.js",
@@ -16,15 +16,15 @@
1616
"dependencies": {
1717
"@imtbl/imx-sdk": "^2.1.1",
1818
"@rarible/api-client": "0.16.5-alpha.10",
19-
"@rarible/connector": "^0.13.68-fix.18",
20-
"@rarible/connector-beacon": "^0.13.68-fix.18",
21-
"@rarible/connector-fcl": "^0.13.68-fix.18",
22-
"@rarible/connector-mattel": "^0.13.68-fix.18",
19+
"@rarible/connector": "^0.13.68-fix.19",
20+
"@rarible/connector-beacon": "^0.13.68-fix.19",
21+
"@rarible/connector-fcl": "^0.13.68-fix.19",
22+
"@rarible/connector-mattel": "^0.13.68-fix.19",
2323
"@rarible/estimate-middleware": "~0.9.6",
24-
"@rarible/sdk-common": "^0.13.68-fix.18",
25-
"@rarible/sdk-wallet": "^0.13.68-fix.18",
24+
"@rarible/sdk-common": "^0.13.68-fix.19",
25+
"@rarible/sdk-wallet": "^0.13.68-fix.19",
2626
"@rarible/tezos-sdk": "0.1.46",
27-
"@rarible/web3-ethereum": "^0.13.68-fix.18"
27+
"@rarible/web3-ethereum": "^0.13.68-fix.19"
2828
},
2929
"peerDependencies": {
3030
"rxjs": ">= 6.6.7 < 8.0.0",

packages/connectors/connector-iframe/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.68-fix.19](https://github.com/rarible/sdk/compare/v0.13.68-fix.18...v0.13.68-fix.19) (2024-04-16)
7+
8+
**Note:** Version bump only for package @rarible/connector-iframe
9+
10+
11+
12+
13+
614
## [0.13.68-fix.18](https://github.com/rarible/sdk/compare/v0.13.68-fix.17...v0.13.68-fix.18) (2024-04-13)
715

816
**Note:** Version bump only for package @rarible/connector-iframe

packages/connectors/connector-iframe/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rarible/connector-iframe",
3-
"version": "0.13.68-fix.18",
3+
"version": "0.13.68-fix.19",
44
"homepage": "",
55
"license": "ISC",
66
"main": "build/index.js",
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@ledgerhq/iframe-provider": "^0.4.2",
18-
"@rarible/connector": "^0.13.68-fix.18"
18+
"@rarible/connector": "^0.13.68-fix.19"
1919
},
2020
"devDependencies": {
2121
"@types/jest": "^27.0.2",

packages/connectors/connector-immutablex-link/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.68-fix.19](https://github.com/rarible/sdk/compare/v0.13.68-fix.18...v0.13.68-fix.19) (2024-04-16)
7+
8+
**Note:** Version bump only for package @rarible/connector-immutablex-link
9+
10+
11+
12+
13+
614
## [0.13.68-fix.18](https://github.com/rarible/sdk/compare/v0.13.68-fix.17...v0.13.68-fix.18) (2024-04-13)
715

816
**Note:** Version bump only for package @rarible/connector-immutablex-link

packages/connectors/connector-immutablex-link/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rarible/connector-immutablex-link",
3-
"version": "0.13.68-fix.18",
3+
"version": "0.13.68-fix.19",
44
"homepage": "",
55
"license": "ISC",
66
"main": "build/index.js",
@@ -15,8 +15,8 @@
1515
},
1616
"dependencies": {
1717
"@imtbl/imx-sdk": "^2.1.1",
18-
"@rarible/connector": "^0.13.68-fix.18",
19-
"@rarible/connector-helper": "^0.13.68-fix.18",
18+
"@rarible/connector": "^0.13.68-fix.19",
19+
"@rarible/connector-helper": "^0.13.68-fix.19",
2020
"@rarible/immutable-wallet": "^0.13.65"
2121
},
2222
"devDependencies": {

packages/connectors/connector-mattel/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.68-fix.19](https://github.com/rarible/sdk/compare/v0.13.68-fix.18...v0.13.68-fix.19) (2024-04-16)
7+
8+
**Note:** Version bump only for package @rarible/connector-mattel
9+
10+
11+
12+
13+
614
## [0.13.68-fix.18](https://github.com/rarible/sdk/compare/v0.13.68-fix.17...v0.13.68-fix.18) (2024-04-13)
715

816
**Note:** Version bump only for package @rarible/connector-mattel

packages/connectors/connector-mattel/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rarible/connector-mattel",
3-
"version": "0.13.68-fix.18",
3+
"version": "0.13.68-fix.19",
44
"homepage": "",
55
"license": "ISC",
66
"main": "build/index.js",
@@ -19,7 +19,7 @@
1919
"@magic-ext/oidc": "~1.3.0",
2020
"@onflow/fcl": "~1.3.2",
2121
"@rarible/api-client": "0.16.5-alpha.10",
22-
"@rarible/connector": "^0.13.68-fix.18",
22+
"@rarible/connector": "^0.13.68-fix.19",
2323
"@rarible/types": "~0.9.25",
2424
"magic-sdk": "~18.4.1"
2525
},

packages/connectors/connector-nfid/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.68-fix.19](https://github.com/rarible/sdk/compare/v0.13.68-fix.18...v0.13.68-fix.19) (2024-04-16)
7+
8+
**Note:** Version bump only for package @rarible/connector-nfid
9+
10+
11+
12+
13+
614
## [0.13.68-fix.18](https://github.com/rarible/sdk/compare/v0.13.68-fix.17...v0.13.68-fix.18) (2024-04-13)
715

816
**Note:** Version bump only for package @rarible/connector-nfid

packages/connectors/connector-nfid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rarible/connector-nfid",
3-
"version": "0.13.68-fix.18",
3+
"version": "0.13.68-fix.19",
44
"license": "ISC",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@nfid/embed": "0.0.5-alpha.0",
17-
"@rarible/connector": "^0.13.68-fix.18",
17+
"@rarible/connector": "^0.13.68-fix.19",
1818
"ethers": "^5.7.2",
1919
"rollup": "^2.0.0"
2020
},

0 commit comments

Comments
 (0)