Skip to content

Commit 0fb10d8

Browse files
committed
chore: bump versions after release
1 parent e1cbb66 commit 0fb10d8

File tree

8 files changed

+26
-6
lines changed

8 files changed

+26
-6
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.74](https://github.com/rarible/sdk/compare/v0.13.73...v0.13.74) (2025-01-08)
7+
8+
### Features
9+
10+
- change baseFee logic ([#701](https://github.com/rarible/sdk/issues/701)) ([e1cbb66](https://github.com/rarible/sdk/commit/e1cbb66ae9420cea2f1a03b285389f3240b7dfd4))
11+
612
## [0.13.73](https://github.com/rarible/sdk/compare/v0.13.72...v0.13.73) (2025-01-07)
713

814
### Features

lerna.json

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

packages/example/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.74](https://github.com/rarible/sdk/compare/v0.13.73...v0.13.74) (2025-01-08)
7+
8+
**Note:** Version bump only for package example
9+
610
## [0.13.73](https://github.com/rarible/sdk/compare/v0.13.72...v0.13.73) (2025-01-07)
711

812
**Note:** Version bump only for package example

packages/example/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "0.13.73",
3+
"version": "0.13.74",
44
"private": true,
55
"scripts": {
66
"build": "run-s build:webpack",
@@ -42,7 +42,7 @@
4242
"@rarible/connector-walletconnect-v2": "^0.13.70",
4343
"@rarible/connector-walletlink": "^0.13.70",
4444
"@rarible/flow-sdk": "~0.6.0-beta.1",
45-
"@rarible/sdk": "^0.13.73",
45+
"@rarible/sdk": "^0.13.74",
4646
"@rarible/web3-ethereum": "^0.13.73",
4747
"@rixio/atom": "^0.12.1",
4848
"@rixio/react": "^0.12.1",

packages/sdk-examples/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.74](https://github.com/rarible/sdk/compare/v0.13.73...v0.13.74) (2025-01-08)
7+
8+
**Note:** Version bump only for package @rarible/sdk-examples
9+
610
## [0.13.73](https://github.com/rarible/sdk/compare/v0.13.72...v0.13.73) (2025-01-07)
711

812
### Features

packages/sdk-examples/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rarible/sdk-examples",
3-
"version": "0.13.73",
3+
"version": "0.13.74",
44
"homepage": "",
55
"license": "ISC",
66
"main": "build/index.js",
@@ -22,7 +22,7 @@
2222
"@rarible/api-client": "1.115.0",
2323
"@rarible/estimate-middleware": "~0.9.6",
2424
"@rarible/ethers-ethereum": "^0.13.73",
25-
"@rarible/sdk": "^0.13.73",
25+
"@rarible/sdk": "^0.13.74",
2626
"@rarible/sdk-wallet": "^0.13.73",
2727
"@rarible/test-provider": "~0.5.4",
2828
"@rarible/types": "~0.10.0-beta.5",

packages/sdk/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.74](https://github.com/rarible/sdk/compare/v0.13.73...v0.13.74) (2025-01-08)
7+
8+
### Features
9+
10+
- change baseFee logic ([#701](https://github.com/rarible/sdk/issues/701)) ([e1cbb66](https://github.com/rarible/sdk/commit/e1cbb66ae9420cea2f1a03b285389f3240b7dfd4))
11+
612
## [0.13.73](https://github.com/rarible/sdk/compare/v0.13.72...v0.13.73) (2025-01-07)
713

814
### Features

packages/sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rarible/sdk",
3-
"version": "0.13.73",
3+
"version": "0.13.74",
44
"homepage": "https://github.com/rarible/sdk#readme",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)