Skip to content

Commit

Permalink
chore: version bump, dependencies bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cyp3rius committed Nov 8, 2024
1 parent 50bc491 commit f4da75c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18,358 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Complete installation requirements are exact same as for Strapi itself and can b

**Supported Strapi versions**:

- Strapi v5.1.1 (recently tested)
- Strapi v5.3.0 (recently tested)
- Strapi v5.x

> This plugin is designed for **Strapi v5** and is not working with v4.x. To get version for **Strapi v4** install version [v4.x](https://github.com/VirtusLab-Open-Source/strapi-plugin-navigation/tree/strapi-v4).
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-navigation",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "Strapi - Navigation plugin",
"strapi": {
"name": "navigation",
Expand Down Expand Up @@ -57,14 +57,14 @@
"devDependencies": {
"@jest/types": "29.5.x",
"@koa/router": "^12.0.1",
"@sensinum/strapi-utils": "^1.0.1",
"@sensinum/strapi-utils": "^1.0.2",
"@strapi/design-system": "2.0.0-rc.11",
"@strapi/icons": "2.0.0-rc.11",
"@strapi/plugin-graphql": "5.1.1",
"@strapi/plugin-graphql": "5.3.0",
"@strapi/sdk-plugin": "^5.2.6",
"@strapi/strapi": "^5.1.1",
"@strapi/types": "^5.1.1",
"@strapi/typescript-utils": "^5.1.1",
"@strapi/strapi": "^5.3.0",
"@strapi/types": "^5.3.0",
"@strapi/typescript-utils": "^5.3.0",
"@types/jest": "^29.5.12",
"@types/koa": "^2.15.0",
"@types/koa-bodyparser": "^4.3.12",
Expand Down Expand Up @@ -102,7 +102,7 @@
},
"peerDependencies": {
"@strapi/sdk-plugin": "^5.2.7",
"@strapi/strapi": "^5.1.1",
"@strapi/strapi": "^5.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
Expand Down
Loading

0 comments on commit f4da75c

Please sign in to comment.