@carto/api-client 0.4.0-alpha.6 → 0.4.0

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 +8 -0
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.4
4
+
5
+ ### 0.4.0
6
+
7
+ - feat: Add Picking Model API
8
+ - refactor: Migrate sources from `@deck.gl/carto` to `@carto/api-client`
9
+ - deps: Remove `@deck.gl/carto` bundled dependency
10
+
3
11
  ## 0.3
4
12
 
5
13
  ### 0.3.0
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "repository": "github:CartoDB/carto-api-client",
5
5
  "author": "Don McCurdy <donmccurdy@carto.com>",
6
6
  "packageManager": "yarn@4.3.1",
7
- "version": "0.4.0-alpha.6",
7
+ "version": "0.4.0",
8
8
  "license": "MIT",
9
9
  "publishConfig": {
10
10
  "access": "public",
@@ -98,6 +98,5 @@
98
98
  "vite": "^5.2.10",
99
99
  "vitest": "1.6.0",
100
100
  "vue": "^3.4.27"
101
- },
102
- "stableVersion": "0.3.1"
101
+ }
103
102
  }