Skip to content

Commit 25d10c2

Browse files
authored
chore: Edit release please to version affine, geotiff, morecantile separately (#240)
1 parent 8ba364e commit 25d10c2

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

packages/affine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@developmentseed/affine",
3-
"version": "0.1.0",
3+
"version": "0.1.0-beta.1",
44
"description": "Port of Python `affine` package for working with affine transformations in JavaScript.",
55
"type": "module",
66
"main": "./dist/index.js",

packages/geotiff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@developmentseed/geotiff",
3-
"version": "0.1.0",
3+
"version": "0.1.0-beta.1",
44
"description": "High-level GeoTIFF reading library.",
55
"type": "module",
66
"main": "./dist/index.js",

packages/morecantile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@developmentseed/morecantile",
3-
"version": "0.2.0-beta.2",
3+
"version": "0.2.0-beta.3",
44
"description": "TypeScript port of Python morecantile — TileMatrixSet utilities.",
55
"type": "module",
66
"main": "./dist/index.js",

release-please-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@
3030
"jsonpath": "$.version"
3131
}
3232
]
33-
}
33+
},
34+
"packages/affine": {},
35+
"packages/geotiff": {},
36+
"packages/morecantile": {}
3437
},
3538
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
3639
}

0 commit comments

Comments
 (0)