From 2d8453b2f2629c93737fed1313b947245e5497d3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 10 Sep 2020 21:54:58 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] # [@asu-design-system/cookie-consent-v1.0.1](https://github.com/asu/asu-unity-stack/compare/@asu-design-system/cookie-consent-v1.0.0...@asu-design-system/cookie-consent-v1.0.1) (2020-09-10) ### Bug Fixes * **bootstrap4-theme:** downgraded css-loader to fix storybook errors ([2531aaa](https://github.com/asu/asu-unity-stack/commit/2531aaaec10e68052ae87e6ab92921417f55efbf)) * **cookie-consent:** added README ([0c326d2](https://github.com/asu/asu-unity-stack/commit/0c326d26ff6bacfaa10d7c59e45e8dd35b62a632)) --- packages/cookie-consent/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cookie-consent/package.json b/packages/cookie-consent/package.json index c664ae4bc8..df13fca0bd 100644 --- a/packages/cookie-consent/package.json +++ b/packages/cookie-consent/package.json @@ -1,6 +1,6 @@ { "name": "@asu-design-system/cookie-consent", - "version": "1.0.0", + "version": "1.0.1", "description": "ASU implementation of cookieconsent npm library", "main": "src/index.js", "author": "Colton Testamarck",