From 1072afb31a1f300e8cec5dd0589c36deef35815a Mon Sep 17 00:00:00 2001 From: boazpoolman Date: Wed, 6 Nov 2024 13:52:10 +0000 Subject: [PATCH] chore: Bump version to 3.0.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9337baa..370cbfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-config-sync", - "version": "2.1.0", + "version": "3.0.0", "description": "Migrate your config data across environments using the CLI or Strapi admin panel.", "strapi": { "displayName": "Config Sync", @@ -57,11 +57,11 @@ "lodash": "^4.17.11", "react-diff-viewer-continued": "3.2.6", "react-intl": "6.6.2", + "react-query": "^3.39.3", "react-redux": "^7.2.2", "redux": "^4.0.5", "redux-immutable": "^4.0.0", - "redux-thunk": "^2.3.0", - "react-query": "^3.39.3" + "redux-thunk": "^2.3.0" }, "author": { "name": "Boaz Poolman",