Skip to content

Commit 073a1b1

Browse files
author
Aleksandr Sozinov
committed
chore: bump versions after release
1 parent 756ebf3 commit 073a1b1

Some content is hidden

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

76 files changed

+460
-115
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.13](https://github.com/rarible/sdk/compare/v0.13.68-fix.12...v0.13.68-fix.13) (2024-03-21)
7+
8+
9+
### Features
10+
11+
* **PLTF-341:** check init gamisodes collection ([#600](https://github.com/rarible/sdk/issues/600)) ([d5ad6ce](https://github.com/rarible/sdk/commit/d5ad6cef6ba053c43f46ee55e2d7c67c049bbe6f))
12+
* **PLTF-353:** get balances for eclipse ([#610](https://github.com/rarible/sdk/issues/610)) ([756ebf3](https://github.com/rarible/sdk/commit/756ebf3785488c9ccc55c0ed6b7fa56e05f014df))
13+
14+
15+
16+
17+
618
## [0.13.68-fix.12](https://github.com/rarible/sdk/compare/v0.13.68-fix.11...v0.13.68-fix.12) (2024-03-08)
719

820

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.12",
5+
"version": "0.13.68-fix.13",
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.13](https://github.com/rarible/sdk/compare/v0.13.68-fix.12...v0.13.68-fix.13) (2024-03-21)
7+
8+
**Note:** Version bump only for package @rarible/connector-beacon
9+
10+
11+
12+
13+
614
## [0.13.68-fix.12](https://github.com/rarible/sdk/compare/v0.13.68-fix.11...v0.13.68-fix.12) (2024-03-08)
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.12",
3+
"version": "0.13.68-fix.13",
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.12",
17+
"@rarible/connector": "^0.13.68-fix.13",
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.13](https://github.com/rarible/sdk/compare/v0.13.68-fix.12...v0.13.68-fix.13) (2024-03-21)
7+
8+
**Note:** Version bump only for package @rarible/connector-fcl
9+
10+
11+
12+
13+
614
## [0.13.68-fix.12](https://github.com/rarible/sdk/compare/v0.13.68-fix.11...v0.13.68-fix.12) (2024-03-08)
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.12",
3+
"version": "0.13.68-fix.13",
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.12"
18+
"@rarible/connector": "^0.13.68-fix.13"
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.13](https://github.com/rarible/sdk/compare/v0.13.68-fix.12...v0.13.68-fix.13) (2024-03-21)
7+
8+
**Note:** Version bump only for package @rarible/connector-firebase-apple
9+
10+
11+
12+
13+
614
## [0.13.68-fix.12](https://github.com/rarible/sdk/compare/v0.13.68-fix.11...v0.13.68-fix.12) (2024-03-08)
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.12",
3+
"version": "0.13.68-fix.13",
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.12",
23+
"@rarible/connector": "^0.13.68-fix.13",
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.13](https://github.com/rarible/sdk/compare/v0.13.68-fix.12...v0.13.68-fix.13) (2024-03-21)
7+
8+
**Note:** Version bump only for package @rarible/connector-firebase-email
9+
10+
11+
12+
13+
614
## [0.13.68-fix.12](https://github.com/rarible/sdk/compare/v0.13.68-fix.11...v0.13.68-fix.12) (2024-03-08)
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.12",
3+
"version": "0.13.68-fix.13",
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.12",
23+
"@rarible/connector": "^0.13.68-fix.13",
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.13](https://github.com/rarible/sdk/compare/v0.13.68-fix.12...v0.13.68-fix.13) (2024-03-21)
7+
8+
**Note:** Version bump only for package @rarible/connector-firebase
9+
10+
11+
12+
13+
614
## [0.13.68-fix.12](https://github.com/rarible/sdk/compare/v0.13.68-fix.11...v0.13.68-fix.12) (2024-03-08)
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.12",
3+
"version": "0.13.68-fix.13",
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.12",
23+
"@rarible/connector": "^0.13.68-fix.13",
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.13](https://github.com/rarible/sdk/compare/v0.13.68-fix.12...v0.13.68-fix.13) (2024-03-21)
7+
8+
**Note:** Version bump only for package @rarible/connector-fortmatic
9+
10+
11+
12+
13+
614
## [0.13.68-fix.12](https://github.com/rarible/sdk/compare/v0.13.68-fix.11...v0.13.68-fix.12) (2024-03-08)
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.12",
3+
"version": "0.13.68-fix.13",
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.12",
17+
"@rarible/connector": "^0.13.68-fix.13",
1818
"fortmatic": "^2.2.1"
1919
},
2020
"devDependencies": {

packages/connectors/connector-helper/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.13](https://github.com/rarible/sdk/compare/v0.13.68-fix.12...v0.13.68-fix.13) (2024-03-21)
7+
8+
9+
### Features
10+
11+
* **PLTF-353:** get balances for eclipse ([#610](https://github.com/rarible/sdk/issues/610)) ([756ebf3](https://github.com/rarible/sdk/commit/756ebf3785488c9ccc55c0ed6b7fa56e05f014df))
12+
13+
14+
15+
16+
617
## [0.13.68-fix.12](https://github.com/rarible/sdk/compare/v0.13.68-fix.11...v0.13.68-fix.12) (2024-03-08)
718

819
**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.12",
3+
"version": "0.13.68-fix.13",
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.12",
20-
"@rarible/connector-beacon": "^0.13.68-fix.12",
21-
"@rarible/connector-fcl": "^0.13.68-fix.12",
22-
"@rarible/connector-mattel": "^0.13.68-fix.12",
19+
"@rarible/connector": "^0.13.68-fix.13",
20+
"@rarible/connector-beacon": "^0.13.68-fix.13",
21+
"@rarible/connector-fcl": "^0.13.68-fix.13",
22+
"@rarible/connector-mattel": "^0.13.68-fix.13",
2323
"@rarible/estimate-middleware": "~0.9.6",
24-
"@rarible/sdk-common": "^0.13.68-fix.12",
25-
"@rarible/sdk-wallet": "^0.13.68-fix.12",
24+
"@rarible/sdk-common": "^0.13.68-fix.13",
25+
"@rarible/sdk-wallet": "^0.13.68-fix.13",
2626
"@rarible/tezos-sdk": "0.1.46",
27-
"@rarible/web3-ethereum": "^0.13.68-fix.12"
27+
"@rarible/web3-ethereum": "^0.13.68-fix.13"
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.13](https://github.com/rarible/sdk/compare/v0.13.68-fix.12...v0.13.68-fix.13) (2024-03-21)
7+
8+
**Note:** Version bump only for package @rarible/connector-iframe
9+
10+
11+
12+
13+
614
## [0.13.68-fix.12](https://github.com/rarible/sdk/compare/v0.13.68-fix.11...v0.13.68-fix.12) (2024-03-08)
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.12",
3+
"version": "0.13.68-fix.13",
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.12"
18+
"@rarible/connector": "^0.13.68-fix.13"
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.13](https://github.com/rarible/sdk/compare/v0.13.68-fix.12...v0.13.68-fix.13) (2024-03-21)
7+
8+
**Note:** Version bump only for package @rarible/connector-immutablex-link
9+
10+
11+
12+
13+
614
## [0.13.68-fix.12](https://github.com/rarible/sdk/compare/v0.13.68-fix.11...v0.13.68-fix.12) (2024-03-08)
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.12",
3+
"version": "0.13.68-fix.13",
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.12",
19-
"@rarible/connector-helper": "^0.13.68-fix.12",
18+
"@rarible/connector": "^0.13.68-fix.13",
19+
"@rarible/connector-helper": "^0.13.68-fix.13",
2020
"@rarible/immutable-wallet": "^0.13.65"
2121
},
2222
"devDependencies": {

packages/connectors/connector-mattel/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.13](https://github.com/rarible/sdk/compare/v0.13.68-fix.12...v0.13.68-fix.13) (2024-03-21)
7+
8+
9+
### Features
10+
11+
* **PLTF-353:** get balances for eclipse ([#610](https://github.com/rarible/sdk/issues/610)) ([756ebf3](https://github.com/rarible/sdk/commit/756ebf3785488c9ccc55c0ed6b7fa56e05f014df))
12+
13+
14+
15+
16+
617
## [0.13.68-fix.12](https://github.com/rarible/sdk/compare/v0.13.68-fix.11...v0.13.68-fix.12) (2024-03-08)
718

819
**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.12",
3+
"version": "0.13.68-fix.13",
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.12",
22+
"@rarible/connector": "^0.13.68-fix.13",
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.13](https://github.com/rarible/sdk/compare/v0.13.68-fix.12...v0.13.68-fix.13) (2024-03-21)
7+
8+
**Note:** Version bump only for package @rarible/connector-nfid
9+
10+
11+
12+
13+
614
## [0.13.68-fix.12](https://github.com/rarible/sdk/compare/v0.13.68-fix.11...v0.13.68-fix.12) (2024-03-08)
715

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

0 commit comments

Comments
 (0)