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

Lines changed: 11 additions & 0 deletions
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

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

libs/utils/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.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

Lines changed: 1 addition & 1 deletion
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

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.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

Lines changed: 1 addition & 1 deletion
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

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.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

Lines changed: 1 addition & 1 deletion
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

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.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

Lines changed: 1 addition & 1 deletion
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",

0 commit comments

Comments
 (0)