diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a1433c88..6891ce1af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.2](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.1...v4.2.2) (2022-03-15) + + +### Bug Fixes + +* ensure keyprefix is not undefined ([9134f52](https://github.com/strapi-community/strapi-plugin-rest-cache/commit/9134f52a0ea8a8399db4af59a5dc689742104739)) + + + + + ## [4.2.1](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.0...v4.2.1) (2022-03-11) diff --git a/lerna.json b/lerna.json index d717a22c4..ac1dcb8ea 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages/*", "playgrounds/*" ], - "version": "4.2.1", + "version": "4.2.2", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/strapi-plugin-rest-cache/CHANGELOG.md b/packages/strapi-plugin-rest-cache/CHANGELOG.md index dd88666d6..1d1a8b28c 100644 --- a/packages/strapi-plugin-rest-cache/CHANGELOG.md +++ b/packages/strapi-plugin-rest-cache/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.2](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.1...v4.2.2) (2022-03-15) + + +### Bug Fixes + +* ensure keyprefix is not undefined ([9134f52](https://github.com/strapi-community/strapi-plugin-rest-cache/commit/9134f52a0ea8a8399db4af59a5dc689742104739)) + + + + + ## [4.2.1](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.0...v4.2.1) (2022-03-11) diff --git a/packages/strapi-plugin-rest-cache/package.json b/packages/strapi-plugin-rest-cache/package.json index 66e90dc9b..360aa4d6a 100644 --- a/packages/strapi-plugin-rest-cache/package.json +++ b/packages/strapi-plugin-rest-cache/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-rest-cache", - "version": "4.2.1", + "version": "4.2.2", "description": "Speed-up HTTP requests with LRU cache", "license": "MIT", "strapi": { diff --git a/packages/strapi-provider-rest-cache-couchbase/CHANGELOG.md b/packages/strapi-provider-rest-cache-couchbase/CHANGELOG.md index 85d60d8b8..ca9577317 100644 --- a/packages/strapi-provider-rest-cache-couchbase/CHANGELOG.md +++ b/packages/strapi-provider-rest-cache-couchbase/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.2](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.1...v4.2.2) (2022-03-15) + + +### Bug Fixes + +* ensure keyprefix is not undefined ([9134f52](https://github.com/strapi-community/strapi-plugin-rest-cache/commit/9134f52a0ea8a8399db4af59a5dc689742104739)) + + + + + ## [4.2.1](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.0...v4.2.1) (2022-03-11) diff --git a/packages/strapi-provider-rest-cache-couchbase/package.json b/packages/strapi-provider-rest-cache-couchbase/package.json index 60a5f9937..e9e3b19af 100644 --- a/packages/strapi-provider-rest-cache-couchbase/package.json +++ b/packages/strapi-provider-rest-cache-couchbase/package.json @@ -1,6 +1,6 @@ { "name": "strapi-provider-rest-cache-couchbase", - "version": "4.2.1", + "version": "4.2.2", "description": "Speed-up HTTP requests with Couchbase database", "license": "MIT", "strapi": { @@ -58,7 +58,7 @@ }, "devDependencies": { "@strapi/strapi": "^4.1.0", - "strapi-plugin-rest-cache": "^4.2.1" + "strapi-plugin-rest-cache": "^4.2.2" }, "peerDependencies": { "@strapi/strapi": "^4.0.0", diff --git a/packages/strapi-provider-rest-cache-memory/CHANGELOG.md b/packages/strapi-provider-rest-cache-memory/CHANGELOG.md index 2d5334756..3e4b128a3 100644 --- a/packages/strapi-provider-rest-cache-memory/CHANGELOG.md +++ b/packages/strapi-provider-rest-cache-memory/CHANGELOG.md @@ -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. +## [4.2.2](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.1...v4.2.2) (2022-03-15) + +**Note:** Version bump only for package strapi-provider-rest-cache-memory + + + + + ## [4.2.1](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.0...v4.2.1) (2022-03-11) diff --git a/packages/strapi-provider-rest-cache-memory/package.json b/packages/strapi-provider-rest-cache-memory/package.json index 2b8a2453f..e815b887b 100644 --- a/packages/strapi-provider-rest-cache-memory/package.json +++ b/packages/strapi-provider-rest-cache-memory/package.json @@ -1,6 +1,6 @@ { "name": "strapi-provider-rest-cache-memory", - "version": "4.2.1", + "version": "4.2.2", "description": "Speed-up HTTP requests with LRU cache", "license": "MIT", "strapi": { @@ -57,7 +57,7 @@ }, "devDependencies": { "@strapi/strapi": "^4.1.0", - "strapi-plugin-rest-cache": "^4.2.1" + "strapi-plugin-rest-cache": "^4.2.2" }, "peerDependencies": { "@strapi/strapi": "^4.0.0", diff --git a/packages/strapi-provider-rest-cache-redis/CHANGELOG.md b/packages/strapi-provider-rest-cache-redis/CHANGELOG.md index b4e1e4468..e926da7d3 100644 --- a/packages/strapi-provider-rest-cache-redis/CHANGELOG.md +++ b/packages/strapi-provider-rest-cache-redis/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.2](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.1...v4.2.2) (2022-03-15) + + +### Bug Fixes + +* ensure keyprefix is not undefined ([9134f52](https://github.com/strapi-community/strapi-plugin-rest-cache/commit/9134f52a0ea8a8399db4af59a5dc689742104739)) + + + + + ## [4.2.1](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.0...v4.2.1) (2022-03-11) diff --git a/packages/strapi-provider-rest-cache-redis/package.json b/packages/strapi-provider-rest-cache-redis/package.json index d42565d5b..067d510c6 100644 --- a/packages/strapi-provider-rest-cache-redis/package.json +++ b/packages/strapi-provider-rest-cache-redis/package.json @@ -1,6 +1,6 @@ { "name": "strapi-provider-rest-cache-redis", - "version": "4.2.1", + "version": "4.2.2", "description": "Speed-up HTTP requests with LRU cache", "license": "MIT", "strapi": { @@ -59,7 +59,7 @@ "devDependencies": { "@strapi/strapi": "^4.1.0", "strapi-plugin-redis": "^1.0.0-alpha.1", - "strapi-plugin-rest-cache": "^4.2.1" + "strapi-plugin-rest-cache": "^4.2.2" }, "peerDependencies": { "@strapi/strapi": "^4.0.0", diff --git a/playgrounds/couchbase/CHANGELOG.md b/playgrounds/couchbase/CHANGELOG.md index ae9765a96..a9fb12d97 100644 --- a/playgrounds/couchbase/CHANGELOG.md +++ b/playgrounds/couchbase/CHANGELOG.md @@ -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. +## [4.2.2](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.1...v4.2.2) (2022-03-15) + +**Note:** Version bump only for package @strapi-plugin-rest-cache/playground-couchbase + + + + + ## [4.2.1](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.0...v4.2.1) (2022-03-11) **Note:** Version bump only for package @strapi-plugin-rest-cache/playground-couchbase diff --git a/playgrounds/couchbase/package.json b/playgrounds/couchbase/package.json index 5ea8042d7..fd97ec1b9 100644 --- a/playgrounds/couchbase/package.json +++ b/playgrounds/couchbase/package.json @@ -1,7 +1,7 @@ { "name": "@strapi-plugin-rest-cache/playground-couchbase", "private": true, - "version": "4.2.1", + "version": "4.2.2", "description": "A Strapi application", "scripts": { "develop": "strapi develop", @@ -16,8 +16,8 @@ "lodash.set": "^4.3.2", "mime-types": "^2.1.27", "sqlite3": "5.0.2", - "strapi-plugin-rest-cache": "^4.2.1", - "strapi-provider-rest-cache-couchbase": "^4.2.1" + "strapi-plugin-rest-cache": "^4.2.2", + "strapi-provider-rest-cache-couchbase": "^4.2.2" }, "author": { "name": "A Strapi developer" diff --git a/playgrounds/memory/CHANGELOG.md b/playgrounds/memory/CHANGELOG.md index a0ebea9aa..14bcf54f1 100644 --- a/playgrounds/memory/CHANGELOG.md +++ b/playgrounds/memory/CHANGELOG.md @@ -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. +## [4.2.2](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.1...v4.2.2) (2022-03-15) + +**Note:** Version bump only for package @strapi-plugin-rest-cache/playground-memory + + + + + ## [4.2.1](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.0...v4.2.1) (2022-03-11) **Note:** Version bump only for package @strapi-plugin-rest-cache/playground-memory diff --git a/playgrounds/memory/package.json b/playgrounds/memory/package.json index 4ca7da082..1b269a885 100644 --- a/playgrounds/memory/package.json +++ b/playgrounds/memory/package.json @@ -1,7 +1,7 @@ { "name": "@strapi-plugin-rest-cache/playground-memory", "private": true, - "version": "4.2.1", + "version": "4.2.2", "description": "A Strapi application", "scripts": { "develop": "strapi develop", @@ -18,8 +18,8 @@ "lodash.set": "^4.3.2", "mime-types": "^2.1.27", "sqlite3": "5.0.2", - "strapi-plugin-rest-cache": "^4.2.1", - "strapi-provider-rest-cache-memory": "^4.2.1" + "strapi-plugin-rest-cache": "^4.2.2", + "strapi-provider-rest-cache-memory": "^4.2.2" }, "devDependencies": { "jest": "^27.5.1", diff --git a/playgrounds/redis/CHANGELOG.md b/playgrounds/redis/CHANGELOG.md index 59eec5d22..d20816fc9 100644 --- a/playgrounds/redis/CHANGELOG.md +++ b/playgrounds/redis/CHANGELOG.md @@ -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. +## [4.2.2](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.1...v4.2.2) (2022-03-15) + +**Note:** Version bump only for package @strapi-plugin-rest-cache/playground-redis + + + + + ## [4.2.1](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.0...v4.2.1) (2022-03-11) **Note:** Version bump only for package @strapi-plugin-rest-cache/playground-redis diff --git a/playgrounds/redis/package.json b/playgrounds/redis/package.json index 87f863b7d..3904ba635 100644 --- a/playgrounds/redis/package.json +++ b/playgrounds/redis/package.json @@ -1,7 +1,7 @@ { "name": "@strapi-plugin-rest-cache/playground-redis", "private": true, - "version": "4.2.1", + "version": "4.2.2", "description": "A Strapi application", "scripts": { "develop": "strapi develop", @@ -19,8 +19,8 @@ "mime-types": "^2.1.27", "sqlite3": "5.0.2", "strapi-plugin-redis": "1.0.0-alpha.2", - "strapi-plugin-rest-cache": "^4.2.1", - "strapi-provider-rest-cache-redis": "^4.2.1" + "strapi-plugin-rest-cache": "^4.2.2", + "strapi-provider-rest-cache-redis": "^4.2.2" }, "devDependencies": { "jest": "^27.5.1",