@eeacms/volto-slate-metadata-mentions 6.1.1 → 6.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ ### [6.1.2](https://github.com/eea/volto-slate-metadata-mentions/compare/6.1.1...6.1.2) - 24 July 2023
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - test: Fix issues identified by Sonarqube - refs #254220 [dana-cfc4 - [`0f85e72`](https://github.com/eea/volto-slate-metadata-mentions/commit/0f85e723d3a561f437861cfb80f6e779271a7de1)]
7
12
  ### [6.1.1](https://github.com/eea/volto-slate-metadata-mentions/compare/6.1.0...6.1.1) - 12 June 2023
8
13
 
9
14
  #### :rocket: New Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-slate-metadata-mentions",
3
- "version": "6.1.1",
3
+ "version": "6.1.2",
4
4
  "description": "Volto Slate Metadata Mentions Plugin",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -1,4 +1,3 @@
1
- // import { useFormStateContext } from '@plone/volto/components/manage/Form/FormContext';
2
1
  import { Icon as VoltoIcon, InlineForm } from '@plone/volto/components';
3
2
  import briefcaseSVG from '@plone/volto/icons/briefcase.svg';
4
3
  import checkSVG from '@plone/volto/icons/check.svg';