Skip to content

Commit

Permalink
Merge branch 'main' into FixPreventFormSubmission
Browse files Browse the repository at this point in the history
  • Loading branch information
kennylam authored Oct 12, 2023
2 parents e1583a5 + c828cc6 commit 3111ee8
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 15 deletions.
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.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.33.0-rc.0...@carbon/web-components@1.33.0-rc.1) (2023-10-12)

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





# [1.33.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.32.1-rc.0...@carbon/web-components@1.33.0-rc.0) (2023-10-03)

**Note:** Version bump only for package @carbon/web-components
Expand Down
2 changes: 1 addition & 1 deletion 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.33.0-rc.0",
"version": "1.33.0-rc.1",
"publishConfig": {
"access": "public"
},
Expand Down
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.52.0-rc.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-react@1.52.0-rc.0...@carbon/ibmdotcom-react@1.52.0-rc.1) (2023-10-12)

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





# [1.52.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-react@1.51.1-rc.0...@carbon/ibmdotcom-react@1.52.0-rc.0) (2023-10-03)


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.52.0-rc.0",
"version": "1.52.0-rc.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -64,7 +64,7 @@
"dependencies": {
"@babel/runtime": "^7.16.3",
"@carbon/ibmdotcom-services": "1.52.0-rc.0",
"@carbon/ibmdotcom-styles": "1.52.0-rc.0",
"@carbon/ibmdotcom-styles": "1.52.0-rc.1",
"@carbon/ibmdotcom-utilities": "1.52.0-rc.0",
"@carbon/telemetry": "^0.1.0",
"autosuggest-highlight": "^3.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/styles/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.52.0-rc.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-styles@1.52.0-rc.0...@carbon/ibmdotcom-styles@1.52.0-rc.1) (2023-10-12)

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





# [1.52.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-styles@1.51.1-rc.0...@carbon/ibmdotcom-styles@1.52.0-rc.0) (2023-10-03)


Expand Down
4 changes: 2 additions & 2 deletions 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.52.0-rc.0",
"version": "1.52.0-rc.1",
"license": "Apache-2.0",
"main": "dist/ibm-dotcom-styles.min.css",
"module": "src/scss",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@carbon/grid": "10.43.2",
"@carbon/icons-react": "10.49.2",
"@carbon/import-once": "10.7.0",
"@carbon/layout": "10.37.1",
"@carbon/layout": "10.37.2",
"@carbon/motion": "10.29.2",
"@carbon/telemetry": "0.1.0",
"@carbon/themes": "10.55.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.37.0-rc.2](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-web-components@1.37.0-rc.1...@carbon/ibmdotcom-web-components@1.37.0-rc.2) (2023-10-12)

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





# [1.37.0-rc.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-web-components@1.37.0-rc.0...@carbon/ibmdotcom-web-components@1.37.0-rc.1) (2023-10-04)

**Note:** Version bump only for package @carbon/ibmdotcom-web-components
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.37.0-rc.1",
"version": "1.37.0-rc.2",
"description": "Carbon for IBM.com Web Components",
"license": "Apache-2.0",
"exports": {
Expand Down Expand Up @@ -90,12 +90,12 @@
},
"dependencies": {
"@carbon/ibmdotcom-services": "1.52.0-rc.0",
"@carbon/ibmdotcom-styles": "1.52.0-rc.0",
"@carbon/ibmdotcom-styles": "1.52.0-rc.1",
"@carbon/ibmdotcom-utilities": "1.52.0-rc.0",
"@carbon/layout": "10.37.1",
"@carbon/motion": "^11.0.0",
"@carbon/telemetry": "0.1.0",
"@carbon/web-components": "1.33.0-rc.0",
"@carbon/web-components": "1.33.0-rc.1",
"carbon-components": "10.58.8",
"lit-element": "^2.5.1",
"lit-html": "^1.4.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2290,7 +2290,7 @@ __metadata:
"@babel/preset-react": ~7.12.1
"@babel/runtime": ^7.16.3
"@carbon/ibmdotcom-services": 1.52.0-rc.0
"@carbon/ibmdotcom-styles": 1.52.0-rc.0
"@carbon/ibmdotcom-styles": 1.52.0-rc.1
"@carbon/ibmdotcom-utilities": 1.52.0-rc.0
"@carbon/icons-react": 10.49.2
"@carbon/pictograms-react": 11.49.0
Expand Down Expand Up @@ -2491,14 +2491,14 @@ __metadata:
languageName: unknown
linkType: soft

"@carbon/ibmdotcom-styles@1.52.0-rc.0, @carbon/ibmdotcom-styles@workspace:packages/styles":
"@carbon/ibmdotcom-styles@1.52.0-rc.1, @carbon/ibmdotcom-styles@workspace:packages/styles":
version: 0.0.0-use.local
resolution: "@carbon/ibmdotcom-styles@workspace:packages/styles"
dependencies:
"@carbon/grid": 10.43.2
"@carbon/icons-react": 10.49.2
"@carbon/import-once": 10.7.0
"@carbon/layout": 10.37.1
"@carbon/layout": 10.37.2
"@carbon/motion": 10.29.2
"@carbon/telemetry": 0.1.0
"@carbon/themes": 10.55.3
Expand Down Expand Up @@ -2585,7 +2585,7 @@ __metadata:
"@babel/traverse": ~7.12.0
"@carbon/ibmdotcom-services": 1.52.0-rc.0
"@carbon/ibmdotcom-services-store": 1.52.0-rc.0
"@carbon/ibmdotcom-styles": 1.52.0-rc.0
"@carbon/ibmdotcom-styles": 1.52.0-rc.1
"@carbon/ibmdotcom-utilities": 1.52.0-rc.0
"@carbon/icon-helpers": 10.44.0
"@carbon/icons": 10.48.2
Expand All @@ -2594,7 +2594,7 @@ __metadata:
"@carbon/motion": ^11.0.0
"@carbon/telemetry": 0.1.0
"@carbon/type": 10.45.2
"@carbon/web-components": 1.33.0-rc.0
"@carbon/web-components": 1.33.0-rc.1
"@open-wc/semantic-dom-diff": ~0.18.0
"@percy-io/in-percy": ^0.1.11
"@percy/cli": ^1.8.1
Expand Down Expand Up @@ -2795,7 +2795,7 @@ __metadata:
languageName: node
linkType: hard

"@carbon/layout@npm:^10.37.2":
"@carbon/layout@npm:10.37.2, @carbon/layout@npm:^10.37.2":
version: 10.37.2
resolution: "@carbon/layout@npm:10.37.2"
checksum: 298a0b5473569b7bceb8bf6fb9e1345041f8fd0bdb1a9120ee8af3dd1ccb7803815273e4889627f364c051b67b575023d6b919b70131d8714b35b5b0641d692b
Expand Down Expand Up @@ -2897,7 +2897,7 @@ __metadata:
languageName: node
linkType: hard

"@carbon/web-components@1.33.0-rc.0, @carbon/web-components@workspace:packages/carbon-web-components":
"@carbon/web-components@1.33.0-rc.1, @carbon/web-components@workspace:packages/carbon-web-components":
version: 0.0.0-use.local
resolution: "@carbon/web-components@workspace:packages/carbon-web-components"
dependencies:
Expand Down

0 comments on commit 3111ee8

Please sign in to comment.