Skip to content

Commit

Permalink
Merge branch 'master' into link-list-heading
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jan 20, 2021
2 parents e888dee + c6081ab commit 0c30b41
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 59 deletions.
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.15.0-rc.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/[email protected]...@carbon/[email protected]) (2021-01-20)

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





# [1.15.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/[email protected]...@carbon/[email protected]) (2021-01-16)


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": "Carbon for IBM.com React Components",
"version": "1.15.0-rc.0",
"version": "1.15.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.15.0-rc.0",
"@carbon/ibmdotcom-styles": "1.15.0-rc.0",
"@carbon/ibmdotcom-styles": "1.15.0-rc.1",
"@carbon/ibmdotcom-utilities": "1.15.0-rc.0",
"autosuggest-highlight": "^3.1.1",
"carbon-components": "10.26.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/services-store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.15.0-rc.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/master/packages/services-store/compare/@carbon/[email protected]...@carbon/[email protected]) (2021-01-20)


### Bug Fixes

* **profile:** update profile requx actions, types, and reducers naming and unit tests ([#4926](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/master/packages/services-store/issues/4926)) ([c824634](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/master/packages/services-store/commit/c824634)), closes [#4701](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/master/packages/services-store/issues/4701)





# [1.15.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/master/packages/services-store/compare/@carbon/[email protected]...@carbon/[email protected]) (2021-01-16)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/services-store/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibmdotcom-services-store",
"private": true,
"version": "1.15.0-rc.0",
"version": "1.15.0-rc.1",
"description": "Redux store for Carbon for IBM.com Services",
"license": "Apache-2.0",
"main": "lib/store.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.15.0-rc.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/[email protected]...@carbon/[email protected]) (2021-01-20)


### Bug Fixes

* **masthead:** update L1 responsive breakpoint ([#4950](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/4950)) ([5fd3c52](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/5fd3c52)), closes [#4920](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/4920) [#4941](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/4941)





# [1.15.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/[email protected]...@carbon/[email protected]) (2021-01-16)


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": "Carbon for IBM.com Styles",
"version": "1.15.0-rc.0",
"version": "1.15.0-rc.1",
"license": "Apache-2.0",
"main": "dist/ibm-dotcom-styles.min.css",
"module": "src/scss",
Expand Down
13 changes: 13 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/master/packages/web-components/compare/@carbon/[email protected]...@carbon/[email protected]) (2021-01-20)


### Bug Fixes

* **content-block-mixed:** fixed pictogram color on g90 and g100 theme ([#4949](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/master/packages/web-components/issues/4949)) ([1dc940f](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/master/packages/web-components/commit/1dc940f)), closes [#4933](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/master/packages/web-components/issues/4933)
* **profile:** update profile requx actions, types, and reducers naming and unit tests ([#4926](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/master/packages/web-components/issues/4926)) ([c824634](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/master/packages/web-components/commit/c824634)), closes [#4701](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/master/packages/web-components/issues/4701)
* **TOC:** update mobile sticky styles ([#4953](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/master/packages/web-components/issues/4953)) ([9cd1900](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/master/packages/web-components/commit/9cd1900))





# [0.8.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/master/packages/web-components/compare/@carbon/[email protected]...@carbon/[email protected]) (2021-01-16)

### Features
Expand Down
6 changes: 3 additions & 3 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": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "Carbon for IBM.com Web Components",
"license": "Apache-2.0",
"exports": {
Expand Down Expand Up @@ -76,7 +76,7 @@
},
"dependencies": {
"@carbon/ibmdotcom-services": "1.15.0-rc.0",
"@carbon/ibmdotcom-styles": "1.15.0-rc.0",
"@carbon/ibmdotcom-styles": "1.15.0-rc.1",
"@carbon/ibmdotcom-utilities": "1.15.0-rc.0",
"@carbon/layout": "10.16.0",
"carbon-components": "10.26.0",
Expand Down Expand Up @@ -111,7 +111,7 @@
"@babel/preset-react": "^7.0.0",
"@babel/template": "^7.8.0",
"@babel/traverse": "^7.8.0",
"@carbon/ibmdotcom-services-store": "1.15.0-rc.0",
"@carbon/ibmdotcom-services-store": "1.15.0-rc.1",
"@carbon/icon-helpers": "10.11.0",
"@carbon/icons": "10.23.0",
"@open-wc/semantic-dom-diff": "^0.15.0",
Expand Down
52 changes: 0 additions & 52 deletions packages/web-components/tools/svg-result-carbon-icon.js

This file was deleted.

0 comments on commit 0c30b41

Please sign in to comment.