Skip to content

Commit

Permalink
v4.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Mar 24, 2024
1 parent fe77b13 commit 7e08dc4
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 21 deletions.
7 changes: 2 additions & 5 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"packages": [
"packages/*",
"playgrounds/*"
],
"version": "4.2.8",
"packages": ["packages/*", "playgrounds/*"],
"version": "4.2.9",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/strapi-plugin-rest-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-rest-cache",
"version": "4.2.8",
"version": "4.2.9",
"description": "Speed-up HTTP requests with LRU cache",
"license": "MIT",
"strapi": {
Expand Down Expand Up @@ -67,7 +67,7 @@
"debug": "^4.3.4",
"lodash": "^4.17.21",
"path": "^0.12.7",
"strapi-provider-rest-cache-memory": "^4.2.8"
"strapi-provider-rest-cache-memory": "^4.2.9"
},
"devDependencies": {
"@strapi/strapi": "^4.11.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi-provider-rest-cache-couchbase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-provider-rest-cache-couchbase",
"version": "4.2.8",
"version": "4.2.9",
"description": "Speed-up HTTP requests with Couchbase database",
"license": "MIT",
"strapi": {
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"devDependencies": {
"@strapi/strapi": "^4.11.7",
"strapi-plugin-rest-cache": "^4.2.8"
"strapi-plugin-rest-cache": "^4.2.9"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi-provider-rest-cache-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-provider-rest-cache-memory",
"version": "4.2.8",
"version": "4.2.9",
"description": "Speed-up HTTP requests with LRU cache",
"license": "MIT",
"strapi": {
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@strapi/strapi": "^4.11.7",
"strapi-plugin-rest-cache": "^4.2.8"
"strapi-plugin-rest-cache": "^4.2.9"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi-provider-rest-cache-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-provider-rest-cache-redis",
"version": "4.2.8",
"version": "4.2.9",
"description": "Speed-up HTTP requests with LRU cache",
"license": "MIT",
"strapi": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@strapi/strapi": "^4.11.7",
"strapi-plugin-redis": "^1.0.1",
"strapi-plugin-rest-cache": "^4.2.8"
"strapi-plugin-rest-cache": "^4.2.9"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions playgrounds/couchbase/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@strapi-plugin-rest-cache/playground-couchbase",
"private": true,
"version": "4.2.8",
"version": "4.2.9",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
Expand All @@ -16,8 +16,8 @@
"@strapi/plugin-users-permissions": "4.11.7",
"@strapi/strapi": "4.11.7",
"better-sqlite3": "8.0.1",
"strapi-plugin-rest-cache": "^4.2.8",
"strapi-provider-rest-cache-couchbase": "^4.2.8"
"strapi-plugin-rest-cache": "^4.2.9",
"strapi-provider-rest-cache-couchbase": "^4.2.9"
},
"author": {
"name": "A Strapi developer"
Expand Down
4 changes: 2 additions & 2 deletions playgrounds/memory/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@strapi-plugin-rest-cache/playground-memory",
"private": true,
"version": "4.2.8",
"version": "4.2.9",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
Expand All @@ -16,7 +16,7 @@
"@strapi/plugin-users-permissions": "4.11.7",
"@strapi/strapi": "4.11.7",
"better-sqlite3": "8.0.1",
"strapi-plugin-rest-cache": "^4.2.8"
"strapi-plugin-rest-cache": "^4.2.9"
},
"devDependencies": {
"jest": "^27.5.1",
Expand Down
6 changes: 3 additions & 3 deletions playgrounds/redis/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@strapi-plugin-rest-cache/playground-redis",
"private": true,
"version": "4.2.8",
"version": "4.2.9",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
Expand All @@ -17,8 +17,8 @@
"@strapi/strapi": "4.11.7",
"better-sqlite3": "8.0.1",
"strapi-plugin-redis": "^1.0.1",
"strapi-plugin-rest-cache": "^4.2.8",
"strapi-provider-rest-cache-redis": "^4.2.8"
"strapi-plugin-rest-cache": "^4.2.9",
"strapi-provider-rest-cache-redis": "^4.2.9"
},
"devDependencies": {
"jest": "^27.5.1",
Expand Down

0 comments on commit 7e08dc4

Please sign in to comment.