Skip to content

Commit e0f7ba5

Browse files
committed
chore(release): 2.10.3
1 parent 783eb61 commit e0f7ba5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [2.10.3](https://github.com/Dicelette/discord-dicelette/compare/2.10.2...2.10.3) (2025-10-30)
6+
7+
8+
### Bug Fixes
9+
10+
* adjust pagination logic and update footer for last page in modals ([783eb61](https://github.com/Dicelette/discord-dicelette/commit/783eb61e03053760d531f703d9a6abc8b97202fb))
11+
512
## [2.10.2](https://github.com/Dicelette/discord-dicelette/compare/2.10.1...2.10.2) (2025-10-30)
613

714
## [2.10.1](https://github.com/Dicelette/discord-dicelette/compare/2.10.0...2.10.1) (2025-10-30)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dicelette",
3-
"version": "2.10.2",
3+
"version": "2.10.3",
44
"engineStrict": true,
55
"private": true,
66
"scripts": {

packages/bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040
"tsc": "tsc --project tsconfig.json --skipLibCheck --noEmit && tsc-alias -p tsconfig.json"
4141
},
4242
"type": "module",
43-
"version": "2.10.2"
43+
"version": "2.10.3"
4444
}

0 commit comments

Comments
 (0)