Skip to content

Commit 7947f3f

Browse files
author
Don McCurdy
authored
chore(release): v0.1.4 (#72)
1 parent fbb5f63 commit 7947f3f

File tree

7 files changed

+2440
-2982
lines changed

7 files changed

+2440
-2982
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 0.1
44

5+
### 0.1.4
6+
7+
- feat: Update to deck.gl version 9.1.0 (#66)
8+
59
### 0.1.3
610

711
- feat: Add 'apiBaseURL' prompt (#20)

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"packages": [
55
"packages/*"
66
],

packages/create-angular/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"repository": "github:CartoDB/carto-app-templates",
55
"author": "Don McCurdy <donmccurdy@carto.com>",
66
"license": "MIT",
7-
"version": "0.1.3",
7+
"version": "0.1.4",
88
"type": "module",
99
"bin": "./scripts/create.js",
1010
"scripts": {
@@ -25,7 +25,7 @@
2525
"@angular/router": "^18.2.13",
2626
"@auth0/auth0-angular": "^2.2.3",
2727
"@carto/api-client": "^0.4.6",
28-
"@carto/create-common": "^0.1.3",
28+
"@carto/create-common": "^0.1.4",
2929
"@deck.gl/aggregation-layers": "~9.1.0",
3030
"@deck.gl/carto": "~9.1.0",
3131
"@deck.gl/core": "~9.1.0",
@@ -35,9 +35,9 @@
3535
"@deck.gl/layers": "~9.1.0",
3636
"@deck.gl/mesh-layers": "~9.1.0",
3737
"@loaders.gl/core": "^4.3.3",
38-
"@luma.gl/core": "~9.1.0",
39-
"@luma.gl/engine": "~9.1.0",
40-
"@luma.gl/shadertools": "~9.1.0",
38+
"@luma.gl/core": "~9.1.1",
39+
"@luma.gl/engine": "~9.1.1",
40+
"@luma.gl/shadertools": "~9.1.1",
4141
"maplibre-gl": "^4.7.1",
4242
"rxjs": "~7.8.1",
4343
"tslib": "^2.8.1",

packages/create-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@carto/create-common",
33
"packageManager": "yarn@4.2.2",
44
"author": "Don McCurdy <donmccurdy@carto.com>",
5-
"version": "0.1.3",
5+
"version": "0.1.4",
66
"license": "MIT",
77
"type": "module",
88
"sideEffects": false,

packages/create-react/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"repository": "github:CartoDB/carto-app-templates",
55
"author": "Don McCurdy <donmccurdy@carto.com>",
66
"license": "MIT",
7-
"version": "0.1.3",
7+
"version": "0.1.4",
88
"type": "module",
99
"bin": "./scripts/create.js",
1010
"scripts": {
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@auth0/auth0-react": "^2.3.0",
1818
"@carto/api-client": "^0.4.6",
19-
"@carto/create-common": "^0.1.3",
19+
"@carto/create-common": "^0.1.4",
2020
"@deck.gl/aggregation-layers": "~9.1.0",
2121
"@deck.gl/carto": "~9.1.0",
2222
"@deck.gl/core": "~9.1.0",
@@ -28,9 +28,9 @@
2828
"@deck.gl/react": "~9.1.0",
2929
"@deck.gl/widgets": "~9.1.0",
3030
"@loaders.gl/core": "^4.3.3",
31-
"@luma.gl/core": "~9.1.0",
32-
"@luma.gl/engine": "~9.1.0",
33-
"@luma.gl/shadertools": "~9.1.0",
31+
"@luma.gl/core": "~9.1.1",
32+
"@luma.gl/engine": "~9.1.1",
33+
"@luma.gl/shadertools": "~9.1.1",
3434
"maplibre-gl": "^4.7.1",
3535
"react": "^18.3.1",
3636
"react-dom": "^18.3.1",

packages/create-vue/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"repository": "github:CartoDB/carto-app-templates",
55
"author": "Don McCurdy <donmccurdy@carto.com>",
66
"license": "MIT",
7-
"version": "0.1.3",
7+
"version": "0.1.4",
88
"type": "module",
99
"bin": "./scripts/create.js",
1010
"scripts": {
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@auth0/auth0-vue": "^2.4.0",
1818
"@carto/api-client": "^0.4.6",
19-
"@carto/create-common": "^0.1.3",
19+
"@carto/create-common": "^0.1.4",
2020
"@deck.gl/aggregation-layers": "~9.1.0",
2121
"@deck.gl/carto": "~9.1.0",
2222
"@deck.gl/core": "~9.1.0",
@@ -26,9 +26,9 @@
2626
"@deck.gl/layers": "~9.1.0",
2727
"@deck.gl/mesh-layers": "~9.1.0",
2828
"@loaders.gl/core": "^4.3.3",
29-
"@luma.gl/core": "~9.1.0",
30-
"@luma.gl/engine": "~9.1.0",
31-
"@luma.gl/shadertools": "~9.1.0",
29+
"@luma.gl/core": "~9.1.1",
30+
"@luma.gl/engine": "~9.1.1",
31+
"@luma.gl/shadertools": "~9.1.1",
3232
"@vueuse/core": "^12.5.0",
3333
"maplibre-gl": "^4.7.1",
3434
"vue": "^3.5.13",

0 commit comments

Comments
 (0)