Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cyp3rius committed Sep 13, 2024
1 parent 23ebb8e commit f67d00a
Show file tree
Hide file tree
Showing 3 changed files with 547 additions and 374 deletions.
27 changes: 16 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,21 @@ A plugin for [Strapi Headless CMS](https://github.com/strapi/strapi) that provid

### Table of Contents

1. [✨ Features](#-features)
2. [⏳ Installation](#-installation)
3. [🖐 Requirements](#-requirements)
4. [🔧 Configuration](#-configuration)
5. [🕸️ Public API - REST](#%EF%B8%8F-public-rest-api-specification)
5. [🕸️ Public API - GraphQL](#%EF%B8%8F-public-graphql-api-specification)
7. [🔌 Enrich service for Strapi extensions](#-enrich-service-for-strapi-extensions)
8. [💬 FAQ](#-faq)
9. [🤝 Contributing](#-contributing)
10. [👨‍💻 Community support](#-community-support)
1. [💎 Versions](#-versions)
2. [✨ Features](#-features)
3. [⏳ Installation](#-installation)
4. [🖐 Requirements](#-requirements)
5. [🔧 Configuration](#-configuration)
6. [🕸️ Public API - REST](#%EF%B8%8F-public-rest-api-specification)
7. [🕸️ Public API - GraphQL](#%EF%B8%8F-public-graphql-api-specification)
8. [🔌 Enrich service for Strapi extensions](#-enrich-service-for-strapi-extensions)
9. [💬 FAQ](#-faq)
10. [🤝 Contributing](#-contributing)
11. [👨‍💻 Community support](#-community-support)

## 💎 Versions
- **Strapi v5** - (current) [v2.x](https://github.com/VirtusLab-Open-Source/strapi-plugin-reactions/tree/v5)
- **Strapi v4** - [v1.x](https://github.com/VirtusLab-Open-Source/strapi-plugin-reactions)

## ✨ Features

Expand Down Expand Up @@ -120,7 +125,7 @@ In our minimum support we're following [official Node.js releases timelines](htt

**Supported Strapi versions**:

- Strapi v5.0.0-beta.10 (recently tested)
- Strapi v5.0.0-rc.22 (recently tested)
- Strapi v5.x

If you're looking for Strapi v4 compatible version, please go [here](https://github.com/VirtusLab-Open-Source/strapi-plugin-reactions/tree/main).
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-reactions",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "Strapi - Reactions plugin",
"strapi": {
"name": "reactions",
Expand All @@ -10,20 +10,20 @@
},
"dependencies": {
"@strapi/helper-plugin": "5.0.0-alpha.2",
"@strapi/design-system": "2.0.0-beta.6",
"@strapi/icons": "2.0.0-beta.6",
"@strapi/plugin-graphql": "5.0.0-beta.10",
"@strapi/design-system": "2.0.0-rc.10",
"@strapi/icons": "2.0.0-rc.10",
"@strapi/plugin-graphql": "5.0.0-rc.22",
"@strapi/plugin-upload": "5.0.0-beta.5",
"@strapi/utils": "5.0.0-beta.10",
"@strapi/utils": "5.0.0-rc.22",
"@tanstack/react-query": "^5.29.2",
"emoji-picker-react": "^4.5.2",
"prop-types": "^15.8.1",
"slugify": "^1.6.6",
"qs": "^6.11.2"
},
"devDependencies": {
"@strapi/strapi": "^5.0.0-beta.10",
"@strapi/typescript-utils": "5.0.0-beta.10",
"@strapi/strapi": "^5.0.0-rc.22",
"@strapi/typescript-utils": "5.0.0-rc.22",
"@types/jest": "^29.4.0",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
Expand All @@ -46,7 +46,7 @@
"typescript": "5.3.2"
},
"peerDependencies": {
"@strapi/strapi": "^5.0.0-beta.10",
"@strapi/strapi": "^5.0.0-rc.22",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^6.0.0",
Expand Down
Loading

0 comments on commit f67d00a

Please sign in to comment.