Skip to content

Commit

Permalink
chore(release): v1.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 7, 2022
1 parent d4cfdbe commit 8dff30c
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 9 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.

## [1.6.15](https://github.com/microlinkhq/keyv/compare/v1.6.14...v1.6.15) (2022-06-07)

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

## [1.6.14](https://github.com/microlinkhq/keyv/compare/v1.6.13...v1.6.14) (2022-05-29)

### 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 @@
"packages": [
"packages/*"
],
"version": "1.6.14",
"version": "1.6.15",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
4 changes: 4 additions & 0 deletions packages/mongo/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.

## [1.6.15](https://github.com/microlinkhq/keyv/compare/v1.6.14...v1.6.15) (2022-06-07)

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

## [1.6.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22)

**Note:** Version bump only for package @keyvhq/mongo
Expand Down
2 changes: 1 addition & 1 deletion packages/mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/mongo",
"description": "MongoDB storage adapter for Keyv",
"homepage": "https://keyv.js.org",
"version": "1.6.13",
"version": "1.6.15",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
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.

## [1.6.15](https://github.com/microlinkhq/keyv/compare/v1.6.14...v1.6.15) (2022-06-07)

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

## [1.6.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22)

**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": "1.6.13",
"version": "1.6.15",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down Expand Up @@ -31,7 +31,7 @@
"value"
],
"dependencies": {
"@keyvhq/sql": "^1.6.13",
"@keyvhq/sql": "^1.6.15",
"mysql2": "~2.3.3"
},
"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.

## [1.6.15](https://github.com/microlinkhq/keyv/compare/v1.6.14...v1.6.15) (2022-06-07)

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

## [1.6.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22)

**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": "1.6.13",
"version": "1.6.15",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down Expand Up @@ -31,7 +31,7 @@
"value"
],
"dependencies": {
"@keyvhq/sql": "^1.6.13",
"@keyvhq/sql": "^1.6.15",
"pg": "~8.7.3"
},
"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.

## [1.6.15](https://github.com/microlinkhq/keyv/compare/v1.6.14...v1.6.15) (2022-06-07)

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

## [1.6.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22)

**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": "1.6.13",
"version": "1.6.15",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
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.

## [1.6.15](https://github.com/microlinkhq/keyv/compare/v1.6.14...v1.6.15) (2022-06-07)

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

## [1.6.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22)

**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": "1.6.13",
"version": "1.6.15",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down Expand Up @@ -30,7 +30,7 @@
"value"
],
"dependencies": {
"@keyvhq/sql": "^1.6.13",
"@keyvhq/sql": "^1.6.15",
"@vscode/sqlite3": "~5.0.7",
"pify": "~5.0.0"
},
Expand Down

0 comments on commit 8dff30c

Please sign in to comment.