Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Aug 28, 2023
1 parent 34ee1a0 commit 4d97030
Show file tree
Hide file tree
Showing 31 changed files with 172 additions and 27 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.1](https://github.com/grammyjs/storages/compare/v2.3.0...v2.3.1) (2023-08-28)

### Bug Fixes

- **prisma:** silence the "Record to delete does not exist" error ([#186](https://github.com/grammyjs/storages/issues/186)) ([7ce1614](https://github.com/grammyjs/storages/commit/7ce16144b8d00ebb6ddfeabec06426d2eddcf3c9))
- **supabase:** use pinned supabase dependency ([de19f34](https://github.com/grammyjs/storages/commit/de19f341e165b20cb5b80e28f204648075dd2895))

# [2.3.0](https://github.com/grammyjs/storages/compare/v2.2.0...v2.3.0) (2023-05-31)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "pnpm",
"useWorkspaces": true,
"version": "2.3.0",
"version": "2.3.1",
"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.3.1](https://github.com/grammyjs/storages/compare/v2.3.0...v2.3.1) (2023-08-28)

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

# [2.3.0](https://github.com/grammyjs/storages/compare/v2.2.0...v2.3.0) (2023-05-31)

**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.0",
"version": "2.3.1",
"scripts": {
"test:deno": "echo \"Error: no tests specified\"",
"test": "tsx __tests__/index.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/cloudflare/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.3.1](https://github.com/grammyjs/storages/compare/v2.3.0...v2.3.1) (2023-08-28)

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

# [2.3.0](https://github.com/grammyjs/storages/compare/v2.2.0...v2.3.0) (2023-05-31)

**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.0",
"version": "2.3.1",
"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.3.1](https://github.com/grammyjs/storages/compare/v2.3.0...v2.3.1) (2023-08-28)

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

# [2.3.0](https://github.com/grammyjs/storages/compare/v2.2.0...v2.3.0) (2023-05-31)

**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.0"
"version": "2.3.1"
}
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.3.1](https://github.com/grammyjs/storages/compare/v2.3.0...v2.3.1) (2023-08-28)

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

# [2.3.0](https://github.com/grammyjs/storages/compare/v2.2.0...v2.3.0) (2023-05-31)

### Bug Fixes
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.0"
"version": "2.3.1"
}
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.3.1](https://github.com/grammyjs/storages/compare/v2.3.0...v2.3.1) (2023-08-28)

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

# [2.3.0](https://github.com/grammyjs/storages/compare/v2.2.0...v2.3.0) (2023-05-31)

**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.0",
"version": "2.3.1",
"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.3.1](https://github.com/grammyjs/storages/compare/v2.3.0...v2.3.1) (2023-08-28)

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

# [2.3.0](https://github.com/grammyjs/storages/compare/v2.2.0...v2.3.0) (2023-05-31)

**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.0",
"version": "2.3.1",
"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.0",
"@grammyjs/storage-utils": "^2.3.1",
"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.3.1](https://github.com/grammyjs/storages/compare/v2.3.0...v2.3.1) (2023-08-28)

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

# [2.3.0](https://github.com/grammyjs/storages/compare/v2.2.0...v2.3.0) (2023-05-31)

**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.0",
"version": "2.3.1",
"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.3.1](https://github.com/grammyjs/storages/compare/v2.3.0...v2.3.1) (2023-08-28)

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

# [2.3.0](https://github.com/grammyjs/storages/compare/v2.2.0...v2.3.0) (2023-05-31)

**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.0",
"version": "2.3.1",
"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.3.1](https://github.com/grammyjs/storages/compare/v2.3.0...v2.3.1) (2023-08-28)

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

# [2.3.0](https://github.com/grammyjs/storages/compare/v2.2.0...v2.3.0) (2023-05-31)

**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.0",
"version": "2.3.1",
"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.0",
"@grammyjs/storage-utils": "^2.3.1",
"grammy": "^1.16.1",
"mongodb": "^5.5.0",
"mongodb-memory-server": "^8.12.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/prisma/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.3.1](https://github.com/grammyjs/storages/compare/v2.3.0...v2.3.1) (2023-08-28)

### Bug Fixes

- **prisma:** silence the "Record to delete does not exist" error ([#186](https://github.com/grammyjs/storages/issues/186)) ([7ce1614](https://github.com/grammyjs/storages/commit/7ce16144b8d00ebb6ddfeabec06426d2eddcf3c9))

# [2.3.0](https://github.com/grammyjs/storages/compare/v2.2.0...v2.3.0) (2023-05-31)

### Bug Fixes
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.0",
"version": "2.3.1",
"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.0",
"@grammyjs/storage-utils": "^2.3.1",
"@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.3.1](https://github.com/grammyjs/storages/compare/v2.3.0...v2.3.1) (2023-08-28)

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

# [2.3.0](https://github.com/grammyjs/storages/compare/v2.2.0...v2.3.0) (2023-05-31)

**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.0",
"version": "2.3.1",
"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.0",
"@grammyjs/storage-utils": "^2.3.1",
"@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.3.1](https://github.com/grammyjs/storages/compare/v2.3.0...v2.3.1) (2023-08-28)

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

# [2.3.0](https://github.com/grammyjs/storages/compare/v2.2.0...v2.3.0) (2023-05-31)

**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.0",
"version": "2.3.1",
"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.0",
"@grammyjs/storage-utils": "^2.3.1",
"@types/ioredis": "^5.0.0",
"grammy": "^1.16.1",
"ioredis": "^5.3.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/supabase/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.3.1](https://github.com/grammyjs/storages/compare/v2.3.0...v2.3.1) (2023-08-28)

### Bug Fixes

- **supabase:** use pinned supabase dependency ([de19f34](https://github.com/grammyjs/storages/commit/de19f341e165b20cb5b80e28f204648075dd2895))

# [2.3.0](https://github.com/grammyjs/storages/compare/v2.2.0...v2.3.0) (2023-05-31)

**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.0",
"version": "2.3.1",
"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.3.1](https://github.com/grammyjs/storages/compare/v2.3.0...v2.3.1) (2023-08-28)

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

# [2.3.0](https://github.com/grammyjs/storages/compare/v2.2.0...v2.3.0) (2023-05-31)

### Bug Fixes
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.0",
"version": "2.3.1",
"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.0",
"@grammyjs/storage-utils": "^2.3.1",
"better-sqlite3": "^8.4.0",
"grammy": "^1.16.1",
"mongodb": "^5.5.0",
Expand Down
Loading

0 comments on commit 4d97030

Please sign in to comment.