From 8b5427a641349107dd678dc114505868e273df4a Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Fri, 18 Jun 2021 11:27:12 +0000 Subject: [PATCH] chore(release): 13.2.1 [skip ci] ## [13.2.1](https://github.com/5app/base5-ui/compare/v13.2.0...v13.2.1) (2021-06-18) ### Bug Fixes * Work around popperJS missing CJS export, [#135](https://github.com/5app/base5-ui/issues/135) ([374edc8](https://github.com/5app/base5-ui/commit/374edc8913b16569e8803c638da129c1f9289dff)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e00a9159..fa795338 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [13.2.1](https://github.com/5app/base5-ui/compare/v13.2.0...v13.2.1) (2021-06-18) + + +### Bug Fixes + +* Work around popperJS missing CJS export, [#135](https://github.com/5app/base5-ui/issues/135) ([374edc8](https://github.com/5app/base5-ui/commit/374edc8913b16569e8803c638da129c1f9289dff)) + # [13.2.0](https://github.com/5app/base5-ui/compare/v13.1.5...v13.2.0) (2021-06-04) diff --git a/package.json b/package.json index f73d7443..1ed2214a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "13.2.0", + "version": "13.2.1", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {