Skip to content

Commit

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

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

### Bug Fixes

- **denokv:** make tests idempotent ([b9e23b4](https://github.com/grammyjs/storages/commit/b9e23b45aee215e7e46d033d1b43a57720a60b30))
- **denokv:** script test ([c3e9889](https://github.com/grammyjs/storages/commit/c3e988981c79cd39a2a3416f7accae09823377c7))
- **dependency:** update dependency vitest to ^0.31.0 ([#173](https://github.com/grammyjs/storages/issues/173)) ([2ad2054](https://github.com/grammyjs/storages/commit/2ad20549052d034481011fdc61f0251eded9e44b))
- **typeorm:** use correct import of `ObjectId` for mongo ([cefaf34](https://github.com/grammyjs/storages/commit/cefaf3487ddde1213f200293f27fe87c3e80540e))

# [2.2.0](https://github.com/grammyjs/storages/compare/v2.1.4...v2.2.0) (2023-04-15)

### Features
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.2.0",
"version": "2.3.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.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

# [2.2.0](https://github.com/grammyjs/storages/compare/v2.1.4...v2.2.0) (2023-04-15)

**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.2.0",
"version": "2.3.0",
"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.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

# [2.2.0](https://github.com/grammyjs/storages/compare/v2.1.4...v2.2.0) (2023-04-15)

### Features
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.2.0",
"version": "2.3.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.3.0](https://github.com/grammyjs/storages/compare/v2.2.0...v2.3.0) (2023-05-31)

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

# [2.2.0](https://github.com/grammyjs/storages/compare/v2.1.4...v2.2.0) (2023-04-15)

**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.2.0"
"version": "2.3.0"
}
7 changes: 7 additions & 0 deletions packages/denokv/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.0](https://github.com/grammyjs/storages/compare/v2.2.0...v2.3.0) (2023-05-31)

### Bug Fixes

- **denokv:** make tests idempotent ([b9e23b4](https://github.com/grammyjs/storages/commit/b9e23b45aee215e7e46d033d1b43a57720a60b30))
- **denokv:** script test ([c3e9889](https://github.com/grammyjs/storages/commit/c3e988981c79cd39a2a3416f7accae09823377c7))

# [2.2.0](https://github.com/grammyjs/storages/compare/v2.1.4...v2.2.0) (2023-04-15)

### Features
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.2.0"
"version": "2.3.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.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

# [2.2.0](https://github.com/grammyjs/storages/compare/v2.1.4...v2.2.0) (2023-04-15)

**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.2.0",
"version": "2.3.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.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

# [2.2.0](https://github.com/grammyjs/storages/compare/v2.1.4...v2.2.0) (2023-04-15)

**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.2.0",
"version": "2.3.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.2.0",
"@grammyjs/storage-utils": "^2.3.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.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

# [2.2.0](https://github.com/grammyjs/storages/compare/v2.1.4...v2.2.0) (2023-04-15)

**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.2.0",
"version": "2.3.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.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

# [2.2.0](https://github.com/grammyjs/storages/compare/v2.1.4...v2.2.0) (2023-04-15)

**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.2.0",
"version": "2.3.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.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

# [2.2.0](https://github.com/grammyjs/storages/compare/v2.1.4...v2.2.0) (2023-04-15)

**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.2.0",
"version": "2.3.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.2.0",
"@grammyjs/storage-utils": "^2.3.0",
"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.0](https://github.com/grammyjs/storages/compare/v2.2.0...v2.3.0) (2023-05-31)

### Bug Fixes

- **dependency:** update dependency vitest to ^0.31.0 ([#173](https://github.com/grammyjs/storages/issues/173)) ([2ad2054](https://github.com/grammyjs/storages/commit/2ad20549052d034481011fdc61f0251eded9e44b))

# [2.2.0](https://github.com/grammyjs/storages/compare/v2.1.4...v2.2.0) (2023-04-15)

**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.2.0",
"version": "2.3.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.2.0",
"@grammyjs/storage-utils": "^2.3.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.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

# [2.2.0](https://github.com/grammyjs/storages/compare/v2.1.4...v2.2.0) (2023-04-15)

**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.2.0",
"version": "2.3.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.2.0",
"@grammyjs/storage-utils": "^2.3.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.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

# [2.2.0](https://github.com/grammyjs/storages/compare/v2.1.4...v2.2.0) (2023-04-15)

**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.2.0",
"version": "2.3.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.2.0",
"@grammyjs/storage-utils": "^2.3.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.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

# [2.2.0](https://github.com/grammyjs/storages/compare/v2.1.4...v2.2.0) (2023-04-15)

**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.2.0",
"version": "2.3.0",
"private": false,
"description": "Supabase database storage",
"types": "./dist/esm/mod.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/typeorm/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.0](https://github.com/grammyjs/storages/compare/v2.2.0...v2.3.0) (2023-05-31)

### Bug Fixes

- **dependency:** update dependency vitest to ^0.31.0 ([#173](https://github.com/grammyjs/storages/issues/173)) ([2ad2054](https://github.com/grammyjs/storages/commit/2ad20549052d034481011fdc61f0251eded9e44b))
- **typeorm:** use correct import of `ObjectId` for mongo ([cefaf34](https://github.com/grammyjs/storages/commit/cefaf3487ddde1213f200293f27fe87c3e80540e))

# [2.2.0](https://github.com/grammyjs/storages/compare/v2.1.4...v2.2.0) (2023-04-15)

**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.2.0",
"version": "2.3.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.2.0",
"@grammyjs/storage-utils": "^2.3.0",
"better-sqlite3": "^8.4.0",
"grammy": "^1.16.1",
"mongodb": "^5.5.0",
Expand Down
Loading

0 comments on commit 44b18c8

Please sign in to comment.