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 22, 2024
1 parent 11f19a7 commit 5762407
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/violet-fans-develop.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.4.12

### Patch Changes

- @koopjs/output-geoservices@8.1.20

## 10.4.11

### 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.11",
"version": "10.4.12",
"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.19",
"@koopjs/output-geoservices": "8.1.20",
"@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.1.0

### Minor Changes

- set labelingInfo via metadata

## 9.0.3

### 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": "9.0.3",
"version": "9.1.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.20

### Patch Changes

- Updated dependencies [11f19a7]
- @koopjs/featureserver@9.1.0

## 8.1.19

### 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.19",
"version": "8.1.20",
"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": "9.0.3",
"@koopjs/featureserver": "9.1.0",
"@koopjs/logger": "5.0.0"
},
"jest": {
Expand Down

0 comments on commit 5762407

Please sign in to comment.