Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Aug 3, 2024
1 parent 232c234 commit 06522e6
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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.1-2",
"@carto/create-common": "^0.0.5",
"@carto/create-common": "^0.0.6",
"@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.5",
"version": "0.0.6",
"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 @@ -2135,7 +2135,7 @@ __metadata:
languageName: unknown
linkType: soft

"@carto/create-common@npm:^0.0.5, @carto/create-common@workspace:^, @carto/create-common@workspace:packages/create-common":
"@carto/create-common@npm:^0.0.6, @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 @@ -2155,7 +2155,7 @@ __metadata:
dependencies:
"@auth0/auth0-react": "npm:^2.2.4"
"@carto/api-client": "npm:^0.0.1-2"
"@carto/create-common": "npm:^0.0.5"
"@carto/create-common": "npm:^0.0.6"
"@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 06522e6

Please sign in to comment.