Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
annawen1 committed Nov 7, 2019
1 parent e500f0c commit 8c47ae2
Show file tree
Hide file tree
Showing 10 changed files with 95 additions and 11 deletions.
33 changes: 33 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,39 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **footer:** add navigation prop to be passed into Dotcomshell
([20117fb](https://github.com/carbon-design-system/ibm-dotcom-library/commit/20117fb))
- **footer:** add to readme and be able to turn of custom navigation
([67f5eab](https://github.com/carbon-design-system/ibm-dotcom-library/commit/67f5eab))
- **footer:** pass params to the translationapi and small lint changes
([a4ee671](https://github.com/carbon-design-system/ibm-dotcom-library/commit/a4ee671))
- **lang:** dispatch correct action type
([0f28637](https://github.com/carbon-design-system/ibm-dotcom-library/commit/0f28637))
- **masthead:** skipping focusing hidden elements
([363d300](https://github.com/carbon-design-system/ibm-dotcom-library/commit/363d300))
- **react:** moved initial state inside component func
([5c7c0fa](https://github.com/carbon-design-system/ibm-dotcom-library/commit/5c7c0fa))
- **react:** open by default blur shouldnt close search
([0eddcc2](https://github.com/carbon-design-system/ibm-dotcom-library/commit/0eddcc2))
- **search-input:** set correct key in actions
([18bdc78](https://github.com/carbon-design-system/ibm-dotcom-library/commit/18bdc78))
- **storybook-knobs:** move knobs within the add scope
([da711a1](https://github.com/carbon-design-system/ibm-dotcom-library/commit/da711a1))

### Features

- **masthead:** add focus on search button after close
([03fd742](https://github.com/carbon-design-system/ibm-dotcom-library/commit/03fd742))

# Change Log

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

# [1.1.0](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/[email protected]...@carbon/[email protected]) (2019-11-04)

**Note:** Version bump only for package @carbon/ibmdotcom-react
Expand Down
8 changes: 4 additions & 4 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",
"version": "1.1.0",
"version": "1.1.1-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -48,9 +48,9 @@
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"@carbon/ibmdotcom-services": "1.1.0",
"@carbon/ibmdotcom-styles": "1.1.0",
"@carbon/ibmdotcom-utilities": "1.1.0",
"@carbon/ibmdotcom-services": "1.1.1-rc.0",
"@carbon/ibmdotcom-styles": "1.1.1-rc.0",
"@carbon/ibmdotcom-utilities": "1.1.1-rc.0",
"autosuggest-highlight": "^3.1.1",
"classnames": "2.2.6",
"react-autosuggest": "^9.4.3",
Expand Down
16 changes: 16 additions & 0 deletions packages/services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **footer:** pass params to the translationapi and small lint changes
([a4ee671](https://github.com/carbon-design-system/ibm-dotcom-library/commit/a4ee671))
- **lang-footer:** return the lang attr
([e6ef638](https://github.com/carbon-design-system/ibm-dotcom-library/commit/e6ef638))
- **translation:** fix undefined lc error
([83af87a](https://github.com/carbon-design-system/ibm-dotcom-library/commit/83af87a))

# Change Log

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

# [1.1.0](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/[email protected]...@carbon/[email protected]) (2019-11-04)

**Note:** Version bump only for package @carbon/ibmdotcom-services
Expand Down
4 changes: 2 additions & 2 deletions packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibmdotcom-services",
"description": "IBM.com Library Services",
"version": "1.1.0",
"version": "1.1.1-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"jsdoc": "rimraf docs && jsdoc -c ./jsdoc.json ./README.md"
},
"dependencies": {
"@carbon/ibmdotcom-utilities": "1.1.0",
"@carbon/ibmdotcom-utilities": "1.1.1-rc.0",
"axios": "^0.19.0",
"jsonp": "^0.2.1",
"window-or-global": "^1.0.1"
Expand Down
17 changes: 17 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **masthead:** skipping focusing hidden elements
([363d300](https://github.com/carbon-design-system/ibm-dotcom-library/commit/363d300))

### Features

- **masthead:** add focus on search button after close
([03fd742](https://github.com/carbon-design-system/ibm-dotcom-library/commit/03fd742))

# Change Log

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

# [1.1.0](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/[email protected]...@carbon/[email protected]) (2019-11-04)

**Note:** Version bump only for package @carbon/ibmdotcom-styles
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.1.0",
"version": "1.1.1-rc.0",
"license": "Apache-2.0",
"main": "dist/ibm-dotcom-styles.min.css",
"module": "src/scss",
Expand Down
9 changes: 9 additions & 0 deletions packages/utilities/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.1.1-rc.0](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/[email protected]...@carbon/[email protected]) (2019-11-07)

**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.1.0](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/[email protected]...@carbon/[email protected]) (2019-11-04)

**Note:** Version bump only for package @carbon/ibmdotcom-utilities
Expand Down
4 changes: 2 additions & 2 deletions packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibmdotcom-utilities",
"description": "IBM.com Library Utilities",
"version": "1.1.0",
"version": "1.1.1-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"jsdoc": "rimraf docs && jsdoc -c ./jsdoc.json ./README.md"
},
"dependencies": {
"@carbon/ibmdotcom-services": "1.1.0",
"@carbon/ibmdotcom-services": "1.1.1-rc.0",
"axios": "^0.19.0",
"js-cookie": "^2.2.1",
"window-or-global": "^1.0.1"
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.1.1-rc.0](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/[email protected]...@carbon/[email protected]) (2019-11-07)

**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.1.0](https://github.com/carbon-design-system/ibm-dotcom-library/compare/@carbon/[email protected]...@carbon/[email protected]) (2019-11-04)

**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.1.0",
"version": "0.1.1-rc.0",
"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-styles": "1.1.0",
"@carbon/ibmdotcom-styles": "1.1.1-rc.0",
"window-or-global": "^1.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 8c47ae2

Please sign in to comment.