@carto/meridian-ds 2.0.2-alpha-timeseries.1 → 2.0.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 +4 -2
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,10 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
-
- fix(TimeSeriesWidgetUI): Fix TimeSeriesWidgetUI overflowing available height [#226](https://github.com/CartoDB/meridian-ds/pull/226)
|
|
6
|
-
|
|
7
5
|
## 2.0
|
|
8
6
|
|
|
7
|
+
### 2.0.2
|
|
8
|
+
|
|
9
|
+
- fix(TimeSeriesWidgetUI): Fix TimeSeriesWidgetUI overflowing available height [#226](https://github.com/CartoDB/meridian-ds/pull/226)
|
|
10
|
+
|
|
9
11
|
### 2.0.1
|
|
10
12
|
|
|
11
13
|
- Autocomplete: fix flooding issue with console message [#225](https://github.com/CartoDB/meridian-ds/pull/225)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carto/meridian-ds",
|
|
3
|
-
"version": "2.0.2
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "CARTO Meridian Design System",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -165,6 +165,5 @@
|
|
|
165
165
|
"bugs": {
|
|
166
166
|
"url": "https://github.com/CartoDB/meridian-ds/issues"
|
|
167
167
|
},
|
|
168
|
-
"homepage": "https://github.com/CartoDB/meridian-ds#readme"
|
|
169
|
-
"stableVersion": "2.0.1"
|
|
168
|
+
"homepage": "https://github.com/CartoDB/meridian-ds#readme"
|
|
170
169
|
}
|