Skip to content

Commit

Permalink
chore(release): v2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 24, 2024
1 parent c5b511e commit 815b5de
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 8 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.6](https://github.com/microlinkhq/keyhq/compare/v2.1.5...v2.1.6) (2024-09-24)

**Note:** Version bump only for package @keyvhq/monorepo

## [2.1.5](https://github.com/microlinkhq/keyhq/compare/v2.1.4...v2.1.5) (2024-07-30)

**Note:** Version bump only for package @keyvhq/monorepo
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 @@
"packages": [
"packages/*"
],
"version": "2.1.5",
"version": "2.1.6",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
4 changes: 4 additions & 0 deletions packages/mysql/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.6](https://github.com/microlinkhq/keyv/compare/v2.1.5...v2.1.6) (2024-09-24)

**Note:** Version bump only for package @keyvhq/mysql

## [2.1.5](https://github.com/microlinkhq/keyv/compare/v2.1.4...v2.1.5) (2024-07-30)

**Note:** Version bump only for package @keyvhq/mysql
Expand Down
4 changes: 2 additions & 2 deletions packages/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/mysql",
"description": "MySQL/MariaDB storage adapter for Keyv",
"homepage": "https://keyv.js.org",
"version": "2.1.5",
"version": "2.1.6",
"types": "./src/index.d.ts",
"main": "src/index.js",
"author": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"value"
],
"dependencies": {
"@keyvhq/sql": "^2.1.5",
"@keyvhq/sql": "^2.1.6",
"mysql2": "~3.6.0"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/postgres/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.6](https://github.com/microlinkhq/keyv/compare/v2.1.5...v2.1.6) (2024-09-24)

**Note:** Version bump only for package @keyvhq/postgres

## [2.1.5](https://github.com/microlinkhq/keyv/compare/v2.1.4...v2.1.5) (2024-07-30)

**Note:** Version bump only for package @keyvhq/postgres
Expand Down
4 changes: 2 additions & 2 deletions packages/postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/postgres",
"description": "PostgreSQL storage adapter for Keyv",
"homepage": "https://keyv.js.org",
"version": "2.1.5",
"version": "2.1.6",
"types": "./src/index.d.ts",
"main": "src/index.js",
"author": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"value"
],
"dependencies": {
"@keyvhq/sql": "^2.1.5",
"@keyvhq/sql": "^2.1.6",
"pg": "~8.11.0"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/sql/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.6](https://github.com/microlinkhq/keyv/compare/v2.1.5...v2.1.6) (2024-09-24)

**Note:** Version bump only for package @keyvhq/sql

## [2.1.5](https://github.com/microlinkhq/keyv/compare/v2.1.4...v2.1.5) (2024-07-30)

**Note:** Version bump only for package @keyvhq/sql
Expand Down
2 changes: 1 addition & 1 deletion packages/sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/sql",
"description": "Parent class for SQL based Keyv storage adapters",
"homepage": "https://keyv.js.org",
"version": "2.1.5",
"version": "2.1.6",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down
4 changes: 4 additions & 0 deletions packages/sqlite/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.6](https://github.com/microlinkhq/keyv/compare/v2.1.5...v2.1.6) (2024-09-24)

**Note:** Version bump only for package @keyvhq/sqlite

## [2.1.5](https://github.com/microlinkhq/keyv/compare/v2.1.4...v2.1.5) (2024-07-30)

**Note:** Version bump only for package @keyvhq/sqlite
Expand Down
4 changes: 2 additions & 2 deletions packages/sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/sqlite",
"description": "SQLite storage adapter for Keyv",
"homepage": "https://keyv.js.org",
"version": "2.1.5",
"version": "2.1.6",
"types": "./src/index.d.ts",
"main": "src/index.js",
"author": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"value"
],
"dependencies": {
"@keyvhq/sql": "^2.1.5",
"@keyvhq/sql": "^2.1.6",
"@vscode/sqlite3": "~5.1.2",
"pify": "~5.0.0"
},
Expand Down

0 comments on commit 815b5de

Please sign in to comment.