Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelamadeu-zz committed Mar 13, 2020
1 parent dc9d1d8 commit 0f504f6
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 5 deletions.
19 changes: 19 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **autoid:** make autoids more specific for card section
([0fd8333](https://github.com/carbon-design-system/ibm-dotcom-library/commit/0fd8333))
- **cta:** fix CTA text link prop object; fixes
[#1682](https://github.com/carbon-design-system/ibm-dotcom-library/issues/1682)
([dc9d1d8](https://github.com/carbon-design-system/ibm-dotcom-library/commit/dc9d1d8))
- **layout:** fix to sticky attribute for safari browsers
([680b57e](https://github.com/carbon-design-system/ibm-dotcom-library/commit/680b57e))
- **pattern:** fixed left navigation not showing any selected section
([d537c41](https://github.com/carbon-design-system/ibm-dotcom-library/commit/d537c41))

# Change Log

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

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

### Bug Fixes
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.5.0-rc.0",
"version": "1.5.0-rc.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@babel/runtime": "^7.5.5",
"@carbon/ibmdotcom-services": "1.5.0-rc.0",
"@carbon/ibmdotcom-styles": "1.5.0-rc.0",
"@carbon/ibmdotcom-styles": "1.5.0-rc.1",
"@carbon/ibmdotcom-utilities": "1.5.0-rc.0",
"autosuggest-highlight": "^3.1.1",
"carbon-components": "10.9.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0-rc.1](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/[email protected]...@carbon/[email protected]) (2020-03-13)

### Bug Fixes

- **import:** import content section styles in card section
([84ed2da](https://github.com/carbon-design-system/ibm-dotcom-library/commit/84ed2da))
- **layout:** fix to sticky attribute for safari browsers
([680b57e](https://github.com/carbon-design-system/ibm-dotcom-library/commit/680b57e))
- **scss:** added padding for link-list
([9ea5d7f](https://github.com/carbon-design-system/ibm-dotcom-library/commit/9ea5d7f))
- **toc:** fixes toc overlapping the masthead dropdown
([44d71f4](https://github.com/carbon-design-system/ibm-dotcom-library/commit/44d71f4))

# Change Log

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

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

### 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.5.0-rc.0",
"version": "1.5.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.5.0-rc.1](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/[email protected]...@carbon/[email protected]) (2020-03-13)

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

**Note:** Version bump only for package @carbon/ibmdotcom-vanilla
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.5.0-rc.0",
"version": "0.5.0-rc.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@babel/runtime": "^7.5.5",
"@carbon/ibmdotcom-services": "1.5.0-rc.0",
"@carbon/ibmdotcom-styles": "1.5.0-rc.0",
"@carbon/ibmdotcom-styles": "1.5.0-rc.1",
"@carbon/ibmdotcom-utilities": "1.5.0-rc.0",
"@carbon/icons": "^10.8.2",
"@tarekraafat/autocomplete.js": "^7.2.0",
Expand Down

0 comments on commit 0f504f6

Please sign in to comment.