diff --git a/.github/workflows/ci-js.yml b/.github/workflows/ci-js.yml index c0fa103..4376b4f 100644 --- a/.github/workflows/ci-js.yml +++ b/.github/workflows/ci-js.yml @@ -2,9 +2,9 @@ name: Continuous integration on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] jobs: check: diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e5993b..55fc299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.1.1 + +* Increase contrast in disabled mini button text + +## 2.1.0 + +* Add tooltip to DateInput component + ## 2.0.0 Version 2.0.0 requires React 16. diff --git a/package-lock.json b/package-lock.json index dac82c7..cbd3e18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspace-input", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cspace-input", - "version": "2.1.0", + "version": "2.1.1", "license": "ECL-2.0", "dependencies": { "classnames": "^2.2.6", diff --git a/package.json b/package.json index 5d1d182..4082294 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspace-input", - "version": "2.1.0", + "version": "2.1.1", "description": "CollectionSpace input components", "author": "Ray Lee ", "license": "ECL-2.0",