@carto/api-client 0.5.18-alpha.colormapfix-2 → 0.5.18

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -2
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -2,10 +2,12 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
- - fix(fetchMap): getColorAccessor treats colorMap as override of actual domain (#238)
6
-
7
5
  ## 0.5
8
6
 
7
+ ### 0.5.18
8
+
9
+ - fix(fetchMap): getColorAccessor treats colorMap as override of actual domain (#238)
10
+
9
11
  ### 0.5.17
10
12
 
11
13
  - feat(fetchMap): Raster layers, update triggers and other fixes (#223)
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "homepage": "https://github.com/CartoDB/carto-api-client#readme",
9
9
  "author": "Don McCurdy <donmccurdy@carto.com>",
10
10
  "packageManager": "yarn@4.3.1",
11
- "version": "0.5.18-alpha.colormapfix-2",
11
+ "version": "0.5.18",
12
12
  "license": "MIT",
13
13
  "publishConfig": {
14
14
  "access": "public"
@@ -132,6 +132,5 @@
132
132
  "resolutions": {
133
133
  "@carto/api-client": "portal:./",
134
134
  "rollup": "^4.20.0"
135
- },
136
- "stableVersion": "0.5.17"
135
+ }
137
136
  }