Skip to content

Commit

Permalink
Merge branch 'master' into feat/callout
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelamadeu-zz authored Sep 16, 2020
2 parents c76c3ef + b093cc3 commit a91c9c2
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 7 deletions.
15 changes: 15 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.11.0-rc.1](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/[email protected]...@carbon/[email protected]) (2020-09-16)

### Bug Fixes

- **masthead:** remove hide L0 logic
([#3960](https://github.com/carbon-design-system/ibm-dotcom-library/issues/3960))
([fe2ae3f](https://github.com/carbon-design-system/ibm-dotcom-library/commit/fe2ae3f)),
closes
[#3958](https://github.com/carbon-design-system/ibm-dotcom-library/issues/3958)

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.11.0-rc.0](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/[email protected]...@carbon/[email protected]) (2020-09-11)

# 1.11.0-beta.4917 (2020-09-11)
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibmdotcom-react",
"description": "IBM.com Library React Components and Patterns",
"version": "1.11.0-rc.0",
"version": "1.11.0-rc.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"@babel/runtime": "^7.5.5",
"@carbon/ibmdotcom-services": "1.11.0-rc.0",
"@carbon/ibmdotcom-styles": "1.11.0-rc.0",
"@carbon/ibmdotcom-styles": "1.11.0-rc.1",
"@carbon/ibmdotcom-utilities": "1.11.0-rc.0",
"autosuggest-highlight": "^3.1.1",
"carbon-components": "10.19.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0-rc.1](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/[email protected]...@carbon/[email protected]) (2020-09-16)

**Note:** Version bump only for package @carbon/ibmdotcom-styles

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.11.0-rc.0](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/[email protected]...@carbon/[email protected]) (2020-09-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibmdotcom-styles",
"description": "IBM.com Library Styles",
"version": "1.11.0-rc.0",
"version": "1.11.0-rc.1",
"license": "Apache-2.0",
"main": "dist/ibm-dotcom-styles.min.css",
"module": "src/scss",
Expand Down
9 changes: 9 additions & 0 deletions packages/vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0-rc.1](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/[email protected]...@carbon/[email protected]) (2020-09-16)

**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.11.0-rc.0](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/[email protected]...@carbon/[email protected]) (2020-09-11)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibmdotcom-vanilla",
"description": "IBM.com Library Vanilla Components",
"version": "0.11.0-rc.0",
"version": "0.11.0-rc.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@babel/runtime": "^7.5.5",
"@carbon/ibmdotcom-services": "1.11.0-rc.0",
"@carbon/ibmdotcom-styles": "1.11.0-rc.0",
"@carbon/ibmdotcom-styles": "1.11.0-rc.1",
"@carbon/ibmdotcom-utilities": "1.11.0-rc.0",
"@carbon/icon-helpers": "10.9.0",
"@carbon/icons": "10.17.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0-rc.1](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/web-components/compare/@carbon/[email protected]...@carbon/[email protected]) (2020-09-16)

### Bug Fixes

- **left-nav:** set the list of nav items ([#3956](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/web-components/issues/3956)) ([1b3e2bc](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/web-components/commit/1b3e2bc)), closes [#3940](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/web-components/issues/3940)

# [0.4.0-rc.0](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/web-components/compare/@carbon/[email protected]...@carbon/[email protected]) (2020-09-11)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/ibmdotcom-web-components",
"version": "0.4.0-rc.0",
"version": "0.4.0-rc.1",
"description": "IBM.com Library Web Components",
"license": "Apache-2.0",
"main": "es/index.js",
Expand Down Expand Up @@ -60,7 +60,7 @@
},
"dependencies": {
"@carbon/ibmdotcom-services": "1.11.0-rc.0",
"@carbon/ibmdotcom-styles": "1.11.0-rc.0",
"@carbon/ibmdotcom-styles": "1.11.0-rc.1",
"@carbon/ibmdotcom-utilities": "1.11.0-rc.0",
"@carbon/layout": "10.13.0",
"carbon-components": "10.19.0",
Expand Down

0 comments on commit a91c9c2

Please sign in to comment.