Skip to content

Commit

Permalink
v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Feb 29, 2024
1 parent 575c1cd commit f5af10d
Show file tree
Hide file tree
Showing 29 changed files with 5,493 additions and 2,183 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)

### Bug Fixes

- add workaround for release action ([9646669](https://github.com/grammyjs/storages/commit/9646669e0b183e81d15246c69a8e07e24084885b))
- remove public from workflow ([4f56e00](https://github.com/grammyjs/storages/commit/4f56e00cec0c769054d968b0e37d5e7f47a06daa))

### Features

- recursive publish ([5012ed6](https://github.com/grammyjs/storages/commit/5012ed6e21f64a5f19188deab668af32c6d88ad6))

## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)

**Note:** Version bump only for package @grammyjs/storages
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "pnpm",
"version": "2.4.1",
"version": "2.4.2",
"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.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)

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

## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)

**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.4.1",
"version": "2.4.2",
"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.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)

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

## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)

**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.4.1",
"version": "2.4.2",
"private": false,
"description": "Cloudflare Workers session storage for grammY.",
"main": "dist/index.js",
Expand Down
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.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)

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

## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)

**Note:** Version bump only for package denokv
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.4.1"
"version": "2.4.2"
}
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.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)

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

## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)

**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.4.1",
"version": "2.4.2",
"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.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)

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

## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)

**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.4.1",
"version": "2.4.2",
"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.4.1",
"@grammyjs/storage-utils": "^2.4.2",
"grammy": "^1.21.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.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)

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

## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)

**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.4.1",
"version": "2.4.2",
"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.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)

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

## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)

**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.4.1",
"version": "2.4.2",
"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.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)

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

## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)

**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.4.1",
"version": "2.4.2",
"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.4.1",
"@grammyjs/storage-utils": "^2.4.2",
"grammy": "^1.21.1",
"mongodb": "^6.3.0",
"mongodb-memory-server": "^9.1.6"
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.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)

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

## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)

**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.4.1",
"version": "2.4.2",
"private": false,
"description": "Prisma storage for grammY",
"main": "dist/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/grammyjs/storages/tree/main/packages/typeorm#readme",
"devDependencies": {
"@grammyjs/storage-utils": "^2.4.1",
"@grammyjs/storage-utils": "^2.4.2",
"@prisma/client": "^5.10.2",
"grammy": "^1.21.1",
"prisma": "^5.10.2",
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.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)

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

## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)

**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.4.1",
"version": "2.4.2",
"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.4.1",
"@grammyjs/storage-utils": "^2.4.2",
"@types/pg": "^8.11.2",
"grammy": "^1.21.1",
"pg": "^8.11.3",
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.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)

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

## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)

**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.4.1",
"version": "2.4.2",
"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.4.1",
"@grammyjs/storage-utils": "^2.4.2",
"@types/ioredis": "^5.0.0",
"grammy": "^1.21.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.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)

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

## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)

**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.4.1",
"version": "2.4.2",
"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.4.2](https://github.com/grammyjs/storages/compare/v2.4.1...v2.4.2) (2024-02-29)

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

## [2.4.1](https://github.com/grammyjs/storages/compare/v2.4.0...v2.4.1) (2023-12-03)

**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.4.1",
"version": "2.4.2",
"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.4.1",
"@grammyjs/storage-utils": "^2.4.2",
"better-sqlite3": "^9.4.3",
"grammy": "^1.21.1",
"mongodb": "^6.3.0",
Expand Down
Loading

0 comments on commit f5af10d

Please sign in to comment.