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 Aug 15, 2023
1 parent 07eed10 commit 5fdfb88
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-candles-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-monkeys-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-pants-chew.md

This file was deleted.

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.1.0

### Minor Changes

- all server and layer metadata defaults to be overriden with setDefaults method

## 8.0.0

### Major 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.0.0",
"version": "8.1.0",
"description": "*An open source implementation of the GeoServices specification*",
"main": "src/index.js",
"directories": {
Expand Down
11 changes: 11 additions & 0 deletions packages/koop-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @koopjs/koop-core

## 9.2.0

### Minor Changes

- allow FeatureServer server and layer metadata to be overriden with `geoservicesDefaults` option in the output's constructor

### Patch Changes

- Updated dependencies [8f67c70]
- @koopjs/output-geoservices@7.1.0

## 9.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/koop-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": "9.1.1",
"version": "9.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": "7.0.0",
"@koopjs/output-geoservices": "7.1.0",
"@sindresorhus/fnv1a": "^2.0.1",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/output-geoservices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @koopjs/output-geoservices

## 7.1.0

### Minor Changes

- allow server and layer metadata defaults to be overriden with `defaults` option in the output's constructor

### Patch Changes

- Updated dependencies [8f67c70]
- @koopjs/featureserver@8.1.0

## 7.0.0

### Major 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": "7.0.0",
"version": "7.1.0",
"description": "Wraps FeatureServer as a Koop output plugin",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/koopjs/koop#readme",
"dependencies": {
"@koopjs/featureserver": "8.0.0",
"@koopjs/featureserver": "8.1.0",
"@koopjs/logger": "5.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 5fdfb88

Please sign in to comment.