Skip to content

Commit 871d90a

Browse files
author
Don McCurdy
authored
chore(release): v0.1.5 (#78)
1 parent 54a38c6 commit 871d90a

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

lerna.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.1.5-alpha.0",
4-
"packages": [
5-
"packages/*"
6-
],
3+
"version": "0.1.5",
4+
"packages": ["packages/*"],
75
"npmClient": "yarn",
86
"command": {
97
"version": {
@@ -12,4 +10,4 @@
1210
"gitTagVersion": false
1311
}
1412
}
15-
}
13+
}

packages/create-angular/package.json

Lines changed: 1 addition & 1 deletion
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.5-alpha.0",
7+
"version": "0.1.5",
88
"type": "module",
99
"bin": "./scripts/create.js",
1010
"scripts": {

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.5-alpha.0",
5+
"version": "0.1.5",
66
"license": "MIT",
77
"type": "module",
88
"sideEffects": false,

packages/create-react/package.json

Lines changed: 1 addition & 1 deletion
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.5-alpha.0",
7+
"version": "0.1.5",
88
"type": "module",
99
"bin": "./scripts/create.js",
1010
"scripts": {

packages/create-vue/package.json

Lines changed: 1 addition & 1 deletion
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.5-alpha.0",
7+
"version": "0.1.5",
88
"type": "module",
99
"bin": "./scripts/create.js",
1010
"scripts": {

0 commit comments

Comments
 (0)