Skip to content

Commit

Permalink
chore(release): v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 20, 2023
1 parent 7d35b29 commit 34f1a39
Show file tree
Hide file tree
Showing 16 changed files with 40 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.0.3](https://github.com/microlinkhq/keyhq/compare/v2.0.2...v2.0.3) (2023-06-20)

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

## [2.0.2](https://github.com/microlinkhq/keyhq/compare/v2.0.1...v2.0.2) (2023-05-16)

**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.0.2",
"version": "2.0.3",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
4 changes: 4 additions & 0 deletions packages/compress/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.0.3](https://github.com/microlinkhq/keyvhq/compare/v2.0.2...v2.0.3) (2023-06-20)

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

# [2.0.0](https://github.com/microlinkhq/keyvhq/compare/v1.6.28...v2.0.0) (2023-04-22)

### Features
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": "2.0.0",
"version": "2.0.3",
"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.

## [2.0.3](https://github.com/microlinkhq/keyv/compare/v2.0.2...v2.0.3) (2023-06-20)

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

# [2.0.0](https://github.com/microlinkhq/keyv/compare/v1.6.28...v2.0.0) (2023-04-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.0",
"version": "2.0.3",
"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.

## [2.0.3](https://github.com/microlinkhq/keyv/compare/v2.0.2...v2.0.3) (2023-06-20)

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

# [2.0.0](https://github.com/microlinkhq/keyv/compare/v1.6.28...v2.0.0) (2023-04-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.0",
"version": "2.0.3",
"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.

## [2.0.3](https://github.com/microlinkhq/keyv/compare/v2.0.2...v2.0.3) (2023-06-20)

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

## [2.0.1](https://github.com/microlinkhq/keyv/compare/v2.0.0...v2.0.1) (2023-05-08)

**Note:** Version bump only for package @keyvhq/mysql
Expand Down
2 changes: 1 addition & 1 deletion 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.0.1",
"version": "2.0.3",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down
4 changes: 4 additions & 0 deletions packages/offline/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.0.3](https://github.com/microlinkhq/keyv/compare/v2.0.2...v2.0.3) (2023-06-20)

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

# [2.0.0](https://github.com/microlinkhq/keyv/compare/v1.6.28...v2.0.0) (2023-04-22)

### Features
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": "2.0.0",
"version": "2.0.3",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down
4 changes: 4 additions & 0 deletions packages/stats/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.0.3](https://github.com/microlinkhq/keyvhq/compare/v2.0.2...v2.0.3) (2023-06-20)

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

# [2.0.0](https://github.com/microlinkhq/keyvhq/compare/v1.6.28...v2.0.0) (2023-04-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/stats",
"description": "Collects metrics for a Keyv instance over time.",
"homepage": "https://keyv.js.org",
"version": "2.0.0",
"version": "2.0.3",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down
4 changes: 4 additions & 0 deletions packages/test-suite/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.0.3](https://github.com/microlinkhq/keyv/compare/v2.0.2...v2.0.3) (2023-06-20)

**Note:** Version bump only for package @keyvhq/test-suite

# [2.0.0](https://github.com/microlinkhq/keyv/compare/v1.6.28...v2.0.0) (2023-04-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/test-suite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/test-suite",
"description": "Test suite for Keyv API compliancy",
"homepage": "https://keyv.js.org",
"version": "2.0.0",
"version": "2.0.3",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down

0 comments on commit 34f1a39

Please sign in to comment.