Skip to content

Commit fc68a91

Browse files
committed
v2.5.1
1 parent 4212e21 commit fc68a91

File tree

15 files changed

+6010
-2726
lines changed

15 files changed

+6010
-2726
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [2.5.1](https://github.com/grammyjs/storages/compare/v2.5.0...v2.5.1) (2025-02-27)
7+
8+
**Note:** Version bump only for package @grammyjs/storages
9+
610
# [2.5.0](https://github.com/grammyjs/storages/compare/v2.4.2...v2.5.0) (2025-02-24)
711

812
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"npmClient": "pnpm",
4-
"version": "2.5.0",
4+
"version": "2.5.1",
55
"changelog": true,
66
"conventionalCommits": true,
77
"createRelease": "github"

packages/file/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [2.5.1](https://github.com/grammyjs/storages/compare/v2.5.0...v2.5.1) (2025-02-27)
7+
8+
**Note:** Version bump only for package @grammyjs/storage-file
9+
610
# [2.5.0](https://github.com/grammyjs/storages/compare/v2.4.2...v2.5.0) (2025-02-24)
711

812
### Bug Fixes

packages/file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grammyjs/storage-file",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"private": false,
55
"description": "File storage for grammY library.",
66
"main": "./dist/cjs/mod.js",

packages/mongodb/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [2.5.1](https://github.com/grammyjs/storages/compare/v2.5.0...v2.5.1) (2025-02-27)
7+
8+
**Note:** Version bump only for package @grammyjs/storage-mongodb
9+
610
## [2.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)
711

812
**Note:** Version bump only for package @grammyjs/storage-mongodb

packages/mongodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grammyjs/storage-mongodb",
3-
"version": "2.4.2",
3+
"version": "2.5.1",
44
"private": false,
55
"description": "MongoDB storage for grammy library.",
66
"main": "./dist/cjs/mod.js",

packages/prisma/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [2.5.1](https://github.com/grammyjs/storages/compare/v2.5.0...v2.5.1) (2025-02-27)
7+
8+
**Note:** Version bump only for package @grammyjs/storage-prisma
9+
610
## [2.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)
711

812
**Note:** Version bump only for package @grammyjs/storage-prisma

packages/prisma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grammyjs/storage-prisma",
3-
"version": "2.4.2",
3+
"version": "2.5.1",
44
"private": false,
55
"description": "Prisma storage for grammY",
66
"main": "dist/index.js",

packages/psql/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [2.5.1](https://github.com/grammyjs/storages/compare/v2.5.0...v2.5.1) (2025-02-27)
7+
8+
**Note:** Version bump only for package @grammyjs/storage-psql
9+
610
## [2.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)
711

812
**Note:** Version bump only for package @grammyjs/storage-psql

packages/psql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grammyjs/storage-psql",
3-
"version": "2.4.2",
3+
"version": "2.5.1",
44
"private": false,
55
"description": "PSQL storage for grammY library.",
66
"main": "./dist/cjs/mod.js",

0 commit comments

Comments
 (0)