diff --git a/CHANGELOG.md b/CHANGELOG.md index 997af3ed..a2c2cfe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1.3](https://github.com/grammyjs/storages/compare/v2.1.2...v2.1.3) (2023-03-02) + +**Note:** Version bump only for package @grammyjs/storages + ## [2.1.2](https://github.com/grammyjs/storages/compare/v2.1.1...v2.1.2) (2023-03-02) ### Bug Fixes diff --git a/lerna.json b/lerna.json index f6bd679d..76776f11 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "pnpm", "useWorkspaces": true, - "version": "2.1.2", + "version": "2.1.3", "changelog": true, "conventionalCommits": true, "createRelease": "github" diff --git a/libs/utils/CHANGELOG.md b/libs/utils/CHANGELOG.md index 2c7da9f6..5e7a73b7 100644 --- a/libs/utils/CHANGELOG.md +++ b/libs/utils/CHANGELOG.md @@ -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.1.3](https://github.com/grammyjs/storages/compare/v2.1.2...v2.1.3) (2023-03-02) + +**Note:** Version bump only for package @grammyjs/storage-utils + ## [2.1.2](https://github.com/grammyjs/storages/compare/v2.1.1...v2.1.2) (2023-03-02) **Note:** Version bump only for package @grammyjs/storage-utils diff --git a/libs/utils/package.json b/libs/utils/package.json index 03f71ad7..55558c51 100644 --- a/libs/utils/package.json +++ b/libs/utils/package.json @@ -9,7 +9,7 @@ "require": "./dist/cjs/mod.js" } }, - "version": "2.1.2", + "version": "2.1.3", "scripts": { "test:deno": "echo \"Error: no tests specified\"", "test": "tsx __tests__/index.ts", diff --git a/packages/denodb/CHANGELOG.md b/packages/denodb/CHANGELOG.md index 7b71f18e..959c7077 100644 --- a/packages/denodb/CHANGELOG.md +++ b/packages/denodb/CHANGELOG.md @@ -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.1.3](https://github.com/grammyjs/storages/compare/v2.1.2...v2.1.3) (2023-03-02) + +**Note:** Version bump only for package denodb + ## [2.1.2](https://github.com/grammyjs/storages/compare/v2.1.1...v2.1.2) (2023-03-02) **Note:** Version bump only for package denodb diff --git a/packages/denodb/package.json b/packages/denodb/package.json index 27c50247..9a4170c5 100644 --- a/packages/denodb/package.json +++ b/packages/denodb/package.json @@ -4,5 +4,5 @@ "scripts": { "test:deno": "deno test --unstable ./test/session.test.ts" }, - "version": "2.1.2" + "version": "2.1.3" } diff --git a/packages/deta/CHANGELOG.md b/packages/deta/CHANGELOG.md index 991da43c..9c2b7fb0 100644 --- a/packages/deta/CHANGELOG.md +++ b/packages/deta/CHANGELOG.md @@ -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.1.3](https://github.com/grammyjs/storages/compare/v2.1.2...v2.1.3) (2023-03-02) + +**Note:** Version bump only for package @grammyjs/storage-deta + ## [2.1.2](https://github.com/grammyjs/storages/compare/v2.1.1...v2.1.2) (2023-03-02) **Note:** Version bump only for package @grammyjs/storage-deta diff --git a/packages/deta/package.json b/packages/deta/package.json index c9edb538..81848764 100644 --- a/packages/deta/package.json +++ b/packages/deta/package.json @@ -1,6 +1,6 @@ { "name": "@grammyjs/storage-deta", - "version": "2.1.2", + "version": "2.1.3", "private": false, "description": "deta.sh storage adapter for grammY", "main": "./dist/cjs/mod.js", diff --git a/packages/file/CHANGELOG.md b/packages/file/CHANGELOG.md index 72f6b952..3abefff7 100644 --- a/packages/file/CHANGELOG.md +++ b/packages/file/CHANGELOG.md @@ -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.1.3](https://github.com/grammyjs/storages/compare/v2.1.2...v2.1.3) (2023-03-02) + +**Note:** Version bump only for package @grammyjs/storage-file + ## [2.1.2](https://github.com/grammyjs/storages/compare/v2.1.1...v2.1.2) (2023-03-02) **Note:** Version bump only for package @grammyjs/storage-file diff --git a/packages/file/package.json b/packages/file/package.json index 9a4dda72..7540f8ee 100644 --- a/packages/file/package.json +++ b/packages/file/package.json @@ -1,6 +1,6 @@ { "name": "@grammyjs/storage-file", - "version": "2.1.2", + "version": "2.1.3", "private": false, "description": "File storage for grammY library.", "main": "./dist/cjs/mod.js", @@ -36,7 +36,7 @@ }, "homepage": "https://github.com/grammyjs/storages/tree/main/packages/file#readme", "devDependencies": { - "@grammyjs/storage-utils": "^2.1.2", + "@grammyjs/storage-utils": "^2.1.3", "grammy": "^1.5.4" }, "gitHead": "a7758c4f957f103a14832088c6858d693c444576" diff --git a/packages/firestore/CHANGELOG.md b/packages/firestore/CHANGELOG.md index 730bc2a6..486bdf5a 100644 --- a/packages/firestore/CHANGELOG.md +++ b/packages/firestore/CHANGELOG.md @@ -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.1.3](https://github.com/grammyjs/storages/compare/v2.1.2...v2.1.3) (2023-03-02) + +**Note:** Version bump only for package @grammyjs/storage-firestore + ## [2.1.2](https://github.com/grammyjs/storages/compare/v2.1.1...v2.1.2) (2023-03-02) ### Bug Fixes diff --git a/packages/firestore/package.json b/packages/firestore/package.json index 220751a8..06648db4 100644 --- a/packages/firestore/package.json +++ b/packages/firestore/package.json @@ -1,6 +1,6 @@ { "name": "@grammyjs/storage-firestore", - "version": "2.1.2", + "version": "2.1.3", "description": "Google Firestore storage adapter for grammY", "main": "./dist/cjs/index.js", "private": false, diff --git a/packages/free/CHANGELOG.md b/packages/free/CHANGELOG.md index 9e77540a..571c4e6d 100644 --- a/packages/free/CHANGELOG.md +++ b/packages/free/CHANGELOG.md @@ -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.1.3](https://github.com/grammyjs/storages/compare/v2.1.2...v2.1.3) (2023-03-02) + +**Note:** Version bump only for package @grammyjs/storage-free + ## [2.1.2](https://github.com/grammyjs/storages/compare/v2.1.1...v2.1.2) (2023-03-02) **Note:** Version bump only for package @grammyjs/storage-free diff --git a/packages/free/package.json b/packages/free/package.json index 37e9887f..1d560027 100644 --- a/packages/free/package.json +++ b/packages/free/package.json @@ -1,6 +1,6 @@ { "name": "@grammyjs/storage-free", - "version": "2.1.2", + "version": "2.1.3", "private": false, "description": "Storage adapter for grammY's free sessions", "main": "./dist/cjs/mod.js", diff --git a/packages/mongodb/CHANGELOG.md b/packages/mongodb/CHANGELOG.md index 10357fe0..cd403a9d 100644 --- a/packages/mongodb/CHANGELOG.md +++ b/packages/mongodb/CHANGELOG.md @@ -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.1.3](https://github.com/grammyjs/storages/compare/v2.1.2...v2.1.3) (2023-03-02) + +**Note:** Version bump only for package @grammyjs/storage-mongodb + ## [2.1.2](https://github.com/grammyjs/storages/compare/v2.1.1...v2.1.2) (2023-03-02) **Note:** Version bump only for package @grammyjs/storage-mongodb diff --git a/packages/mongodb/package.json b/packages/mongodb/package.json index 8f1713a8..15201ac4 100644 --- a/packages/mongodb/package.json +++ b/packages/mongodb/package.json @@ -1,6 +1,6 @@ { "name": "@grammyjs/storage-mongodb", - "version": "2.1.2", + "version": "2.1.3", "private": false, "description": "MongoDB storage for grammy library.", "main": "./dist/cjs/mod.js", @@ -36,7 +36,7 @@ }, "homepage": "https://github.com/grammyjs/storages/tree/main/packages/mongodb#readme", "devDependencies": { - "@grammyjs/storage-utils": "^2.1.2", + "@grammyjs/storage-utils": "^2.1.3", "grammy": "^1.5.4", "mongodb": "^4.2.2", "mongodb-memory-server": "^8.0.0" diff --git a/packages/prisma/CHANGELOG.md b/packages/prisma/CHANGELOG.md index fed06bf4..282c33b7 100644 --- a/packages/prisma/CHANGELOG.md +++ b/packages/prisma/CHANGELOG.md @@ -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.1.3](https://github.com/grammyjs/storages/compare/v2.1.2...v2.1.3) (2023-03-02) + +**Note:** Version bump only for package @grammyjs/storage-prisma + ## [2.1.2](https://github.com/grammyjs/storages/compare/v2.1.1...v2.1.2) (2023-03-02) ### Bug Fixes diff --git a/packages/prisma/package.json b/packages/prisma/package.json index 1c03152b..3eeeb71e 100644 --- a/packages/prisma/package.json +++ b/packages/prisma/package.json @@ -1,6 +1,6 @@ { "name": "@grammyjs/storage-prisma", - "version": "2.1.2", + "version": "2.1.3", "private": false, "description": "Prisma storage for grammY", "main": "dist/index.js", @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/grammyjs/storages/tree/main/packages/typeorm#readme", "devDependencies": { - "@grammyjs/storage-utils": "^2.1.2", + "@grammyjs/storage-utils": "^2.1.3", "@prisma/client": "^4.1.0", "grammy": "^1.5.4", "prisma": "^4.1.0", diff --git a/packages/psql/CHANGELOG.md b/packages/psql/CHANGELOG.md index 68b72b19..7a11f74b 100644 --- a/packages/psql/CHANGELOG.md +++ b/packages/psql/CHANGELOG.md @@ -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.1.3](https://github.com/grammyjs/storages/compare/v2.1.2...v2.1.3) (2023-03-02) + +**Note:** Version bump only for package @grammyjs/storage-psql + ## [2.1.2](https://github.com/grammyjs/storages/compare/v2.1.1...v2.1.2) (2023-03-02) **Note:** Version bump only for package @grammyjs/storage-psql diff --git a/packages/psql/package.json b/packages/psql/package.json index 9cddb502..bfd40e3e 100644 --- a/packages/psql/package.json +++ b/packages/psql/package.json @@ -1,6 +1,6 @@ { "name": "@grammyjs/storage-psql", - "version": "2.1.2", + "version": "2.1.3", "private": false, "description": "PSQL storage for grammY library.", "main": "./dist/cjs/mod.js", @@ -36,7 +36,7 @@ }, "homepage": "https://github.com/grammyjs/storages/tree/main/packages/psql#readme", "devDependencies": { - "@grammyjs/storage-utils": "^2.1.2", + "@grammyjs/storage-utils": "^2.1.3", "@types/pg": "^8.6.3", "grammy": "^1.5.4", "pg": "^8.7.1", diff --git a/packages/redis/CHANGELOG.md b/packages/redis/CHANGELOG.md index 09a3a474..0c60bc67 100644 --- a/packages/redis/CHANGELOG.md +++ b/packages/redis/CHANGELOG.md @@ -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.1.3](https://github.com/grammyjs/storages/compare/v2.1.2...v2.1.3) (2023-03-02) + +**Note:** Version bump only for package @grammyjs/storage-redis + ## [2.1.2](https://github.com/grammyjs/storages/compare/v2.1.1...v2.1.2) (2023-03-02) **Note:** Version bump only for package @grammyjs/storage-redis diff --git a/packages/redis/package.json b/packages/redis/package.json index 7c064a74..7f82cbd7 100644 --- a/packages/redis/package.json +++ b/packages/redis/package.json @@ -1,6 +1,6 @@ { "name": "@grammyjs/storage-redis", - "version": "2.1.2", + "version": "2.1.3", "private": false, "description": "Redis storage for grammy library.", "main": "./dist/cjs/mod.js", @@ -36,7 +36,7 @@ }, "homepage": "https://github.com/grammyjs/storages/tree/main/packages/redis#readme", "devDependencies": { - "@grammyjs/storage-utils": "^2.1.2", + "@grammyjs/storage-utils": "^2.1.3", "@types/ioredis": "^4.28.5", "grammy": "^1.5.4", "ioredis": "^5.0.0" diff --git a/packages/supabase/CHANGELOG.md b/packages/supabase/CHANGELOG.md index 7ee971fa..b185c080 100644 --- a/packages/supabase/CHANGELOG.md +++ b/packages/supabase/CHANGELOG.md @@ -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.1.3](https://github.com/grammyjs/storages/compare/v2.1.2...v2.1.3) (2023-03-02) + +**Note:** Version bump only for package @grammyjs/storage-supabase + ## [2.1.2](https://github.com/grammyjs/storages/compare/v2.1.1...v2.1.2) (2023-03-02) **Note:** Version bump only for package @grammyjs/storage-supabase diff --git a/packages/supabase/package.json b/packages/supabase/package.json index b386f67b..784a45da 100644 --- a/packages/supabase/package.json +++ b/packages/supabase/package.json @@ -1,6 +1,6 @@ { "name": "@grammyjs/storage-supabase", - "version": "2.1.2", + "version": "2.1.3", "private": false, "description": "Supabase database storage", "types": "./dist/esm/mod.d.ts", diff --git a/packages/typeorm/CHANGELOG.md b/packages/typeorm/CHANGELOG.md index fed06bf4..084f7cee 100644 --- a/packages/typeorm/CHANGELOG.md +++ b/packages/typeorm/CHANGELOG.md @@ -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.1.3](https://github.com/grammyjs/storages/compare/v2.1.2...v2.1.3) (2023-03-02) + +**Note:** Version bump only for package @grammyjs/storage-typeorm + ## [2.1.2](https://github.com/grammyjs/storages/compare/v2.1.1...v2.1.2) (2023-03-02) ### Bug Fixes diff --git a/packages/typeorm/package.json b/packages/typeorm/package.json index ad09accf..492d2743 100644 --- a/packages/typeorm/package.json +++ b/packages/typeorm/package.json @@ -1,6 +1,6 @@ { "name": "@grammyjs/storage-typeorm", - "version": "2.1.2", + "version": "2.1.3", "private": false, "description": "TypeORM storage for grammy library.", "main": "dist/index.js", @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/grammyjs/storages/tree/main/packages/typeorm#readme", "devDependencies": { - "@grammyjs/storage-utils": "^2.1.2", + "@grammyjs/storage-utils": "^2.1.3", "better-sqlite3": "^8.0.0", "grammy": "^1.5.4", "mongodb": "^3.6.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index db936a01..b8896672 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -51,7 +51,7 @@ importers: packages/file: specifiers: - "@grammyjs/storage-utils": ^2.1.2 + "@grammyjs/storage-utils": ^2.1.3 grammy: ^1.5.4 devDependencies: "@grammyjs/storage-utils": link:../../libs/utils @@ -74,7 +74,7 @@ importers: packages/mongodb: specifiers: - "@grammyjs/storage-utils": ^2.1.2 + "@grammyjs/storage-utils": ^2.1.3 grammy: ^1.5.4 mongodb: ^4.2.2 mongodb-memory-server: ^8.0.0 @@ -86,7 +86,7 @@ importers: packages/prisma: specifiers: - "@grammyjs/storage-utils": ^2.1.2 + "@grammyjs/storage-utils": ^2.1.3 "@prisma/client": ^4.1.0 grammy: ^1.5.4 prisma: ^4.1.0 @@ -102,7 +102,7 @@ importers: packages/psql: specifiers: - "@grammyjs/storage-utils": ^2.1.2 + "@grammyjs/storage-utils": ^2.1.3 "@types/pg": ^8.6.3 grammy: ^1.5.4 pg: ^8.7.1 @@ -116,7 +116,7 @@ importers: packages/redis: specifiers: - "@grammyjs/storage-utils": ^2.1.2 + "@grammyjs/storage-utils": ^2.1.3 "@types/ioredis": ^4.28.5 grammy: ^1.5.4 ioredis: ^5.0.0 @@ -134,7 +134,7 @@ importers: packages/typeorm: specifiers: - "@grammyjs/storage-utils": ^2.1.2 + "@grammyjs/storage-utils": ^2.1.3 better-sqlite3: ^8.0.0 grammy: ^1.5.4 mongodb: ^3.6.4