@eeacms/volto-arcgis-block 0.1.269 → 0.1.270

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,8 @@ 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
+ ### [0.1.270](https://github.com/eea/volto-arcgis-block/compare/0.1.269...0.1.270) - 8 April 2024
8
+
7
9
  ### [0.1.269](https://github.com/eea/volto-arcgis-block/compare/0.1.268...0.1.269) - 21 March 2024
8
10
 
9
11
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-arcgis-block",
3
- "version": "0.1.269",
3
+ "version": "0.1.270",
4
4
  "description": "volto-arcgis-block: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: CodeSyntax",
@@ -1105,7 +1105,7 @@ class AreaWidget extends React.Component {
1105
1105
  onClick={this.handleUploadClick}
1106
1106
  type="submit"
1107
1107
  >
1108
- Upload File
1108
+ Upload file
1109
1109
  </button>
1110
1110
  </div>
1111
1111
  </div>