Skip to content

Commit c18f94c

Browse files
author
Aleksandr Sozinov
committed
chore: bump versions after release
1 parent 3a6c1d7 commit c18f94c

File tree

90 files changed

+335
-143
lines changed

Some content is hidden

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

90 files changed

+335
-143
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.49](https://github.com/rarible/sdk/compare/v0.13.68-fix.48...v0.13.68-fix.49) (2024-09-04)
7+
8+
### Bug Fixes
9+
10+
- barbie collection cadence 1.0 update ([3a6c1d7](https://github.com/rarible/sdk/commit/3a6c1d73c3d64283a1dcad3ce116e00675cbbc68))
11+
612
## [0.13.68-fix.48](https://github.com/rarible/sdk/compare/v0.13.68-fix.47...v0.13.68-fix.48) (2024-09-03)
713

814
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/**/*"],
3-
"version": "0.13.68-fix.48",
3+
"version": "0.13.68-fix.49",
44
"npmClient": "yarn",
55
"command": {
66
"publish": {

packages/aptos-sdk/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.49](https://github.com/rarible/sdk/compare/v0.13.68-fix.48...v0.13.68-fix.49) (2024-09-04)
7+
8+
**Note:** Version bump only for package @rarible/aptos-sdk
9+
610
## [0.13.68-fix.48](https://github.com/rarible/sdk/compare/v0.13.68-fix.47...v0.13.68-fix.48) (2024-09-03)
711

812
**Note:** Version bump only for package @rarible/aptos-sdk

packages/aptos-sdk/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rarible/aptos-sdk",
3-
"version": "0.13.68-fix.48",
3+
"version": "0.13.68-fix.49",
44
"keywords": [
55
"solana",
66
"web3"
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@aptos-labs/ts-sdk": "^1.5.1",
29-
"@rarible/aptos-wallet": "^0.13.68-fix.48",
29+
"@rarible/aptos-wallet": "^0.13.68-fix.49",
3030
"@types/node-fetch": "^2.6.1",
3131
"form-data": "^4.0.0"
3232
},

packages/aptos-wallet/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.49](https://github.com/rarible/sdk/compare/v0.13.68-fix.48...v0.13.68-fix.49) (2024-09-04)
7+
8+
**Note:** Version bump only for package @rarible/aptos-wallet
9+
610
## [0.13.68-fix.48](https://github.com/rarible/sdk/compare/v0.13.68-fix.47...v0.13.68-fix.48) (2024-09-03)
711

812
**Note:** Version bump only for package @rarible/aptos-wallet

packages/aptos-wallet/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rarible/aptos-wallet",
3-
"version": "0.13.68-fix.48",
3+
"version": "0.13.68-fix.49",
44
"keywords": [
55
"solana",
66
"web3"
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"@aptos-labs/ts-sdk": "^1.5.1",
5252
"@aptos-labs/wallet-adapter-core": "~4.8.0",
53-
"@rarible/sdk-common": "^0.13.68-fix.48",
53+
"@rarible/sdk-common": "^0.13.68-fix.49",
5454
"@rarible/types": "~0.9.30"
5555
},
5656
"peerDependencies": {

packages/connectors/connector-aptos-wallet-core/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.49](https://github.com/rarible/sdk/compare/v0.13.68-fix.48...v0.13.68-fix.49) (2024-09-04)
7+
8+
**Note:** Version bump only for package @rarible/connector-aptos-wallet-core
9+
610
## [0.13.68-fix.48](https://github.com/rarible/sdk/compare/v0.13.68-fix.47...v0.13.68-fix.48) (2024-09-03)
711

812
**Note:** Version bump only for package @rarible/connector-aptos-wallet-core

packages/connectors/connector-aptos-wallet-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rarible/connector-aptos-wallet-core",
3-
"version": "0.13.68-fix.48",
3+
"version": "0.13.68-fix.49",
44
"homepage": "",
55
"license": "ISC",
66
"main": "build/index.js",
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@aptos-labs/ts-sdk": "^1.5.1",
2020
"@aptos-labs/wallet-adapter-core": "~4.8.0",
21-
"@rarible/connector": "^0.13.68-fix.48",
21+
"@rarible/connector": "^0.13.68-fix.49",
2222
"@rarible/types": "~0.9.30",
2323
"petra-plugin-wallet-adapter": "~0.4.5"
2424
},

packages/connectors/connector-aptos/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.49](https://github.com/rarible/sdk/compare/v0.13.68-fix.48...v0.13.68-fix.49) (2024-09-04)
7+
8+
**Note:** Version bump only for package @rarible/connector-aptos
9+
610
## [0.13.68-fix.48](https://github.com/rarible/sdk/compare/v0.13.68-fix.47...v0.13.68-fix.48) (2024-09-03)
711

812
**Note:** Version bump only for package @rarible/connector-aptos

packages/connectors/connector-aptos/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rarible/connector-aptos",
3-
"version": "0.13.68-fix.48",
3+
"version": "0.13.68-fix.49",
44
"homepage": "",
55
"license": "ISC",
66
"main": "build/index.js",
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@rarible/api-client": "0.18.0-alpha.2",
20-
"@rarible/connector": "^0.13.68-fix.48",
20+
"@rarible/connector": "^0.13.68-fix.49",
2121
"@rarible/types": "~0.9.30"
2222
},
2323
"peerDependencies": {

packages/connectors/connector-beacon/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.49](https://github.com/rarible/sdk/compare/v0.13.68-fix.48...v0.13.68-fix.49) (2024-09-04)
7+
8+
**Note:** Version bump only for package @rarible/connector-beacon
9+
610
## [0.13.68-fix.48](https://github.com/rarible/sdk/compare/v0.13.68-fix.47...v0.13.68-fix.48) (2024-09-03)
711

812
**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.48",
3+
"version": "0.13.68-fix.49",
44
"homepage": "",
55
"license": "ISC",
66
"main": "build/index.js",
@@ -16,7 +16,7 @@
1616
"verify": "tsc --noEmit --project tsconfig-build.json"
1717
},
1818
"dependencies": {
19-
"@rarible/connector": "^0.13.68-fix.48",
19+
"@rarible/connector": "^0.13.68-fix.49",
2020
"@taquito/beacon-wallet": "^12.0.3",
2121
"@taquito/taquito": "^12.0.0"
2222
},

packages/connectors/connector-fcl/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.49](https://github.com/rarible/sdk/compare/v0.13.68-fix.48...v0.13.68-fix.49) (2024-09-04)
7+
8+
**Note:** Version bump only for package @rarible/connector-fcl
9+
610
## [0.13.68-fix.48](https://github.com/rarible/sdk/compare/v0.13.68-fix.47...v0.13.68-fix.48) (2024-09-03)
711

812
**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.48",
3+
"version": "0.13.68-fix.49",
44
"homepage": "",
55
"license": "ISC",
66
"main": "build/index.js",
@@ -16,7 +16,7 @@
1616
"verify": "tsc --noEmit --project tsconfig-build.json"
1717
},
1818
"dependencies": {
19-
"@rarible/connector": "^0.13.68-fix.48"
19+
"@rarible/connector": "^0.13.68-fix.49"
2020
},
2121
"peerDependencies": {
2222
"@onflow/fcl": "^1.4.1",

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

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.49](https://github.com/rarible/sdk/compare/v0.13.68-fix.48...v0.13.68-fix.49) (2024-09-04)
7+
8+
**Note:** Version bump only for package @rarible/connector-firebase-apple
9+
610
## [0.13.68-fix.48](https://github.com/rarible/sdk/compare/v0.13.68-fix.47...v0.13.68-fix.48) (2024-09-03)
711

812
**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.48",
3+
"version": "0.13.68-fix.49",
44
"homepage": "",
55
"license": "ISC",
66
"main": "build/index.js",
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@firebase/app": "^0.9.22",
2424
"@firebase/auth": "^1.3.2",
25-
"@rarible/connector": "^0.13.68-fix.48",
25+
"@rarible/connector": "^0.13.68-fix.49",
2626
"@web3auth/base-provider": "7.2.0",
2727
"@web3auth/ethereum-provider": "7.2.0",
2828
"@web3auth/no-modal": "7.2.0",

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

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.49](https://github.com/rarible/sdk/compare/v0.13.68-fix.48...v0.13.68-fix.49) (2024-09-04)
7+
8+
**Note:** Version bump only for package @rarible/connector-firebase-email
9+
610
## [0.13.68-fix.48](https://github.com/rarible/sdk/compare/v0.13.68-fix.47...v0.13.68-fix.48) (2024-09-03)
711

812
**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.48",
3+
"version": "0.13.68-fix.49",
44
"homepage": "",
55
"license": "ISC",
66
"main": "build/index.js",
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@firebase/app": "^0.9.22",
2424
"@firebase/auth": "^1.3.2",
25-
"@rarible/connector": "^0.13.68-fix.48",
25+
"@rarible/connector": "^0.13.68-fix.49",
2626
"@web3auth/base-provider": "7.2.0",
2727
"@web3auth/ethereum-provider": "7.2.0",
2828
"@web3auth/no-modal": "7.2.0",

packages/connectors/connector-firebase/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.49](https://github.com/rarible/sdk/compare/v0.13.68-fix.48...v0.13.68-fix.49) (2024-09-04)
7+
8+
**Note:** Version bump only for package @rarible/connector-firebase
9+
610
## [0.13.68-fix.48](https://github.com/rarible/sdk/compare/v0.13.68-fix.47...v0.13.68-fix.48) (2024-09-03)
711

812
**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.48",
3+
"version": "0.13.68-fix.49",
44
"homepage": "",
55
"license": "ISC",
66
"main": "build/index.js",
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@firebase/app": "^0.9.22",
2424
"@firebase/auth": "^1.3.2",
25-
"@rarible/connector": "^0.13.68-fix.48",
25+
"@rarible/connector": "^0.13.68-fix.49",
2626
"@web3auth/base-provider": "7.2.0",
2727
"@web3auth/ethereum-provider": "7.2.0",
2828
"@web3auth/no-modal": "7.2.0",

packages/connectors/connector-fortmatic/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.49](https://github.com/rarible/sdk/compare/v0.13.68-fix.48...v0.13.68-fix.49) (2024-09-04)
7+
8+
**Note:** Version bump only for package @rarible/connector-fortmatic
9+
610
## [0.13.68-fix.48](https://github.com/rarible/sdk/compare/v0.13.68-fix.47...v0.13.68-fix.48) (2024-09-03)
711

812
**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.48",
3+
"version": "0.13.68-fix.49",
44
"homepage": "",
55
"license": "ISC",
66
"main": "build/index.js",
@@ -16,7 +16,7 @@
1616
"verify": "tsc --noEmit --project tsconfig-build.json"
1717
},
1818
"dependencies": {
19-
"@rarible/connector": "^0.13.68-fix.48",
19+
"@rarible/connector": "^0.13.68-fix.49",
2020
"fortmatic": "^2.2.1"
2121
},
2222
"peerDependencies": {

packages/connectors/connector-helper/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.49](https://github.com/rarible/sdk/compare/v0.13.68-fix.48...v0.13.68-fix.49) (2024-09-04)
7+
8+
**Note:** Version bump only for package @rarible/connector-helper
9+
610
## [0.13.68-fix.48](https://github.com/rarible/sdk/compare/v0.13.68-fix.47...v0.13.68-fix.48) (2024-09-03)
711

812
**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.48",
3+
"version": "0.13.68-fix.49",
44
"homepage": "",
55
"license": "ISC",
66
"main": "build/index.js",
@@ -18,15 +18,15 @@
1818
"dependencies": {
1919
"@imtbl/imx-sdk": "^2.1.1",
2020
"@rarible/api-client": "0.18.0-alpha.2",
21-
"@rarible/connector": "^0.13.68-fix.48",
22-
"@rarible/connector-beacon": "^0.13.68-fix.48",
23-
"@rarible/connector-fcl": "^0.13.68-fix.48",
24-
"@rarible/connector-mattel": "^0.13.68-fix.48",
21+
"@rarible/connector": "^0.13.68-fix.49",
22+
"@rarible/connector-beacon": "^0.13.68-fix.49",
23+
"@rarible/connector-fcl": "^0.13.68-fix.49",
24+
"@rarible/connector-mattel": "^0.13.68-fix.49",
2525
"@rarible/estimate-middleware": "~0.9.6",
26-
"@rarible/sdk-common": "^0.13.68-fix.48",
27-
"@rarible/sdk-wallet": "^0.13.68-fix.48",
26+
"@rarible/sdk-common": "^0.13.68-fix.49",
27+
"@rarible/sdk-wallet": "^0.13.68-fix.49",
2828
"@rarible/tezos-sdk": "0.1.46",
29-
"@rarible/web3-ethereum": "^0.13.68-fix.48"
29+
"@rarible/web3-ethereum": "^0.13.68-fix.49"
3030
},
3131
"peerDependencies": {
3232
"rxjs": ">= 6.6.7 < 8.0.0",

packages/connectors/connector-iframe/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.49](https://github.com/rarible/sdk/compare/v0.13.68-fix.48...v0.13.68-fix.49) (2024-09-04)
7+
8+
**Note:** Version bump only for package @rarible/connector-iframe
9+
610
## [0.13.68-fix.48](https://github.com/rarible/sdk/compare/v0.13.68-fix.47...v0.13.68-fix.48) (2024-09-03)
711

812
**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.48",
3+
"version": "0.13.68-fix.49",
44
"homepage": "",
55
"license": "ISC",
66
"main": "build/index.js",
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@ledgerhq/iframe-provider": "^0.4.2",
20-
"@rarible/connector": "^0.13.68-fix.48"
20+
"@rarible/connector": "^0.13.68-fix.49"
2121
},
2222
"peerDependencies": {
2323
"tslib": "^2.3.1"

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

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.49](https://github.com/rarible/sdk/compare/v0.13.68-fix.48...v0.13.68-fix.49) (2024-09-04)
7+
8+
**Note:** Version bump only for package @rarible/connector-immutablex-link
9+
610
## [0.13.68-fix.48](https://github.com/rarible/sdk/compare/v0.13.68-fix.47...v0.13.68-fix.48) (2024-09-03)
711

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

0 commit comments

Comments
 (0)