Skip to content

Commit

Permalink
v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Sep 6, 2024
1 parent 635331e commit 8e683d4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.8",
"version": "0.0.9",
"packages": ["packages/*"],
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/create-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carto/create-angular",
"private": true,
"version": "0.0.8",
"version": "0.0.9",
"type": "module",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@carto/create-common",
"packageManager": "[email protected]",
"author": "Don McCurdy <[email protected]>",
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "github:CartoDB/carto-app-templates",
"author": "Don McCurdy <[email protected]>",
"license": "MIT",
"version": "0.0.8",
"version": "0.0.9",
"type": "module",
"bin": "./scripts/create.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
"@carto/api-client": "^0.0.44",
"@carto/create-common": "^0.0.8",
"@carto/create-common": "^0.0.9",
"@deck.gl/aggregation-layers": "^9.0.24",
"@deck.gl/carto": "^9.0.24",
"@deck.gl/core": "^9.0.24",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "github:CartoDB/carto-app-templates",
"author": "Don McCurdy <[email protected]>",
"license": "MIT",
"version": "0.0.8",
"version": "0.0.9",
"type": "module",
"bin": "./scripts/create.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2128,7 +2128,7 @@ __metadata:
languageName: unknown
linkType: soft

"@carto/create-common@npm:^0.0.8, @carto/create-common@workspace:^, @carto/create-common@workspace:packages/create-common":
"@carto/create-common@npm:^0.0.9, @carto/create-common@workspace:^, @carto/create-common@workspace:packages/create-common":
version: 0.0.0-use.local
resolution: "@carto/create-common@workspace:packages/create-common"
dependencies:
Expand All @@ -2148,7 +2148,7 @@ __metadata:
dependencies:
"@auth0/auth0-react": "npm:^2.2.4"
"@carto/api-client": "npm:^0.0.44"
"@carto/create-common": "npm:^0.0.8"
"@carto/create-common": "npm:^0.0.9"
"@deck.gl/aggregation-layers": "npm:^9.0.24"
"@deck.gl/carto": "npm:^9.0.24"
"@deck.gl/core": "npm:^9.0.24"
Expand Down

0 comments on commit 8e683d4

Please sign in to comment.