From d78c1d4ef251294a2f56da2895d86eb521aafe3a Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Wed, 14 Feb 2024 18:01:51 -0500 Subject: [PATCH] Change package version to 2.1.0, update changelog. --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 922c034..54bfa60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v2.1.0 + +- Filter order and size are now configurable. + ## v2.0.0 Version 2.0.0 requires CollectionSpace 8.0. diff --git a/package-lock.json b/package-lock.json index 7a70c00..6e642ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@collectionspace/cspace-public-browser", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@collectionspace/cspace-public-browser", - "version": "2.0.0", + "version": "2.1.0", "license": "ECL-2.0", "dependencies": { "classnames": "^2.2.6", diff --git a/package.json b/package.json index 46cfd4b..832b8a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@collectionspace/cspace-public-browser", - "version": "2.0.0", + "version": "2.1.0", "description": "CollectionSpace public browser", "author": "Ray Lee ", "license": "ECL-2.0",