Skip to content

Commit ed239be

Browse files
committed
v2.4.0
1 parent b59428b commit ed239be

31 files changed

+6676
-2855
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.0](https://github.com/grammyjs/storages/compare/v2.3.2...v2.4.0) (2023-10-09)
7+
8+
### Features
9+
10+
- **cloudflare:** add `d1` adapter ([#202](https://github.com/grammyjs/storages/issues/202)) ([b59428b](https://github.com/grammyjs/storages/commit/b59428bbac72521c31941969bef44062a50b4fa3))
11+
612
## [2.3.2](https://github.com/grammyjs/storages/compare/v2.3.1...v2.3.2) (2023-09-05)
713

814
**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.3.2",
4+
"version": "2.4.0",
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.0](https://github.com/grammyjs/storages/compare/v2.3.2...v2.4.0) (2023-10-09)
7+
8+
**Note:** Version bump only for package @grammyjs/storage-utils
9+
610
## [2.3.2](https://github.com/grammyjs/storages/compare/v2.3.1...v2.3.2) (2023-09-05)
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.3.2",
12+
"version": "2.4.0",
1313
"scripts": {
1414
"test:deno": "echo \"Error: no tests specified\"",
1515
"test": "tsx __tests__/index.ts",

packages/cloudflare/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.0](https://github.com/grammyjs/storages/compare/v2.3.2...v2.4.0) (2023-10-09)
7+
8+
### Features
9+
10+
- **cloudflare:** add `d1` adapter ([#202](https://github.com/grammyjs/storages/issues/202)) ([b59428b](https://github.com/grammyjs/storages/commit/b59428bbac72521c31941969bef44062a50b4fa3))
11+
612
## [2.3.2](https://github.com/grammyjs/storages/compare/v2.3.1...v2.3.2) (2023-09-05)
713

814
**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.3.2",
3+
"version": "2.4.0",
44
"private": false,
55
"description": "Cloudflare Workers session storage for grammY.",
66
"main": "dist/index.js",

packages/denodb/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.0](https://github.com/grammyjs/storages/compare/v2.3.2...v2.4.0) (2023-10-09)
7+
8+
**Note:** Version bump only for package denodb
9+
610
## [2.3.2](https://github.com/grammyjs/storages/compare/v2.3.1...v2.3.2) (2023-09-05)
711

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

packages/denodb/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 --unstable ./test/session.test.ts"
66
},
7-
"version": "2.3.2"
7+
"version": "2.4.0"
88
}

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.0](https://github.com/grammyjs/storages/compare/v2.3.2...v2.4.0) (2023-10-09)
7+
8+
**Note:** Version bump only for package denokv
9+
610
## [2.3.2](https://github.com/grammyjs/storages/compare/v2.3.1...v2.3.2) (2023-09-05)
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.3.2"
7+
"version": "2.4.0"
88
}

0 commit comments

Comments
 (0)