diff --git a/NEWS.md b/NEWS.md index 73f56c11f4..c74ac7abb5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -23,6 +23,7 @@ Development * Update banner to notify about data migrations to CARTO 3 [#16420](https://github.com/CartoDB/cartodb/pull/16420) ### Bug fixes / enhancements +- Removing the full path from urls with filter parameters in the Spatial Data Catalog [#16426](https://github.com/CartoDB/cartodb/pull/16426) - Fix rubocop integration [#16382](https://github.com/CartoDB/cartodb/pull/16382) - Add marginTop to Page when notification is displayed [#16355](https://github.com/CartoDB/cartodb/pull/16355) - Add "element" param to DO-Catalog entry function [#16343](https://github.com/CartoDB/cartodb/pull/16343) diff --git a/package-lock.json b/package-lock.json index 102902d7e6..0f61ea8eba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cartodb-ui", - "version": "1.0.0-assets.289", + "version": "1.0.0-assets.290", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 175395872f..fe30437076 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cartodb-ui", - "version": "1.0.0-assets.289", + "version": "1.0.0-assets.290", "description": "CARTO UI frontend", "repository": { "type": "git",