Skip to content

Commit

Permalink
Merge branch 'main' into fix/masthead-a11y-navigation-role
Browse files Browse the repository at this point in the history
  • Loading branch information
kennylam authored Oct 10, 2023
2 parents 5817b7a + c853ad3 commit afd8556
Show file tree
Hide file tree
Showing 46 changed files with 401 additions and 109 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/carbon-web-components/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.33.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/[email protected]...@carbon/[email protected]) (2023-10-03)

**Note:** Version bump only for package @carbon/web-components





## [1.32.1-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/[email protected]...@carbon/[email protected]) (2023-09-25)

**Note:** Version bump only for package @carbon/web-components
Expand Down
6 changes: 3 additions & 3 deletions packages/carbon-web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/web-components",
"version": "1.32.1-rc.0",
"version": "1.33.0-rc.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -194,7 +194,7 @@
"rollup": "^2.55.1",
"rollup-plugin-multi-input": "^1.3.1",
"rtlcss": "^3.0.0",
"sass": "~1.63.0",
"sass": "~1.69.0",
"sass-loader": "^10.0.0",
"strip-comments": "^1.0.0",
"style-loader": "^2.0.0",
Expand All @@ -208,7 +208,7 @@
"web-component-analyzer": "1.2.0-next.0",
"webpack": "^4.46.0",
"webpack-dev-server": "^4.0.0",
"zone.js": "~0.13.0"
"zone.js": "~0.14.0"
},
"typings": "es/index.d.ts"
}
8 changes: 8 additions & 0 deletions packages/eslint-config-ibmdotcom/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.43.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/[email protected]...@carbon/[email protected]) (2023-10-03)

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





## [1.42.1-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/[email protected]...@carbon/[email protected]) (2023-09-25)

**Note:** Version bump only for package @carbon/eslint-config-ibmdotcom
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-ibmdotcom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/eslint-config-ibmdotcom",
"private": true,
"version": "1.42.1-rc.0",
"version": "1.43.0-rc.0",
"description": "ESLint configuration for Carbon for IBM.com",
"license": "Apache-2.0",
"main": "index.js",
Expand All @@ -18,7 +18,7 @@
"eslint": "^6.8.0"
},
"dependencies": {
"@carbon/eslint-plugin-react-prop-type-comments": "1.41.1-rc.0",
"@carbon/eslint-plugin-react-prop-type-comments": "1.42.0-rc.0",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"babel-eslint": "^10.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin-ibmdotcom-import-rules/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.42.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/[email protected]...@carbon/[email protected]) (2023-10-03)

**Note:** Version bump only for package @carbon/eslint-plugin-ibmdotcom-import-rules





## [1.41.1-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/[email protected]...@carbon/[email protected]) (2023-09-25)

**Note:** Version bump only for package @carbon/eslint-plugin-ibmdotcom-import-rules
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-ibmdotcom-import-rules/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/eslint-plugin-ibmdotcom-import-rules",
"private": true,
"version": "1.41.1-rc.0",
"version": "1.42.0-rc.0",
"description": "ESLint plugin for Carbon for IBM.com checking imports",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin-react-prop-type-comments/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.42.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/[email protected]...@carbon/[email protected]) (2023-10-03)

**Note:** Version bump only for package @carbon/eslint-plugin-react-prop-type-comments





## [1.41.1-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/[email protected]...@carbon/[email protected]) (2023-09-25)

**Note:** Version bump only for package @carbon/eslint-plugin-react-prop-type-comments
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/eslint-plugin-react-prop-type-comments",
"private": true,
"version": "1.41.1-rc.0",
"version": "1.42.0-rc.0",
"description": "ESLint plugin for Carbon for IBM.com checking React prop type comments",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/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.52.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/[email protected]...@carbon/[email protected]) (2023-10-03)


### Bug Fixes

* **masthead:** add high contrast styles for ibm logo ([#10988](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10988)) ([c5331f2](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/c5331f2ec063676d2efe07d05b07cd1e5a7063dc)), closes [#10977](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10977)





## [1.51.1-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/[email protected]...@carbon/[email protected]) (2023-09-25)

**Note:** Version bump only for package @carbon/ibmdotcom-react
Expand Down
12 changes: 6 additions & 6 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.51.1-rc.0",
"version": "1.52.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -63,9 +63,9 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@carbon/ibmdotcom-services": "1.51.1-rc.0",
"@carbon/ibmdotcom-styles": "1.51.1-rc.0",
"@carbon/ibmdotcom-utilities": "1.51.1-rc.0",
"@carbon/ibmdotcom-services": "1.52.0-rc.0",
"@carbon/ibmdotcom-styles": "1.52.0-rc.0",
"@carbon/ibmdotcom-utilities": "1.52.0-rc.0",
"@carbon/telemetry": "^0.1.0",
"autosuggest-highlight": "^3.1.1",
"carbon-components": "10.58.8",
Expand All @@ -86,8 +86,8 @@
"@babel/preset-env": "~7.12.0",
"@babel/preset-react": "~7.12.1",
"@carbon/icons-react": "10.49.2",
"@carbon/pictograms-react": "11.47.0",
"@carbon/storybook-addon-theme": "1.42.1-rc.0",
"@carbon/pictograms-react": "11.49.0",
"@carbon/storybook-addon-theme": "1.43.0-rc.0",
"@percy-io/in-percy": "^0.1.11",
"@percy/cli": "^1.8.1",
"@percy/cypress": "^3.1.1",
Expand Down
Loading

0 comments on commit afd8556

Please sign in to comment.