Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Oct 9, 2023
1 parent b59428b commit ed239be
Show file tree
Hide file tree
Showing 31 changed files with 6,676 additions and 2,855 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/grammyjs/storages/compare/v2.3.2...v2.4.0) (2023-10-09)

### Features

- **cloudflare:** add `d1` adapter ([#202](https://github.com/grammyjs/storages/issues/202)) ([b59428b](https://github.com/grammyjs/storages/commit/b59428bbac72521c31941969bef44062a50b4fa3))

## [2.3.2](https://github.com/grammyjs/storages/compare/v2.3.1...v2.3.2) (2023-09-05)

**Note:** Version bump only for package @grammyjs/storages
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.3.2",
"version": "2.4.0",
"changelog": true,
"conventionalCommits": true,
"createRelease": "github"
Expand Down
4 changes: 4 additions & 0 deletions libs/utils/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.4.0](https://github.com/grammyjs/storages/compare/v2.3.2...v2.4.0) (2023-10-09)

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

## [2.3.2](https://github.com/grammyjs/storages/compare/v2.3.1...v2.3.2) (2023-09-05)

**Note:** Version bump only for package @grammyjs/storage-utils
Expand Down
2 changes: 1 addition & 1 deletion libs/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"require": "./dist/cjs/mod.js"
}
},
"version": "2.3.2",
"version": "2.4.0",
"scripts": {
"test:deno": "echo \"Error: no tests specified\"",
"test": "tsx __tests__/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/grammyjs/storages/compare/v2.3.2...v2.4.0) (2023-10-09)

### Features

- **cloudflare:** add `d1` adapter ([#202](https://github.com/grammyjs/storages/issues/202)) ([b59428b](https://github.com/grammyjs/storages/commit/b59428bbac72521c31941969bef44062a50b4fa3))

## [2.3.2](https://github.com/grammyjs/storages/compare/v2.3.1...v2.3.2) (2023-09-05)

**Note:** Version bump only for package @grammyjs/storage-cloudflare
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grammyjs/storage-cloudflare",
"version": "2.3.2",
"version": "2.4.0",
"private": false,
"description": "Cloudflare Workers session storage for grammY.",
"main": "dist/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/denodb/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.4.0](https://github.com/grammyjs/storages/compare/v2.3.2...v2.4.0) (2023-10-09)

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

## [2.3.2](https://github.com/grammyjs/storages/compare/v2.3.1...v2.3.2) (2023-09-05)

**Note:** Version bump only for package denodb
Expand Down
2 changes: 1 addition & 1 deletion packages/denodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"scripts": {
"test:deno": "deno test --unstable ./test/session.test.ts"
},
"version": "2.3.2"
"version": "2.4.0"
}
4 changes: 4 additions & 0 deletions packages/denokv/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.4.0](https://github.com/grammyjs/storages/compare/v2.3.2...v2.4.0) (2023-10-09)

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

## [2.3.2](https://github.com/grammyjs/storages/compare/v2.3.1...v2.3.2) (2023-09-05)

**Note:** Version bump only for package denokv
Expand Down
2 changes: 1 addition & 1 deletion packages/denokv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"scripts": {
"test:deno": "deno test --allow-read --allow-write --unstable ./test/session.test.ts"
},
"version": "2.3.2"
"version": "2.4.0"
}
4 changes: 4 additions & 0 deletions packages/deta/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.4.0](https://github.com/grammyjs/storages/compare/v2.3.2...v2.4.0) (2023-10-09)

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

## [2.3.2](https://github.com/grammyjs/storages/compare/v2.3.1...v2.3.2) (2023-09-05)

**Note:** Version bump only for package @grammyjs/storage-deta
Expand Down
2 changes: 1 addition & 1 deletion packages/deta/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grammyjs/storage-deta",
"version": "2.3.2",
"version": "2.4.0",
"private": false,
"description": "deta.sh storage adapter for grammY",
"main": "./dist/cjs/mod.js",
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.4.0](https://github.com/grammyjs/storages/compare/v2.3.2...v2.4.0) (2023-10-09)

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

## [2.3.2](https://github.com/grammyjs/storages/compare/v2.3.1...v2.3.2) (2023-09-05)

**Note:** Version bump only for package @grammyjs/storage-file
Expand Down
4 changes: 2 additions & 2 deletions packages/file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grammyjs/storage-file",
"version": "2.3.2",
"version": "2.4.0",
"private": false,
"description": "File storage for grammY library.",
"main": "./dist/cjs/mod.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/grammyjs/storages/tree/main/packages/file#readme",
"devDependencies": {
"@grammyjs/storage-utils": "^2.3.2",
"@grammyjs/storage-utils": "^2.4.0",
"grammy": "^1.16.1"
},
"gitHead": "a7758c4f957f103a14832088c6858d693c444576"
Expand Down
4 changes: 4 additions & 0 deletions packages/firestore/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.4.0](https://github.com/grammyjs/storages/compare/v2.3.2...v2.4.0) (2023-10-09)

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

## [2.3.2](https://github.com/grammyjs/storages/compare/v2.3.1...v2.3.2) (2023-09-05)

**Note:** Version bump only for package @grammyjs/storage-firestore
Expand Down
2 changes: 1 addition & 1 deletion packages/firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grammyjs/storage-firestore",
"version": "2.3.2",
"version": "2.4.0",
"description": "Google Firestore storage adapter for grammY",
"main": "./dist/cjs/index.js",
"private": false,
Expand Down
4 changes: 4 additions & 0 deletions packages/free/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.4.0](https://github.com/grammyjs/storages/compare/v2.3.2...v2.4.0) (2023-10-09)

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

## [2.3.2](https://github.com/grammyjs/storages/compare/v2.3.1...v2.3.2) (2023-09-05)

**Note:** Version bump only for package @grammyjs/storage-free
Expand Down
2 changes: 1 addition & 1 deletion packages/free/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grammyjs/storage-free",
"version": "2.3.2",
"version": "2.4.0",
"private": false,
"description": "Storage adapter for grammY's free sessions",
"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.4.0](https://github.com/grammyjs/storages/compare/v2.3.2...v2.4.0) (2023-10-09)

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

## [2.3.2](https://github.com/grammyjs/storages/compare/v2.3.1...v2.3.2) (2023-09-05)

**Note:** Version bump only for package @grammyjs/storage-mongodb
Expand Down
4 changes: 2 additions & 2 deletions packages/mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grammyjs/storage-mongodb",
"version": "2.3.2",
"version": "2.4.0",
"private": false,
"description": "MongoDB storage for grammy library.",
"main": "./dist/cjs/mod.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/grammyjs/storages/tree/main/packages/mongodb#readme",
"devDependencies": {
"@grammyjs/storage-utils": "^2.3.2",
"@grammyjs/storage-utils": "^2.4.0",
"grammy": "^1.16.1",
"mongodb": "^5.5.0",
"mongodb-memory-server": "^8.12.2"
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.4.0](https://github.com/grammyjs/storages/compare/v2.3.2...v2.4.0) (2023-10-09)

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

## [2.3.2](https://github.com/grammyjs/storages/compare/v2.3.1...v2.3.2) (2023-09-05)

**Note:** Version bump only for package @grammyjs/storage-prisma
Expand Down
4 changes: 2 additions & 2 deletions packages/prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grammyjs/storage-prisma",
"version": "2.3.2",
"version": "2.4.0",
"private": false,
"description": "Prisma storage for grammY",
"main": "dist/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/grammyjs/storages/tree/main/packages/typeorm#readme",
"devDependencies": {
"@grammyjs/storage-utils": "^2.3.2",
"@grammyjs/storage-utils": "^2.4.0",
"@prisma/client": "^4.15.0",
"grammy": "^1.16.1",
"prisma": "^4.15.0",
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.4.0](https://github.com/grammyjs/storages/compare/v2.3.2...v2.4.0) (2023-10-09)

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

## [2.3.2](https://github.com/grammyjs/storages/compare/v2.3.1...v2.3.2) (2023-09-05)

**Note:** Version bump only for package @grammyjs/storage-psql
Expand Down
4 changes: 2 additions & 2 deletions packages/psql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grammyjs/storage-psql",
"version": "2.3.2",
"version": "2.4.0",
"private": false,
"description": "PSQL storage for grammY library.",
"main": "./dist/cjs/mod.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/grammyjs/storages/tree/main/packages/psql#readme",
"devDependencies": {
"@grammyjs/storage-utils": "^2.3.2",
"@grammyjs/storage-utils": "^2.4.0",
"@types/pg": "^8.10.1",
"grammy": "^1.16.1",
"pg": "^8.11.0",
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.4.0](https://github.com/grammyjs/storages/compare/v2.3.2...v2.4.0) (2023-10-09)

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

## [2.3.2](https://github.com/grammyjs/storages/compare/v2.3.1...v2.3.2) (2023-09-05)

**Note:** Version bump only for package @grammyjs/storage-redis
Expand Down
4 changes: 2 additions & 2 deletions packages/redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grammyjs/storage-redis",
"version": "2.3.2",
"version": "2.4.0",
"private": false,
"description": "Redis storage for grammy library.",
"main": "./dist/cjs/mod.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/grammyjs/storages/tree/main/packages/redis#readme",
"devDependencies": {
"@grammyjs/storage-utils": "^2.3.2",
"@grammyjs/storage-utils": "^2.4.0",
"@types/ioredis": "^5.0.0",
"grammy": "^1.16.1",
"ioredis": "^5.3.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/supabase/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.4.0](https://github.com/grammyjs/storages/compare/v2.3.2...v2.4.0) (2023-10-09)

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

## [2.3.2](https://github.com/grammyjs/storages/compare/v2.3.1...v2.3.2) (2023-09-05)

**Note:** Version bump only for package @grammyjs/storage-supabase
Expand Down
2 changes: 1 addition & 1 deletion packages/supabase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grammyjs/storage-supabase",
"version": "2.3.2",
"version": "2.4.0",
"private": false,
"description": "Supabase database storage",
"types": "./dist/esm/mod.d.ts",
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.4.0](https://github.com/grammyjs/storages/compare/v2.3.2...v2.4.0) (2023-10-09)

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

## [2.3.2](https://github.com/grammyjs/storages/compare/v2.3.1...v2.3.2) (2023-09-05)

**Note:** Version bump only for package @grammyjs/storage-typeorm
Expand Down
4 changes: 2 additions & 2 deletions packages/typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grammyjs/storage-typeorm",
"version": "2.3.2",
"version": "2.4.0",
"private": false,
"description": "TypeORM storage for grammy library.",
"main": "dist/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/grammyjs/storages/tree/main/packages/typeorm#readme",
"devDependencies": {
"@grammyjs/storage-utils": "^2.3.2",
"@grammyjs/storage-utils": "^2.4.0",
"better-sqlite3": "^8.4.0",
"grammy": "^1.16.1",
"mongodb": "^5.5.0",
Expand Down
Loading

0 comments on commit ed239be

Please sign in to comment.