Skip to content

Commit

Permalink
chore: version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Agent committed Apr 19, 2024
1 parent 90228e9 commit fc9017e
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/rich-numbers-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-eagles-explain.md

This file was deleted.

2 changes: 1 addition & 1 deletion .coverage_json/coverage-summary.json

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @koopjs/koop-core

## 10.4.5

### Patch Changes

- auth error code can be set from provider but defaults to 401
- Updated dependencies [90228e9]
- @koopjs/output-geoservices@8.1.14

## 10.4.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koopjs/koop-core",
"description": "Serve, transform, and query geospatial data on the web",
"version": "10.4.4",
"version": "10.4.5",
"contributors": [
{
"name": "Rich Gwozdz",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@koopjs/cache-memory": "6.0.0",
"@koopjs/logger": "5.0.0",
"@koopjs/output-geoservices": "8.1.13",
"@koopjs/output-geoservices": "8.1.14",
"@sindresorhus/fnv1a": "^2.0.1",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/output-geoservices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @koopjs/output-geoservices

## 8.1.14

### Patch Changes

- owningSystemUrl inclusion is a constructor option

## 8.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/output-geoservices/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koopjs/output-geoservices",
"version": "8.1.13",
"version": "8.1.14",
"description": "Wraps FeatureServer as a Koop output plugin",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit fc9017e

Please sign in to comment.