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 May 1, 2024
1 parent 0612031 commit 9c7c115
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 882 deletions.
5 changes: 0 additions & 5 deletions .changeset/rare-lizards-exercise.md

This file was deleted.

873 changes: 1 addition & 872 deletions .coverage_json/coverage-summary.json

Large diffs are not rendered by default.

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

## 10.4.7

### Patch Changes

- @koopjs/output-geoservices@8.1.15

## 10.4.6

### 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.6",
"version": "10.4.7",
"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.14",
"@koopjs/output-geoservices": "8.1.15",
"@sindresorhus/fnv1a": "^2.0.1",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/featureserver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @koopjs/featureserver

## 9.0.0

### Major Changes

- Remove route module and refactor signatures of handlers; consumers can no longer use FeatureServer.route. If using this directly with Express, you need to define each route and bind to the correct FeatureServer handler.

## 8.5.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/featureserver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koopjs/featureserver",
"version": "8.5.7",
"version": "9.0.0",
"description": "*An open source implementation of the GeoServices specification*",
"main": "src/index.js",
"directories": {
Expand Down
7 changes: 7 additions & 0 deletions packages/output-geoservices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @koopjs/output-geoservices

## 8.1.15

### Patch Changes

- Updated dependencies [0612031]
- @koopjs/featureserver@9.0.0

## 8.1.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.14",
"version": "8.1.15",
"description": "Wraps FeatureServer as a Koop output plugin",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/koopjs/koop#readme",
"dependencies": {
"@koopjs/featureserver": "8.5.7",
"@koopjs/featureserver": "9.0.0",
"@koopjs/logger": "5.0.0"
},
"jest": {
Expand Down

0 comments on commit 9c7c115

Please sign in to comment.