From c1b39fc66ef27a6b2c647f8b3f052546ad9de2b0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 18 Apr 2021 18:16:28 +0000 Subject: [PATCH] chore(release): 1.3.4 [skip ci] # [@asu-design-system/components-library-v1.3.4](https://github.com/asu/asu-unity-stack/compare/@asu-design-system/components-library-v1.3.3...@asu-design-system/components-library-v1.3.4) (2021-04-18) ### Bug Fixes * **components-library:** uds-418 - Global header: fix nav top bar to be in Title in case ([a2eaf7c](https://github.com/asu/asu-unity-stack/commit/a2eaf7c1e0a8ba41a9c01cf289aee594ccf0b596)) * **components-library:** uds-431 - Preact Global Header CSS class name typo ([b0778d9](https://github.com/asu/asu-unity-stack/commit/b0778d97012098e1ad1b2949a75db7ebe0c647a1)) * **components-library, bootstrap4-theme:** uds-418 - Global header: fix nav text be in Title case ([db1d426](https://github.com/asu/asu-unity-stack/commit/db1d426bd776ddec720db6b1722aec91768d7b93)) * **components-library, bootstrap4-theme:** uds-418 - Global header: fix text be in Title in case ([c095f27](https://github.com/asu/asu-unity-stack/commit/c095f273975c816883c8253ad0f1447052be036b)) --- packages/components-library/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components-library/package.json b/packages/components-library/package.json index 4e597307bf..aa724be59e 100644 --- a/packages/components-library/package.json +++ b/packages/components-library/package.json @@ -1,6 +1,6 @@ { "name": "@asu-design-system/components-library", - "version": "1.3.3", + "version": "1.3.4", "description": "ASU Web Standards-compliant Preact components library", "main": "dist/components-library.js", "module": "src/index.js",