Skip to content

Commit

Permalink
v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Feb 27, 2025
1 parent 4212e21 commit fc68a91
Show file tree
Hide file tree
Showing 15 changed files with 6,010 additions and 2,726 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.1](https://github.com/grammyjs/storages/compare/v2.5.0...v2.5.1) (2025-02-27)

**Note:** Version bump only for package @grammyjs/storages

# [2.5.0](https://github.com/grammyjs/storages/compare/v2.4.2...v2.5.0) (2025-02-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "pnpm",
"version": "2.5.0",
"version": "2.5.1",
"changelog": true,
"conventionalCommits": true,
"createRelease": "github"
Expand Down
4 changes: 4 additions & 0 deletions packages/file/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.1](https://github.com/grammyjs/storages/compare/v2.5.0...v2.5.1) (2025-02-27)

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

# [2.5.0](https://github.com/grammyjs/storages/compare/v2.4.2...v2.5.0) (2025-02-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grammyjs/storage-file",
"version": "2.5.0",
"version": "2.5.1",
"private": false,
"description": "File storage for grammY library.",
"main": "./dist/cjs/mod.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.1](https://github.com/grammyjs/storages/compare/v2.5.0...v2.5.1) (2025-02-27)

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

## [2.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)

**Note:** Version bump only for package @grammyjs/storage-mongodb
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grammyjs/storage-mongodb",
"version": "2.4.2",
"version": "2.5.1",
"private": false,
"description": "MongoDB storage for grammy library.",
"main": "./dist/cjs/mod.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.1](https://github.com/grammyjs/storages/compare/v2.5.0...v2.5.1) (2025-02-27)

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

## [2.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)

**Note:** Version bump only for package @grammyjs/storage-prisma
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grammyjs/storage-prisma",
"version": "2.4.2",
"version": "2.5.1",
"private": false,
"description": "Prisma storage for grammY",
"main": "dist/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/psql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.1](https://github.com/grammyjs/storages/compare/v2.5.0...v2.5.1) (2025-02-27)

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

## [2.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)

**Note:** Version bump only for package @grammyjs/storage-psql
Expand Down
2 changes: 1 addition & 1 deletion packages/psql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grammyjs/storage-psql",
"version": "2.4.2",
"version": "2.5.1",
"private": false,
"description": "PSQL storage for grammY library.",
"main": "./dist/cjs/mod.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/redis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.1](https://github.com/grammyjs/storages/compare/v2.5.0...v2.5.1) (2025-02-27)

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

# [2.5.0](https://github.com/grammyjs/storages/compare/v2.4.2...v2.5.0) (2025-02-24)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grammyjs/storage-redis",
"version": "2.5.0",
"version": "2.5.1",
"private": false,
"description": "Redis storage for grammy library.",
"main": "./dist/cjs/mod.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/typeorm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.1](https://github.com/grammyjs/storages/compare/v2.5.0...v2.5.1) (2025-02-27)

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

## [2.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)

**Note:** Version bump only for package @grammyjs/storage-typeorm
Expand Down
2 changes: 1 addition & 1 deletion packages/typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grammyjs/storage-typeorm",
"version": "2.4.2",
"version": "2.5.1",
"private": false,
"description": "TypeORM storage for grammy library.",
"main": "dist/index.js",
Expand Down
Loading

0 comments on commit fc68a91

Please sign in to comment.