Skip to content

Commit 3a0dceb

Browse files
chore(alpha): release 7.0.0
1 parent 758da42 commit 3a0dceb

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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](https://github.com/MapColonies/raster-shared/compare/v6.0.0...v7.0.0) (2025-10-30)
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+
526
## [6.0.0](https://github.com/MapColonies/raster-shared/compare/v5.0.0...v6.0.0) (2025-10-20)
627

728

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",
44
"description": "This is template for map colonies typescript packages",
55
"main": "./dist/index.js",
66
"exports": {

0 commit comments

Comments
 (0)