Skip to content

Commit f5af10d

Browse files
committed
v2.4.2
1 parent 575c1cd commit f5af10d

29 files changed

+5493
-2183
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)
7+
8+
### Bug Fixes
9+
10+
- add workaround for release action ([9646669](https://github.com/grammyjs/storages/commit/9646669e0b183e81d15246c69a8e07e24084885b))
11+
- remove public from workflow ([4f56e00](https://github.com/grammyjs/storages/commit/4f56e00cec0c769054d968b0e37d5e7f47a06daa))
12+
13+
### Features
14+
15+
- recursive publish ([5012ed6](https://github.com/grammyjs/storages/commit/5012ed6e21f64a5f19188deab668af32c6d88ad6))
16+
617
## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)
718

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

lerna.json

+1-1
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.4.1",
4+
"version": "2.4.2",
55
"changelog": true,
66
"conventionalCommits": true,
77
"createRelease": "github"

libs/utils/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+
## [2.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)
7+
8+
**Note:** Version bump only for package @grammyjs/storage-utils
9+
610
## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)
711

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

libs/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"require": "./dist/cjs/mod.js"
1010
}
1111
},
12-
"version": "2.4.1",
12+
"version": "2.4.2",
1313
"scripts": {
1414
"test:deno": "echo \"Error: no tests specified\"",
1515
"test": "tsx __tests__/index.ts",

packages/cloudflare/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+
## [2.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)
7+
8+
**Note:** Version bump only for package @grammyjs/storage-cloudflare
9+
610
## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)
711

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

packages/cloudflare/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grammyjs/storage-cloudflare",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"private": false,
55
"description": "Cloudflare Workers session storage for grammY.",
66
"main": "dist/index.js",

packages/denokv/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+
## [2.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)
7+
8+
**Note:** Version bump only for package denokv
9+
610
## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)
711

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

packages/denokv/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"scripts": {
55
"test:deno": "deno test --allow-read --allow-write --unstable ./test/session.test.ts"
66
},
7-
"version": "2.4.1"
7+
"version": "2.4.2"
88
}

packages/deta/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+
## [2.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)
7+
8+
**Note:** Version bump only for package @grammyjs/storage-deta
9+
610
## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)
711

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

packages/deta/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grammyjs/storage-deta",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"private": false,
55
"description": "deta.sh storage adapter for grammY",
66
"main": "./dist/cjs/mod.js",

packages/file/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+
## [2.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)
7+
8+
**Note:** Version bump only for package @grammyjs/storage-file
9+
610
## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)
711

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

packages/file/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grammyjs/storage-file",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"private": false,
55
"description": "File storage for grammY library.",
66
"main": "./dist/cjs/mod.js",
@@ -36,7 +36,7 @@
3636
},
3737
"homepage": "https://github.com/grammyjs/storages/tree/main/packages/file#readme",
3838
"devDependencies": {
39-
"@grammyjs/storage-utils": "^2.4.1",
39+
"@grammyjs/storage-utils": "^2.4.2",
4040
"grammy": "^1.21.1"
4141
},
4242
"gitHead": "a7758c4f957f103a14832088c6858d693c444576"

packages/firestore/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+
## [2.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)
7+
8+
**Note:** Version bump only for package @grammyjs/storage-firestore
9+
610
## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)
711

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

packages/firestore/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grammyjs/storage-firestore",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "Google Firestore storage adapter for grammY",
55
"main": "./dist/cjs/index.js",
66
"private": false,

packages/free/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+
## [2.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)
7+
8+
**Note:** Version bump only for package @grammyjs/storage-free
9+
610
## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)
711

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

packages/free/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grammyjs/storage-free",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"private": false,
55
"description": "Storage adapter for grammY's free sessions",
66
"main": "./dist/cjs/mod.js",

packages/mongodb/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+
## [2.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)
7+
8+
**Note:** Version bump only for package @grammyjs/storage-mongodb
9+
610
## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)
711

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

packages/mongodb/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grammyjs/storage-mongodb",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"private": false,
55
"description": "MongoDB storage for grammy library.",
66
"main": "./dist/cjs/mod.js",
@@ -36,7 +36,7 @@
3636
},
3737
"homepage": "https://github.com/grammyjs/storages/tree/main/packages/mongodb#readme",
3838
"devDependencies": {
39-
"@grammyjs/storage-utils": "^2.4.1",
39+
"@grammyjs/storage-utils": "^2.4.2",
4040
"grammy": "^1.21.1",
4141
"mongodb": "^6.3.0",
4242
"mongodb-memory-server": "^9.1.6"

packages/prisma/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+
## [2.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)
7+
8+
**Note:** Version bump only for package @grammyjs/storage-prisma
9+
610
## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)
711

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

packages/prisma/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grammyjs/storage-prisma",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"private": false,
55
"description": "Prisma storage for grammY",
66
"main": "dist/index.js",
@@ -34,7 +34,7 @@
3434
},
3535
"homepage": "https://github.com/grammyjs/storages/tree/main/packages/typeorm#readme",
3636
"devDependencies": {
37-
"@grammyjs/storage-utils": "^2.4.1",
37+
"@grammyjs/storage-utils": "^2.4.2",
3838
"@prisma/client": "^5.10.2",
3939
"grammy": "^1.21.1",
4040
"prisma": "^5.10.2",

packages/psql/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+
## [2.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)
7+
8+
**Note:** Version bump only for package @grammyjs/storage-psql
9+
610
## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)
711

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

packages/psql/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grammyjs/storage-psql",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"private": false,
55
"description": "PSQL storage for grammY library.",
66
"main": "./dist/cjs/mod.js",
@@ -36,7 +36,7 @@
3636
},
3737
"homepage": "https://github.com/grammyjs/storages/tree/main/packages/psql#readme",
3838
"devDependencies": {
39-
"@grammyjs/storage-utils": "^2.4.1",
39+
"@grammyjs/storage-utils": "^2.4.2",
4040
"@types/pg": "^8.11.2",
4141
"grammy": "^1.21.1",
4242
"pg": "^8.11.3",

packages/redis/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+
## [2.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)
7+
8+
**Note:** Version bump only for package @grammyjs/storage-redis
9+
610
## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)
711

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

packages/redis/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grammyjs/storage-redis",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"private": false,
55
"description": "Redis storage for grammy library.",
66
"main": "./dist/cjs/mod.js",
@@ -36,7 +36,7 @@
3636
},
3737
"homepage": "https://github.com/grammyjs/storages/tree/main/packages/redis#readme",
3838
"devDependencies": {
39-
"@grammyjs/storage-utils": "^2.4.1",
39+
"@grammyjs/storage-utils": "^2.4.2",
4040
"@types/ioredis": "^5.0.0",
4141
"grammy": "^1.21.1",
4242
"ioredis": "^5.3.2"

packages/supabase/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+
## [2.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)
7+
8+
**Note:** Version bump only for package @grammyjs/storage-supabase
9+
610
## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)
711

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

packages/supabase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grammyjs/storage-supabase",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"private": false,
55
"description": "Supabase database storage",
66
"types": "./dist/esm/mod.d.ts",

packages/typeorm/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+
## [2.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)
7+
8+
**Note:** Version bump only for package @grammyjs/storage-typeorm
9+
610
## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)
711

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

packages/typeorm/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grammyjs/storage-typeorm",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"private": false,
55
"description": "TypeORM storage for grammy library.",
66
"main": "dist/index.js",
@@ -32,7 +32,7 @@
3232
},
3333
"homepage": "https://github.com/grammyjs/storages/tree/main/packages/typeorm#readme",
3434
"devDependencies": {
35-
"@grammyjs/storage-utils": "^2.4.1",
35+
"@grammyjs/storage-utils": "^2.4.2",
3636
"better-sqlite3": "^9.4.3",
3737
"grammy": "^1.21.1",
3838
"mongodb": "^6.3.0",

0 commit comments

Comments
 (0)