Merge pull request #16384 from CartoDB/feature/sc-89763/carto-js-teqstream-duplicate-carto-logo-in

pull/16381/head^2
Moisés Calzado 3 years ago committed by GitHub
commit 1af4ff67d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -81,6 +81,7 @@ Development
- Fix notifications when organization seats limit is reached [#16359](https://github.com/CartoDB/cartodb/pull/16359)
- Fix privacy dropdown when user is editing a map [#16367](https://github.com/CartoDB/cartodb/pull/16367)
- Add a new rake to update a user username [#16370](https://github.com/CartoDB/cartodb/pull/16370)
- Fix duplicated attributions in datasets [#16384](https://github.com/CartoDB/cartodb/pull/16384)
4.45.0 (2021-04-14)
-------------------

6
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "cartodb-ui",
"version": "1.0.0-assets.279",
"version": "1.0.0-assets.280",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -22824,8 +22824,8 @@
}
},
"internal-carto.js": {
"version": "github:CartoDB/carto.js#f0cd67a13c4c9dce161f57e952442240f09c3ecf",
"from": "github:CartoDB/carto.js#v4.2.2-1",
"version": "github:CartoDB/carto.js#28972545142f96e18b0abb69d335549056dc84e1",
"from": "github:CartoDB/carto.js#v4.2.2-2",
"requires": {
"@carto/zera": "1.0.7",
"backbone": "1.2.3",

@ -1,6 +1,6 @@
{
"name": "cartodb-ui",
"version": "1.0.0-assets.279",
"version": "1.0.0-assets.280",
"description": "CARTO UI frontend",
"repository": {
"type": "git",
@ -57,7 +57,7 @@
"date-fns": "^1.29.0",
"fastclick": "^1.0.6",
"html-webpack-plugin": "^3.2.0",
"internal-carto.js": "CartoDB/carto.js#v4.2.2-1",
"internal-carto.js": "CartoDB/carto.js#v4.2.2-2",
"jquery": "2.1.4",
"leaflet": "CartoDB/Leaflet#v1.3.1-carto1",
"loader-utils": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.17.tgz",

Loading…
Cancel
Save