Skip to content

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Mar 2, 2023
1 parent 7950098 commit c7b40c1
Show file tree
Hide file tree
Showing 27 changed files with 77 additions and 25 deletions.
4 changes: 4 additions & 0 deletions 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.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
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.1.2",
"version": "2.1.3",
"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.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
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.1.2",
"version": "2.1.3",
"scripts": {
"test:deno": "echo \"Error: no tests specified\"",
"test": "tsx __tests__/index.ts",
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.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
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.1.2"
"version": "2.1.3"
}
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.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
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.1.2",
"version": "2.1.3",
"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.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
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.1.2",
"version": "2.1.3",
"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.1.2",
"@grammyjs/storage-utils": "^2.1.3",
"grammy": "^1.5.4"
},
"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.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
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.1.2",
"version": "2.1.3",
"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.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
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.1.2",
"version": "2.1.3",
"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.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
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.1.2",
"version": "2.1.3",
"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.1.2",
"@grammyjs/storage-utils": "^2.1.3",
"grammy": "^1.5.4",
"mongodb": "^4.2.2",
"mongodb-memory-server": "^8.0.0"
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.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
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.1.2",
"version": "2.1.3",
"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.1.2",
"@grammyjs/storage-utils": "^2.1.3",
"@prisma/client": "^4.1.0",
"grammy": "^1.5.4",
"prisma": "^4.1.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.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
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.1.2",
"version": "2.1.3",
"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.1.2",
"@grammyjs/storage-utils": "^2.1.3",
"@types/pg": "^8.6.3",
"grammy": "^1.5.4",
"pg": "^8.7.1",
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.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
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.1.2",
"version": "2.1.3",
"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.1.2",
"@grammyjs/storage-utils": "^2.1.3",
"@types/ioredis": "^4.28.5",
"grammy": "^1.5.4",
"ioredis": "^5.0.0"
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.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
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.1.2",
"version": "2.1.3",
"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.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
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.1.2",
"version": "2.1.3",
"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.1.2",
"@grammyjs/storage-utils": "^2.1.3",
"better-sqlite3": "^8.0.0",
"grammy": "^1.5.4",
"mongodb": "^3.6.4",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c7b40c1

Please sign in to comment.