diff --git a/CHANGELOG.md b/CHANGELOG.md index a2c2cfe0..100f91df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1.4](https://github.com/grammyjs/storages/compare/v2.1.3...v2.1.4) (2023-03-02) + +### Bug Fixes + +- **denodb:** again change denodb dependency to another url because it's again broken ([14ad651](https://github.com/grammyjs/storages/commit/14ad65134702ac3b4948bbf9321f7f5faf39df93)) + ## [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 diff --git a/lerna.json b/lerna.json index 76776f11..eb743541 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.3", + "version": "2.1.4", "changelog": true, "conventionalCommits": true, "createRelease": "github" diff --git a/libs/utils/CHANGELOG.md b/libs/utils/CHANGELOG.md index 5e7a73b7..549494bc 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.4](https://github.com/grammyjs/storages/compare/v2.1.3...v2.1.4) (2023-03-02) + +**Note:** Version bump only for package @grammyjs/storage-utils + ## [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 diff --git a/libs/utils/package.json b/libs/utils/package.json index 55558c51..f233a272 100644 --- a/libs/utils/package.json +++ b/libs/utils/package.json @@ -9,7 +9,7 @@ "require": "./dist/cjs/mod.js" } }, - "version": "2.1.3", + "version": "2.1.4", "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 959c7077..1e0bcc99 100644 --- a/packages/denodb/CHANGELOG.md +++ b/packages/denodb/CHANGELOG.md @@ -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.1.4](https://github.com/grammyjs/storages/compare/v2.1.3...v2.1.4) (2023-03-02) + +### Bug Fixes + +- **denodb:** again change denodb dependency to another url because it's again broken ([14ad651](https://github.com/grammyjs/storages/commit/14ad65134702ac3b4948bbf9321f7f5faf39df93)) + ## [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 diff --git a/packages/denodb/package.json b/packages/denodb/package.json index 9a4170c5..c833b6ce 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.3" + "version": "2.1.4" } diff --git a/packages/deta/CHANGELOG.md b/packages/deta/CHANGELOG.md index 9c2b7fb0..eb6d3273 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.4](https://github.com/grammyjs/storages/compare/v2.1.3...v2.1.4) (2023-03-02) + +**Note:** Version bump only for package @grammyjs/storage-deta + ## [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 diff --git a/packages/deta/package.json b/packages/deta/package.json index 81848764..6e6416c5 100644 --- a/packages/deta/package.json +++ b/packages/deta/package.json @@ -1,6 +1,6 @@ { "name": "@grammyjs/storage-deta", - "version": "2.1.3", + "version": "2.1.4", "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 3abefff7..9704c44d 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.4](https://github.com/grammyjs/storages/compare/v2.1.3...v2.1.4) (2023-03-02) + +**Note:** Version bump only for package @grammyjs/storage-file + ## [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 diff --git a/packages/file/package.json b/packages/file/package.json index 7540f8ee..b686fd4f 100644 --- a/packages/file/package.json +++ b/packages/file/package.json @@ -1,6 +1,6 @@ { "name": "@grammyjs/storage-file", - "version": "2.1.3", + "version": "2.1.4", "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.3", + "@grammyjs/storage-utils": "^2.1.4", "grammy": "^1.5.4" }, "gitHead": "a7758c4f957f103a14832088c6858d693c444576" diff --git a/packages/firestore/CHANGELOG.md b/packages/firestore/CHANGELOG.md index 486bdf5a..86fe4dae 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.4](https://github.com/grammyjs/storages/compare/v2.1.3...v2.1.4) (2023-03-02) + +**Note:** Version bump only for package @grammyjs/storage-firestore + ## [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 diff --git a/packages/firestore/package.json b/packages/firestore/package.json index 06648db4..6bf6d8d1 100644 --- a/packages/firestore/package.json +++ b/packages/firestore/package.json @@ -1,6 +1,6 @@ { "name": "@grammyjs/storage-firestore", - "version": "2.1.3", + "version": "2.1.4", "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 571c4e6d..e1ba8153 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.4](https://github.com/grammyjs/storages/compare/v2.1.3...v2.1.4) (2023-03-02) + +**Note:** Version bump only for package @grammyjs/storage-free + ## [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 diff --git a/packages/free/package.json b/packages/free/package.json index 1d560027..4755ba77 100644 --- a/packages/free/package.json +++ b/packages/free/package.json @@ -1,6 +1,6 @@ { "name": "@grammyjs/storage-free", - "version": "2.1.3", + "version": "2.1.4", "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 cd403a9d..3154fa99 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.4](https://github.com/grammyjs/storages/compare/v2.1.3...v2.1.4) (2023-03-02) + +**Note:** Version bump only for package @grammyjs/storage-mongodb + ## [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 diff --git a/packages/mongodb/package.json b/packages/mongodb/package.json index 15201ac4..5fd6373e 100644 --- a/packages/mongodb/package.json +++ b/packages/mongodb/package.json @@ -1,6 +1,6 @@ { "name": "@grammyjs/storage-mongodb", - "version": "2.1.3", + "version": "2.1.4", "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.3", + "@grammyjs/storage-utils": "^2.1.4", "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 282c33b7..70f532d3 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.4](https://github.com/grammyjs/storages/compare/v2.1.3...v2.1.4) (2023-03-02) + +**Note:** Version bump only for package @grammyjs/storage-prisma + ## [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 diff --git a/packages/prisma/package.json b/packages/prisma/package.json index 3eeeb71e..5ba287d7 100644 --- a/packages/prisma/package.json +++ b/packages/prisma/package.json @@ -1,6 +1,6 @@ { "name": "@grammyjs/storage-prisma", - "version": "2.1.3", + "version": "2.1.4", "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.3", + "@grammyjs/storage-utils": "^2.1.4", "@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 7a11f74b..296c5c02 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.4](https://github.com/grammyjs/storages/compare/v2.1.3...v2.1.4) (2023-03-02) + +**Note:** Version bump only for package @grammyjs/storage-psql + ## [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 diff --git a/packages/psql/package.json b/packages/psql/package.json index bfd40e3e..3e440613 100644 --- a/packages/psql/package.json +++ b/packages/psql/package.json @@ -1,6 +1,6 @@ { "name": "@grammyjs/storage-psql", - "version": "2.1.3", + "version": "2.1.4", "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.3", + "@grammyjs/storage-utils": "^2.1.4", "@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 0c60bc67..8f99120a 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.4](https://github.com/grammyjs/storages/compare/v2.1.3...v2.1.4) (2023-03-02) + +**Note:** Version bump only for package @grammyjs/storage-redis + ## [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 diff --git a/packages/redis/package.json b/packages/redis/package.json index 7f82cbd7..0ba3f4d6 100644 --- a/packages/redis/package.json +++ b/packages/redis/package.json @@ -1,6 +1,6 @@ { "name": "@grammyjs/storage-redis", - "version": "2.1.3", + "version": "2.1.4", "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.3", + "@grammyjs/storage-utils": "^2.1.4", "@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 b185c080..1fdf7976 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.4](https://github.com/grammyjs/storages/compare/v2.1.3...v2.1.4) (2023-03-02) + +**Note:** Version bump only for package @grammyjs/storage-supabase + ## [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 diff --git a/packages/supabase/package.json b/packages/supabase/package.json index 784a45da..3b64b623 100644 --- a/packages/supabase/package.json +++ b/packages/supabase/package.json @@ -1,6 +1,6 @@ { "name": "@grammyjs/storage-supabase", - "version": "2.1.3", + "version": "2.1.4", "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 084f7cee..60467b4e 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.4](https://github.com/grammyjs/storages/compare/v2.1.3...v2.1.4) (2023-03-02) + +**Note:** Version bump only for package @grammyjs/storage-typeorm + ## [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 diff --git a/packages/typeorm/package.json b/packages/typeorm/package.json index 492d2743..4a7dccdd 100644 --- a/packages/typeorm/package.json +++ b/packages/typeorm/package.json @@ -1,6 +1,6 @@ { "name": "@grammyjs/storage-typeorm", - "version": "2.1.3", + "version": "2.1.4", "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.3", + "@grammyjs/storage-utils": "^2.1.4", "better-sqlite3": "^8.0.0", "grammy": "^1.5.4", "mongodb": "^3.6.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b8896672..8f581c9f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -51,7 +51,7 @@ importers: packages/file: specifiers: - "@grammyjs/storage-utils": ^2.1.3 + "@grammyjs/storage-utils": ^2.1.4 grammy: ^1.5.4 devDependencies: "@grammyjs/storage-utils": link:../../libs/utils @@ -74,7 +74,7 @@ importers: packages/mongodb: specifiers: - "@grammyjs/storage-utils": ^2.1.3 + "@grammyjs/storage-utils": ^2.1.4 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.3 + "@grammyjs/storage-utils": ^2.1.4 "@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.3 + "@grammyjs/storage-utils": ^2.1.4 "@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.3 + "@grammyjs/storage-utils": ^2.1.4 "@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.3 + "@grammyjs/storage-utils": ^2.1.4 better-sqlite3: ^8.0.0 grammy: ^1.5.4 mongodb: ^3.6.4