Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.0.0"}
{".":"1.0.1"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.1](https://github.com/MapColonies/vector-standard/compare/v1.0.0...v1.0.1) (2026-07-28)


### Bug Fixes

* fix workflow not running ([8938b53](https://github.com/MapColonies/vector-standard/commit/8938b5368a330f3dd6fefa351dfd81f2f6b7ba05))
* fix workflow not running (MAPCO-10396) ([ccb46ff](https://github.com/MapColonies/vector-standard/commit/ccb46ff8820857fa5194e8ab9ca6bf6d9f4a0c43))

## 1.0.0 (2026-07-28)


Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: vector-standard
description: Umbrella Helm chart for Vector Standard services (API and Synchronizer)
type: application
version: 1.0.0
appVersion: 1.0.0
version: 1.0.1
appVersion: 1.0.1
dependencies:
- name: mclabels
version: 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
description: >
API for retrieving geographic layer specifications. Layers expose a set of
properties; `enum`-typed properties also carry their list of allowed values.
version: 1.0.0
version: 1.0.1
license:
name: Proprietary
url: https://example.com/licenses/proprietary
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vector-standard",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"build": "npx lerna run build",
"prepare": "node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky install"
Expand Down
Loading