Skip to content

Commit 0b5e24e

Browse files
chore(alpha): release 7.0.0-alpha.1
1 parent fb0ac7a commit 0b5e24e

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ ".": "6.0.0" }
1+
{".":"7.0.0-alpha.1"}

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [7.0.0-alpha.1](https://github.com/MapColonies/raster-shared/compare/v6.0.0...v7.0.0-alpha.1) (2025-10-31)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* changed gpkg file path regex pattern ([#133](https://github.com/MapColonies/raster-shared/issues/133))
11+
* metadata and product ([#132](https://github.com/MapColonies/raster-shared/issues/132))
12+
* metadata consistency ([#130](https://github.com/MapColonies/raster-shared/issues/130))
13+
* remove footprint from job parameters ([#129](https://github.com/MapColonies/raster-shared/issues/129))
14+
15+
### Features
16+
17+
* metadata consistency ([#130](https://github.com/MapColonies/raster-shared/issues/130)) ([9003a0d](https://github.com/MapColonies/raster-shared/commit/9003a0d2e9792aa3783eb73c1cbccf62bc2221ee))
18+
* remove footprint from job parameters ([#129](https://github.com/MapColonies/raster-shared/issues/129)) ([ad56ed8](https://github.com/MapColonies/raster-shared/commit/ad56ed8fdea41a102ee8d79161ca2a165a09ea76))
19+
20+
21+
### Bug Fixes
22+
23+
* changed gpkg file path regex pattern ([#133](https://github.com/MapColonies/raster-shared/issues/133)) ([f5da490](https://github.com/MapColonies/raster-shared/commit/f5da490232b15961495bd5575eba80e84f126062))
24+
* metadata and product ([#132](https://github.com/MapColonies/raster-shared/issues/132)) ([c75b4f1](https://github.com/MapColonies/raster-shared/commit/c75b4f1937259a3b714ecdd24da8916d52b04ab1))
25+
26+
27+
### Miscellaneous Chores
28+
29+
* release 7.0.0-alpha.1 ([fb0ac7a](https://github.com/MapColonies/raster-shared/commit/fb0ac7a48ad363d5d3bba65095b5a7182608d97c))
30+
531
## [6.0.0](https://github.com/MapColonies/raster-shared/compare/v5.0.0...v6.0.0) (2025-10-20)
632

733

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@map-colonies/raster-shared",
3-
"version": "6.0.0",
3+
"version": "7.0.0-alpha.1",
44
"description": "This is template for map colonies typescript packages",
55
"main": "./dist/index.js",
66
"exports": {

0 commit comments

Comments
 (0)