Skip to content

Commit

Permalink
chore(release): v1.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 22, 2022
1 parent 6b9b6ce commit 9c1cf84
Show file tree
Hide file tree
Showing 26 changed files with 70 additions and 310 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

### Bug Fixes

* associate `emitErros` with keyv instance ([3a88e0a](https://github.com/microlinkhq/keyv/commit/3a88e0a4af316769c1845a9f5c82a3b8d25120e2))

## [1.6.12](https://github.com/microlinkhq/keyv/compare/v1.6.11...v1.6.12) (2022-05-12)

**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": "1.6.12",
"version": "1.6.13",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
10 changes: 3 additions & 7 deletions packages/compress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09)
## [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/compress

## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09)



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

## [1.6.5](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.5) (2022-03-09)

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





## [1.6.1](https://github.com/microlinkhq/keyv/compare/v1.6.0...v1.6.1) (2021-10-14)

**Note:** Version bump only for package @keyvhq/compress
Expand Down
2 changes: 1 addition & 1 deletion packages/compress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/compress",
"description": "Adds compression bindings for your Keyv instance, saving as much space as you can.",
"homepage": "https://keyv.js.org",
"version": "1.6.6",
"version": "1.6.13",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

### Bug Fixes

* associate `emitErros` with keyv instance ([3a88e0a](https://github.com/microlinkhq/keyv/commit/3a88e0a4af316769c1845a9f5c82a3b8d25120e2))

## [1.6.9](https://github.com/microlinkhq/keyv/compare/v1.6.8...v1.6.9) (2022-03-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/core",
"description": "Simple key-value storage with support for multiple backends",
"homepage": "https://keyv.js.org",
"version": "1.6.9",
"version": "1.6.13",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down
4 changes: 4 additions & 0 deletions packages/memoize/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.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22)

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

## [1.6.9](https://github.com/microlinkhq/keyv/compare/v1.6.8...v1.6.9) (2022-03-30)

**Note:** Version bump only for package @keyvhq/memoize
Expand Down
4 changes: 2 additions & 2 deletions packages/memoize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/memoize",
"description": "Memoize any function using Keyv as storage backend.",
"homepage": "https://keyv.js.org",
"version": "1.6.9",
"version": "1.6.13",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand All @@ -27,7 +27,7 @@
"value"
],
"dependencies": {
"@keyvhq/core": "^1.6.9",
"@keyvhq/core": "^1.6.13",
"mimic-fn": "~3.0.0"
},
"devDependencies": {
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.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22)

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

## [1.6.12](https://github.com/microlinkhq/keyv/compare/v1.6.11...v1.6.12) (2022-05-12)

**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.12",
"version": "1.6.13",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down
4 changes: 4 additions & 0 deletions packages/multi/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.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22)

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

## [1.6.9](https://github.com/microlinkhq/keyv/compare/v1.6.8...v1.6.9) (2022-03-30)

**Note:** Version bump only for package @keyvhq/multi
Expand Down
4 changes: 2 additions & 2 deletions packages/multi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/multi",
"description": "Layered cache with any backend",
"homepage": "https://keyv.js.org",
"version": "1.6.9",
"version": "1.6.13",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand All @@ -27,7 +27,7 @@
"value"
],
"dependencies": {
"@keyvhq/core": "^1.6.9"
"@keyvhq/core": "^1.6.13"
},
"devDependencies": {
"@keyvhq/compress": "latest",
Expand Down
64 changes: 3 additions & 61 deletions packages/mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,132 +3,74 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.7](https://github.com/microlinkhq/keyv/compare/v1.6.6...v1.6.7) (2022-03-13)
## [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

## [1.6.7](https://github.com/microlinkhq/keyv/compare/v1.6.6...v1.6.7) (2022-03-13)



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

## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09)


### Bug Fixes

* changed all adapter apis to support (uri, option) ([f78a5dd](https://github.com/microlinkhq/keyv/commit/f78a5dd26ebcb2661d99c61328fbd92d9c462149))





## [1.6.5](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.5) (2022-03-09)


### Bug Fixes

* changed all adapter apis to support (uri, option) ([f78a5dd](https://github.com/microlinkhq/keyv/commit/f78a5dd26ebcb2661d99c61328fbd92d9c462149))





## [1.6.3](https://github.com/microlinkhq/keyv/compare/v1.6.2...v1.6.3) (2021-12-01)

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





## [1.6.2](https://github.com/microlinkhq/keyv/compare/v1.6.1...v1.6.2) (2021-11-08)

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





# [1.6.0](https://github.com/microlinkhq/keyv/compare/v1.5.2...v1.6.0) (2021-10-05)

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





## [1.5.1](https://github.com/microlinkhq/keyv/compare/v1.5.0...v1.5.1) (2021-09-16)

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





# [1.4.0](https://github.com/microlinkhq/keyv/compare/v1.3.0...v1.4.0) (2021-09-12)

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





# [1.3.0](https://github.com/microlinkhq/keyv/compare/v1.2.7...v1.3.0) (2021-09-01)

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





## [1.2.7](https://github.com/microlinkhq/keyv/compare/v1.2.6...v1.2.7) (2021-08-24)

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





# [1.2.0](https://github.com/microlinkhq/keyv/compare/v1.1.1...v1.2.0) (2021-08-11)

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





## [1.1.1](https://github.com/microlinkhq/keyv/compare/v1.1.0...v1.1.1) (2021-07-30)

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





# [1.1.0](https://github.com/microlinkhq/keyv/compare/v1.0.2...v1.1.0) (2021-07-30)

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





## [1.0.2](https://github.com/microlinkhq/keyv/compare/v1.0.1...v1.0.2) (2021-07-16)

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





## [1.0.1](https://github.com/microlinkhq/keyv/compare/v1.0.0...v1.0.1) (2021-07-16)

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





## [0.2.4](https://github.com/microlinkhq/keyv/compare/v0.2.0...v0.2.4) (2021-07-01)

**Note:** Version bump only for package @keyvhq/mysql
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.7",
"version": "1.6.13",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down Expand Up @@ -31,7 +31,7 @@
"value"
],
"dependencies": {
"@keyvhq/sql": "^1.6.7",
"@keyvhq/sql": "^1.6.13",
"mysql2": "~2.3.3"
},
"devDependencies": {
Expand Down
15 changes: 3 additions & 12 deletions packages/offline/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09)
## [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/offline

## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09)



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

## [1.6.5](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.5) (2022-03-09)

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





# [1.3.0](https://github.com/microlinkhq/keyv/compare/v1.2.7...v1.3.0) (2021-09-01)


### Features

* add offline decorator ([86a57c8](https://github.com/microlinkhq/keyv/commit/86a57c86ef463eaf7aebf4d0d0b6fcebdb1925f9))





# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
Expand Down
2 changes: 1 addition & 1 deletion packages/offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/offline",
"description": "Adding offline capabilities for your keyv instance.",
"homepage": "https://keyv.js.org",
"version": "1.6.6",
"version": "1.6.13",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down
Loading

0 comments on commit 9c1cf84

Please sign in to comment.