@redus/georedus-ui 0.19.0 → 0.19.1

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
@@ -1,5 +1,11 @@
1
1
  # @orioro/template-react
2
2
 
3
+ ## 0.19.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fix source label
8
+
3
9
  ## 0.19.0
4
10
 
5
11
  ### Minor Changes
package/dist/main.js CHANGED
@@ -3932,7 +3932,7 @@ function cem_escolas_2022(config, allViewSpecs, context) {
3932
3932
  return filter ? fmtMetadataApiFilterExp(filter) : {};
3933
3933
  });
3934
3934
  var _id_municipio_apiFilterExpr = ['$template', 'eq.${0}', ['$get', 'municipioId']];
3935
- var $sourceLabel = 'INEP (Censo Escolar 2022)';
3935
+ var $sourceLabel = 'INEP';
3936
3936
 
3937
3937
  //
3938
3938
  // Specify some utilities connected to the base setup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redus/georedus-ui",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "packageManager": "yarn@4.0.2",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",