Commit f5af10d 1 parent 575c1cd commit f5af10d Copy full SHA for f5af10d
File tree 29 files changed +5493
-2183
lines changed
29 files changed +5493
-2183
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
## [ 2.4.1] ( https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1 ) (2023-12-03)
7
18
8
19
** Note:** Version bump only for package @grammyjs/storages
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
3
"npmClient" : " pnpm" ,
4
- "version" : " 2.4.1 " ,
4
+ "version" : " 2.4.2 " ,
5
5
"changelog" : true ,
6
6
"conventionalCommits" : true ,
7
7
"createRelease" : " github"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 2.4.1] ( https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1 ) (2023-12-03)
7
11
8
12
** Note:** Version bump only for package @grammyjs/storage-utils
Original file line number Diff line number Diff line change 9
9
"require" : " ./dist/cjs/mod.js"
10
10
}
11
11
},
12
- "version" : " 2.4.1 " ,
12
+ "version" : " 2.4.2 " ,
13
13
"scripts" : {
14
14
"test:deno" : " echo \" Error: no tests specified\" " ,
15
15
"test" : " tsx __tests__/index.ts" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 2.4.1] ( https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1 ) (2023-12-03)
7
11
8
12
** Note:** Version bump only for package @grammyjs/storage-cloudflare
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grammyjs/storage-cloudflare" ,
3
- "version" : " 2.4.1 " ,
3
+ "version" : " 2.4.2 " ,
4
4
"private" : false ,
5
5
"description" : " Cloudflare Workers session storage for grammY." ,
6
6
"main" : " dist/index.js" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 2.4.1] ( https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1 ) (2023-12-03)
7
11
8
12
** Note:** Version bump only for package denokv
Original file line number Diff line number Diff line change 4
4
"scripts" : {
5
5
"test:deno" : " deno test --allow-read --allow-write --unstable ./test/session.test.ts"
6
6
},
7
- "version" : " 2.4.1 "
7
+ "version" : " 2.4.2 "
8
8
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 2.4.1] ( https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1 ) (2023-12-03)
7
11
8
12
** Note:** Version bump only for package @grammyjs/storage-deta
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grammyjs/storage-deta" ,
3
- "version" : " 2.4.1 " ,
3
+ "version" : " 2.4.2 " ,
4
4
"private" : false ,
5
5
"description" : " deta.sh storage adapter for grammY" ,
6
6
"main" : " ./dist/cjs/mod.js" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 2.4.1] ( https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1 ) (2023-12-03)
7
11
8
12
** Note:** Version bump only for package @grammyjs/storage-file
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grammyjs/storage-file" ,
3
- "version" : " 2.4.1 " ,
3
+ "version" : " 2.4.2 " ,
4
4
"private" : false ,
5
5
"description" : " File storage for grammY library." ,
6
6
"main" : " ./dist/cjs/mod.js" ,
36
36
},
37
37
"homepage" : " https://github.com/grammyjs/storages/tree/main/packages/file#readme" ,
38
38
"devDependencies" : {
39
- "@grammyjs/storage-utils" : " ^2.4.1 " ,
39
+ "@grammyjs/storage-utils" : " ^2.4.2 " ,
40
40
"grammy" : " ^1.21.1"
41
41
},
42
42
"gitHead" : " a7758c4f957f103a14832088c6858d693c444576"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 2.4.1] ( https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1 ) (2023-12-03)
7
11
8
12
** Note:** Version bump only for package @grammyjs/storage-firestore
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grammyjs/storage-firestore" ,
3
- "version" : " 2.4.1 " ,
3
+ "version" : " 2.4.2 " ,
4
4
"description" : " Google Firestore storage adapter for grammY" ,
5
5
"main" : " ./dist/cjs/index.js" ,
6
6
"private" : false ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 2.4.1] ( https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1 ) (2023-12-03)
7
11
8
12
** Note:** Version bump only for package @grammyjs/storage-free
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grammyjs/storage-free" ,
3
- "version" : " 2.4.1 " ,
3
+ "version" : " 2.4.2 " ,
4
4
"private" : false ,
5
5
"description" : " Storage adapter for grammY's free sessions" ,
6
6
"main" : " ./dist/cjs/mod.js" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 2.4.1] ( https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1 ) (2023-12-03)
7
11
8
12
** Note:** Version bump only for package @grammyjs/storage-mongodb
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grammyjs/storage-mongodb" ,
3
- "version" : " 2.4.1 " ,
3
+ "version" : " 2.4.2 " ,
4
4
"private" : false ,
5
5
"description" : " MongoDB storage for grammy library." ,
6
6
"main" : " ./dist/cjs/mod.js" ,
36
36
},
37
37
"homepage" : " https://github.com/grammyjs/storages/tree/main/packages/mongodb#readme" ,
38
38
"devDependencies" : {
39
- "@grammyjs/storage-utils" : " ^2.4.1 " ,
39
+ "@grammyjs/storage-utils" : " ^2.4.2 " ,
40
40
"grammy" : " ^1.21.1" ,
41
41
"mongodb" : " ^6.3.0" ,
42
42
"mongodb-memory-server" : " ^9.1.6"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 2.4.1] ( https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1 ) (2023-12-03)
7
11
8
12
** Note:** Version bump only for package @grammyjs/storage-prisma
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grammyjs/storage-prisma" ,
3
- "version" : " 2.4.1 " ,
3
+ "version" : " 2.4.2 " ,
4
4
"private" : false ,
5
5
"description" : " Prisma storage for grammY" ,
6
6
"main" : " dist/index.js" ,
34
34
},
35
35
"homepage" : " https://github.com/grammyjs/storages/tree/main/packages/typeorm#readme" ,
36
36
"devDependencies" : {
37
- "@grammyjs/storage-utils" : " ^2.4.1 " ,
37
+ "@grammyjs/storage-utils" : " ^2.4.2 " ,
38
38
"@prisma/client" : " ^5.10.2" ,
39
39
"grammy" : " ^1.21.1" ,
40
40
"prisma" : " ^5.10.2" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 2.4.1] ( https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1 ) (2023-12-03)
7
11
8
12
** Note:** Version bump only for package @grammyjs/storage-psql
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grammyjs/storage-psql" ,
3
- "version" : " 2.4.1 " ,
3
+ "version" : " 2.4.2 " ,
4
4
"private" : false ,
5
5
"description" : " PSQL storage for grammY library." ,
6
6
"main" : " ./dist/cjs/mod.js" ,
36
36
},
37
37
"homepage" : " https://github.com/grammyjs/storages/tree/main/packages/psql#readme" ,
38
38
"devDependencies" : {
39
- "@grammyjs/storage-utils" : " ^2.4.1 " ,
39
+ "@grammyjs/storage-utils" : " ^2.4.2 " ,
40
40
"@types/pg" : " ^8.11.2" ,
41
41
"grammy" : " ^1.21.1" ,
42
42
"pg" : " ^8.11.3" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 2.4.1] ( https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1 ) (2023-12-03)
7
11
8
12
** Note:** Version bump only for package @grammyjs/storage-redis
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grammyjs/storage-redis" ,
3
- "version" : " 2.4.1 " ,
3
+ "version" : " 2.4.2 " ,
4
4
"private" : false ,
5
5
"description" : " Redis storage for grammy library." ,
6
6
"main" : " ./dist/cjs/mod.js" ,
36
36
},
37
37
"homepage" : " https://github.com/grammyjs/storages/tree/main/packages/redis#readme" ,
38
38
"devDependencies" : {
39
- "@grammyjs/storage-utils" : " ^2.4.1 " ,
39
+ "@grammyjs/storage-utils" : " ^2.4.2 " ,
40
40
"@types/ioredis" : " ^5.0.0" ,
41
41
"grammy" : " ^1.21.1" ,
42
42
"ioredis" : " ^5.3.2"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 2.4.1] ( https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1 ) (2023-12-03)
7
11
8
12
** Note:** Version bump only for package @grammyjs/storage-supabase
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grammyjs/storage-supabase" ,
3
- "version" : " 2.4.1 " ,
3
+ "version" : " 2.4.2 " ,
4
4
"private" : false ,
5
5
"description" : " Supabase database storage" ,
6
6
"types" : " ./dist/esm/mod.d.ts" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 2.4.1] ( https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1 ) (2023-12-03)
7
11
8
12
** Note:** Version bump only for package @grammyjs/storage-typeorm
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grammyjs/storage-typeorm" ,
3
- "version" : " 2.4.1 " ,
3
+ "version" : " 2.4.2 " ,
4
4
"private" : false ,
5
5
"description" : " TypeORM storage for grammy library." ,
6
6
"main" : " dist/index.js" ,
32
32
},
33
33
"homepage" : " https://github.com/grammyjs/storages/tree/main/packages/typeorm#readme" ,
34
34
"devDependencies" : {
35
- "@grammyjs/storage-utils" : " ^2.4.1 " ,
35
+ "@grammyjs/storage-utils" : " ^2.4.2 " ,
36
36
"better-sqlite3" : " ^9.4.3" ,
37
37
"grammy" : " ^1.21.1" ,
38
38
"mongodb" : " ^6.3.0" ,
You can’t perform that action at this time.
0 commit comments