Skip to content

Commit

Permalink
chore(release): v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jul 16, 2021
1 parent a387d0e commit cbdc859
Show file tree
Hide file tree
Showing 18 changed files with 84 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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/monorepo





## [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/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.0.1",
"version": "1.0.2",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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/core





## [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/core
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://github.com/microlinkhq/keyv",
"version": "1.0.1",
"version": "1.0.2",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down
8 changes: 8 additions & 0 deletions packages/mongo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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/mongo





## [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/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://github.com/microlinkhq/keyv",
"version": "1.0.1",
"version": "1.0.2",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down
8 changes: 8 additions & 0 deletions packages/mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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
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://github.com/microlinkhq/keyv",
"version": "1.0.1",
"version": "1.0.2",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -31,7 +31,7 @@
"value"
],
"dependencies": {
"@keyvhq/sql": "^1.0.1",
"@keyvhq/sql": "^1.0.2",
"mysql2": "2.2.5"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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/postgres





## [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/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://github.com/microlinkhq/keyv",
"version": "1.0.1",
"version": "1.0.2",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -31,7 +31,7 @@
"value"
],
"dependencies": {
"@keyvhq/sql": "^1.0.1",
"@keyvhq/sql": "^1.0.2",
"pg": "8.6.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/redis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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/redis





## [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/redis
Expand Down
2 changes: 1 addition & 1 deletion packages/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/redis",
"description": "Redis storage adapter for Keyv",
"homepage": "https://github.com/microlinkhq/keyv",
"version": "1.0.1",
"version": "1.0.2",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down
8 changes: 8 additions & 0 deletions packages/sql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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/sql





## [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/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://github.com/microlinkhq/keyv",
"version": "1.0.1",
"version": "1.0.2",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down
8 changes: 8 additions & 0 deletions packages/sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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/sqlite





## [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/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://github.com/microlinkhq/keyv",
"version": "1.0.1",
"version": "1.0.2",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -30,7 +30,7 @@
"value"
],
"dependencies": {
"@keyvhq/sql": "^1.0.1",
"@keyvhq/sql": "^1.0.2",
"pify": "5.0.0",
"sqlite3": "^5.0.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/test-suite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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/test-suite





## [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/test-suite
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://github.com/microlinkhq/keyv",
"version": "1.0.1",
"version": "1.0.2",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down

0 comments on commit cbdc859

Please sign in to comment.