From b207322942bb26404ae4661b52a305886ce2381a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 10 Jun 2021 17:08:11 +0000 Subject: [PATCH] chore(release): 1.42.0 [skip ci] # [1.42.0](https://github.com/carbon-design-system/ibm-security/compare/v1.41.0...v1.42.0) (2021-06-10) ### Bug Fixes * change require to import syntax to allow treeshaking again ([#970](https://github.com/carbon-design-system/ibm-security/issues/970)) ([c8ddb09](https://github.com/carbon-design-system/ibm-security/commit/c8ddb095e9a0f19d9d0e4055a5b06f21c3dc5db3)) * remove unused Carbon imports and overrides ([#984](https://github.com/carbon-design-system/ibm-security/issues/984)) ([cfedd14](https://github.com/carbon-design-system/ibm-security/commit/cfedd14683d03ad8023c323a337da5dd567a2c00)) * **list-module:** add top borders & bottom border on last ([1f82214](https://github.com/carbon-design-system/ibm-security/commit/1f82214db2eadca871e4d7acebfa27627cb5e563)) * **list-module:** button onClick & remove unneeded Fragments ([20d78b1](https://github.com/carbon-design-system/ibm-security/commit/20d78b144eed932ddbfdb130ba8017288b0aaa49)) * **list-module:** button width to fill available space ([440fa1b](https://github.com/carbon-design-system/ibm-security/commit/440fa1bb5850259ea86034a69048b181c58a9a5e)) * **list-module:** changed api to return an object of props ([3a045aa](https://github.com/carbon-design-system/ibm-security/commit/3a045aa4c6f47d9c7447c1ad58104b5b5ea368dd)) * **list-module:** edit docs, add "(Canary)" to name, remove DistributedColumns story ([5f4c75b](https://github.com/carbon-design-system/ibm-security/commit/5f4c75b147f736cce8f9e26c3e7a4931e4bda960)) * **list-module:** Profile img resize, margin/padding, text update ([ef4b53a](https://github.com/carbon-design-system/ibm-security/commit/ef4b53a09b670b040ad7b11ddeb615cd24f5eadd)) * **list-module:** type styling for As Button ([dc9a139](https://github.com/carbon-design-system/ibm-security/commit/dc9a139323617f67ffe9e84b3dc6c31f2a109d08)) * **list-module:** update dat snapshot ([62a9952](https://github.com/carbon-design-system/ibm-security/commit/62a9952cc11fa2bce48a239b4a25075591baeb98)) * **list-module:** update spec for button width ([e9a452e](https://github.com/carbon-design-system/ibm-security/commit/e9a452ec00776ce2085b6bf74dd47ae2961c71ea)) * **list-module:** update spec.... again ([0d551e9](https://github.com/carbon-design-system/ibm-security/commit/0d551e998eaf5a420b52d75da4bad68f53631a60)) * **list-module:** update specs ([d59c6ab](https://github.com/carbon-design-system/ibm-security/commit/d59c6ab1e690392b563cd5ef25e21bfa15b21cfc)) * **list-module:** Using Detailed story as new Default, fixed Button width, snapshot update ([124a546](https://github.com/carbon-design-system/ibm-security/commit/124a546f284d7a10b2caf5dce45cf494dfef303a)) ### Features * **library-listitem:** add ListItemModule to the Layout Modules Library ([c9c637f](https://github.com/carbon-design-system/ibm-security/commit/c9c637fb76641b4aca6b37c8bfee568ca7f6f570)) * **list-item-module:** 10 stories with hover/link states ([cdfdf50](https://github.com/carbon-design-system/ibm-security/commit/cdfdf50d386428e0653e996e7b282551909c11d9)) * **list-item-module:** rename component ([9486b4c](https://github.com/carbon-design-system/ibm-security/commit/9486b4c607bff9229c020ae00c044365e0f7aa67)) * **list-item-module:** update API ([30d42ca](https://github.com/carbon-design-system/ibm-security/commit/30d42ca4afe45c0b2c39044f483483732194974f)) * **list-module:** add list module example ([f9b01c6](https://github.com/carbon-design-system/ibm-security/commit/f9b01c671033a3e6c39f6bb6f8ff1cc2e611f89b)) * **list-module:** add list module example ([c89c26e](https://github.com/carbon-design-system/ibm-security/commit/c89c26e250586afe270d7c9c24ed1bd09d589fce)) * **list-module:** add ListItemModule stories ([75a1930](https://github.com/carbon-design-system/ibm-security/commit/75a19300f658000dbd42ba30d60d0f28cf210df7)) * **list-module:** explore `ListModule` ([28bd315](https://github.com/carbon-design-system/ibm-security/commit/28bd3156cad252a9153aa1e1e14cc7d649513c3e)) * **list-module:** use CSS Grid Layout ([2523447](https://github.com/carbon-design-system/ibm-security/commit/2523447f6377ee17741f8b3a0c9784ce45d1c409)) * **list-module:** use CSS Grid Layout ([f1e7f62](https://github.com/carbon-design-system/ibm-security/commit/f1e7f6202fc7b7925eb6629f9e604c7de5e61f55)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0cc5c5bd0..205ba07f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/ibm-security", - "version": "1.42.0-prerelease.3", + "version": "1.42.0", "description": "Carbon for IBM Security", "license": "Apache-2.0", "main": "lib/index.js",