Skip to content

Commit

Permalink
chore(release): v0.3.0 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy authored Oct 7, 2024
1 parent 22a00f2 commit df88c5f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# CHANGELOG

## 0.3

### 0.3.0

- deps: Add `@deck.gl/carto` as dependency

## 0.2

### 0.2.0

- Initial release
- feat: Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "github:CartoDB/carto-api-client",
"author": "Don McCurdy <[email protected]>",
"packageManager": "[email protected]",
"version": "0.2.2",
"version": "0.3.0",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,7 @@ __metadata:
resolution: "@carto/api-client@workspace:."
dependencies:
"@deck.gl/aggregation-layers": "npm:^9.0.30"
"@deck.gl/carto": "npm:^9.0.32"
"@deck.gl/carto": "npm:^9.0.30"
"@deck.gl/core": "npm:^9.0.30"
"@deck.gl/extensions": "npm:^9.0.30"
"@deck.gl/geo-layers": "npm:^9.0.30"
Expand Down Expand Up @@ -1512,7 +1512,7 @@ __metadata:
languageName: node
linkType: hard

"@deck.gl/carto@npm:^9.0.32":
"@deck.gl/carto@npm:^9.0.30":
version: 9.0.32
resolution: "@deck.gl/carto@npm:9.0.32"
dependencies:
Expand Down

0 comments on commit df88c5f

Please sign in to comment.