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 Jan 25, 2024
1 parent 8a4d5ff commit 7d7e510
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/rare-singers-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-spies-rescue.md

This file was deleted.

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

## 10.2.0

### Minor Changes

- add support for PBF format on GeoService output plugin query enpoint

### Patch Changes

- @koopjs/output-geoservices@8.1.1

## 10.1.0

### Minor 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.1.0",
"version": "10.2.0",
"contributors": [
{
"name": "Rich Gwozdz",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@koopjs/cache-memory": "5.0.0",
"@koopjs/logger": "5.0.0",
"@koopjs/output-geoservices": "8.1.0",
"@koopjs/output-geoservices": "8.1.1",
"@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

## 8.3.0

### Minor Changes

- add support for PBF output on query endpoint

## 8.2.0

### Minor 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.2.0",
"version": "8.3.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.1

### Patch Changes

- Updated dependencies [5d7cc53]
- @koopjs/featureserver@8.3.0

## 8.1.0

### Minor 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.0",
"version": "8.1.1",
"description": "Wraps FeatureServer as a Koop output plugin",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/koopjs/koop#readme",
"dependencies": {
"@koopjs/featureserver": "8.2.0",
"@koopjs/featureserver": "8.3.0",
"@koopjs/logger": "5.0.0"
},
"jest": {
Expand Down

0 comments on commit 7d7e510

Please sign in to comment.