From 0e32b71c92b358691ef34d18905a7ba7d2a33891 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Mon, 19 Sep 2022 15:53:41 -0500 Subject: [PATCH] Release 2.0.2. --- CHANGELOG.md | 5 +++++ package.json | 2 +- projects/wvr-elements/package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88619784..23c84be6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [2.0.2] - 09-19-22 +### Resolves + +- Normal mouse clicks do not work for certain designs with drop-down menus following the 2.0.1 release. + ## [2.0.1] - 09-15-22 ### Resolves diff --git a/package.json b/package.json index 87ac2d75..93ac835b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "git+https://github.com/TAMULib/weaver-components.git" }, - "version": "2.0.2-rc.1", + "version": "2.0.2", "private": false, "license": "MIT", "engines": { diff --git a/projects/wvr-elements/package.json b/projects/wvr-elements/package.json index 9074e47f..c4d7ded8 100644 --- a/projects/wvr-elements/package.json +++ b/projects/wvr-elements/package.json @@ -1,6 +1,6 @@ { "name": "@wvr/elements", - "version": "2.0.2-rc.1", + "version": "2.0.2", "description": "Collection of angular components for Weaver's Custom Web Component UI", "author": "Texas A&M University Libraries", "private": false,