From 3f8d5ef1b0d7a30a09994548eb1cafe39e14ac06 Mon Sep 17 00:00:00 2001 From: Kenny Lam Date: Wed, 26 Feb 2020 17:30:53 -0500 Subject: [PATCH] chore(release): publish - @carbon/ibmdotcom-react@1.4.1-rc.0 - @carbon/ibmdotcom-services@1.4.1-rc.0 - @carbon/ibmdotcom-styles@1.4.1-rc.0 - @carbon/ibmdotcom-utilities@1.4.1-rc.0 - @carbon/ibmdotcom-vanilla@0.4.1-rc.0 --- packages/react/CHANGELOG.md | 18 ++++++++++++++++++ packages/react/package.json | 8 ++++---- packages/services/CHANGELOG.md | 9 +++++++++ packages/services/package.json | 4 ++-- packages/styles/CHANGELOG.md | 18 ++++++++++++++++++ packages/styles/package.json | 2 +- packages/utilities/CHANGELOG.md | 9 +++++++++ packages/utilities/package.json | 2 +- packages/vanilla/CHANGELOG.md | 9 +++++++++ packages/vanilla/package.json | 8 ++++---- 10 files changed, 75 insertions(+), 12 deletions(-) diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 28d99bc0223..6f39795baa4 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.1-rc.0](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/ibmdotcom-react@1.4.0...@carbon/ibmdotcom-react@1.4.1-rc.0) (2020-02-26) + +### Bug Fixes + +- **css:** adds missing css to block-level patterns; fixes + [#1488](https://github.com/carbon-design-system/ibm-dotcom-library/issues/1488) + ([d3d6052](https://github.com/carbon-design-system/ibm-dotcom-library/commit/d3d6052)) +- **localebutton:** added prop to disable the locale button + ([dee069f](https://github.com/carbon-design-system/ibm-dotcom-library/commit/dee069f)) +- **pattern:** fix block-level autoid structure; fixes + [#1490](https://github.com/carbon-design-system/ibm-dotcom-library/issues/1490) + ([e078536](https://github.com/carbon-design-system/ibm-dotcom-library/commit/e078536)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [1.4.0](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/ibmdotcom-react@1.4.0-rc.2...@carbon/ibmdotcom-react@1.4.0) (2020-02-25) **Note:** Version bump only for package @carbon/ibmdotcom-react diff --git a/packages/react/package.json b/packages/react/package.json index 203d2bfd1bd..dcd749851aa 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/ibmdotcom-react", "description": "IBM.com Library React Components and Patterns", - "version": "1.4.0", + "version": "1.4.1-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -45,9 +45,9 @@ }, "dependencies": { "@babel/runtime": "^7.5.5", - "@carbon/ibmdotcom-services": "1.4.0", - "@carbon/ibmdotcom-styles": "1.4.0", - "@carbon/ibmdotcom-utilities": "1.4.0", + "@carbon/ibmdotcom-services": "1.4.1-rc.0", + "@carbon/ibmdotcom-styles": "1.4.1-rc.0", + "@carbon/ibmdotcom-utilities": "1.4.1-rc.0", "autosuggest-highlight": "^3.1.1", "carbon-components": "10.9.0", "carbon-components-react": "7.9.0", diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index c881f45222a..1936350deea 100644 --- a/packages/services/CHANGELOG.md +++ b/packages/services/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.1-rc.0](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/ibmdotcom-services@1.4.0...@carbon/ibmdotcom-services@1.4.1-rc.0) (2020-02-26) + +**Note:** Version bump only for package @carbon/ibmdotcom-services + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [1.4.0](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/ibmdotcom-services@1.4.0-rc.2...@carbon/ibmdotcom-services@1.4.0) (2020-02-25) **Note:** Version bump only for package @carbon/ibmdotcom-services diff --git a/packages/services/package.json b/packages/services/package.json index 2f5a1e62e1c..41e6f996251 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/ibmdotcom-services", "description": "IBM.com Library Services", - "version": "1.4.0", + "version": "1.4.1-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -34,7 +34,7 @@ "jsdoc": "rimraf docs && jsdoc -c ./jsdoc.json ./README.md" }, "dependencies": { - "@carbon/ibmdotcom-utilities": "1.4.0", + "@carbon/ibmdotcom-utilities": "1.4.1-rc.0", "axios": "^0.19.0", "jsonp": "^0.2.1", "window-or-global": "^1.0.1" diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 074d9f7b1e8..7fa07553097 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.1-rc.0](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/ibmdotcom-styles@1.4.0...@carbon/ibmdotcom-styles@1.4.1-rc.0) (2020-02-26) + +### Bug Fixes + +- **css:** adds missing css to block-level patterns; fixes + [#1488](https://github.com/carbon-design-system/ibm-dotcom-library/issues/1488) + ([d3d6052](https://github.com/carbon-design-system/ibm-dotcom-library/commit/d3d6052)) +- **pattern:** fix block-level autoid structure; fixes + [#1490](https://github.com/carbon-design-system/ibm-dotcom-library/issues/1490) + ([e078536](https://github.com/carbon-design-system/ibm-dotcom-library/commit/e078536)) +- **styles:** updated styles main entry point + ([671b612](https://github.com/carbon-design-system/ibm-dotcom-library/commit/671b612)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [1.4.0](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/ibmdotcom-styles@1.4.0-rc.2...@carbon/ibmdotcom-styles@1.4.0) (2020-02-25) **Note:** Version bump only for package @carbon/ibmdotcom-styles diff --git a/packages/styles/package.json b/packages/styles/package.json index d76f958b150..25d8c70a7b7 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/ibmdotcom-styles", "description": "IBM.com Library Styles", - "version": "1.4.0", + "version": "1.4.1-rc.0", "license": "Apache-2.0", "main": "dist/ibm-dotcom-styles.min.css", "module": "src/scss", diff --git a/packages/utilities/CHANGELOG.md b/packages/utilities/CHANGELOG.md index e9936d26862..625801114ac 100644 --- a/packages/utilities/CHANGELOG.md +++ b/packages/utilities/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.1-rc.0](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/ibmdotcom-utilities@1.4.0...@carbon/ibmdotcom-utilities@1.4.1-rc.0) (2020-02-26) + +**Note:** Version bump only for package @carbon/ibmdotcom-utilities + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [1.4.0](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/ibmdotcom-utilities@1.4.0-rc.2...@carbon/ibmdotcom-utilities@1.4.0) (2020-02-25) **Note:** Version bump only for package @carbon/ibmdotcom-utilities diff --git a/packages/utilities/package.json b/packages/utilities/package.json index 1b4aec96470..f1a04158f36 100644 --- a/packages/utilities/package.json +++ b/packages/utilities/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/ibmdotcom-utilities", "description": "IBM.com Library Utilities", - "version": "1.4.0", + "version": "1.4.1-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/vanilla/CHANGELOG.md b/packages/vanilla/CHANGELOG.md index 78d0cc5adae..66d1cf70ff9 100644 --- a/packages/vanilla/CHANGELOG.md +++ b/packages/vanilla/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.1-rc.0](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/ibmdotcom-vanilla@0.4.0...@carbon/ibmdotcom-vanilla@0.4.1-rc.0) (2020-02-26) + +**Note:** Version bump only for package @carbon/ibmdotcom-vanilla + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [0.4.0](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/ibmdotcom-vanilla@0.4.0-rc.2...@carbon/ibmdotcom-vanilla@0.4.0) (2020-02-25) **Note:** Version bump only for package @carbon/ibmdotcom-vanilla diff --git a/packages/vanilla/package.json b/packages/vanilla/package.json index 999d9e7dc84..c9edb0b70a6 100644 --- a/packages/vanilla/package.json +++ b/packages/vanilla/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/ibmdotcom-vanilla", "description": "IBM.com Library Vanilla Components", - "version": "0.4.0", + "version": "0.4.1-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -36,9 +36,9 @@ }, "dependencies": { "@babel/runtime": "^7.5.5", - "@carbon/ibmdotcom-services": "1.4.0", - "@carbon/ibmdotcom-styles": "1.4.0", - "@carbon/ibmdotcom-utilities": "1.4.0", + "@carbon/ibmdotcom-services": "1.4.1-rc.0", + "@carbon/ibmdotcom-styles": "1.4.1-rc.0", + "@carbon/ibmdotcom-utilities": "1.4.1-rc.0", "@carbon/icons": "^10.8.2", "@tarekraafat/autocomplete.js": "^7.2.0", "window-or-global": "^1.0.1"