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 Mar 6, 2024
1 parent cebed95 commit de458d2
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/wise-cooks-nail.md

This file was deleted.

2 changes: 1 addition & 1 deletion .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.3.7

### Patch Changes

- @koopjs/output-geoservices@8.1.7

## 10.3.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.3.6",
"version": "10.3.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.6",
"@koopjs/output-geoservices": "8.1.7",
"@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.5.1

### Patch Changes

- changes to JSON specification sent to PBF encoder

## 8.5.0

### Minor Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/featureserver/coverage-unit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.0",
"version": "8.5.1",
"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.7

### Patch Changes

- Updated dependencies [cebed95]
- @koopjs/featureserver@8.5.1

## 8.1.6

### 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.6",
"version": "8.1.7",
"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.0",
"@koopjs/featureserver": "8.5.1",
"@koopjs/logger": "5.0.0"
},
"jest": {
Expand Down

0 comments on commit de458d2

Please sign in to comment.