Skip to content

Commit

Permalink
Merge branch 'main' into 11717-update-dropdown-story-controls
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jul 28, 2022
2 parents 1b79dd8 + 43e6763 commit 4cb6e05
Show file tree
Hide file tree
Showing 66 changed files with 3,476 additions and 3,203 deletions.
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/FEATURE_REQUEST_OR_ENHANCEMENT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ body:
id: justification
attributes:
label: Justification
description: 'Provide the business reasons for this request.'
description: 'Provide the business reasons for this request. Provide screenshots of what you are unable to accomplish that this enhancement would make possible.'
validations:
required: true
- type: textarea
id: metrics
attributes:
Expand All @@ -48,6 +50,13 @@ body:
description:
'Do you want this work within a specific time period? Is it related to
an upcoming release?'
- type: input
id: team
attributes:
label: Your team
description: 'Please provide the requesting team you are apart of. @mention design and development members from your team that should be aware of this request.'
validations:
required: true
- type: input
id: resources
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: "DCO Assistant"
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the DCO document and I hereby sign the DCO.') || github.event_name == 'pull_request_target'
uses: cla-assistant/github-action@v2.1.3-beta
uses: cla-assistant/github-action@v2.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion config/eslint-config-carbon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-carbon",
"description": "ESLint configuration for Carbon",
"version": "2.13.0",
"version": "2.14.0",
"license": "Apache-2.0",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion config/jest-config-carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jest-config-carbon",
"private": true,
"description": "Jest configuration and preset for Carbon",
"version": "1.3.0",
"version": "1.4.0",
"license": "Apache-2.0",
"main": "index.js",
"repository": {
Expand Down
6 changes: 5 additions & 1 deletion docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ git push upstream v11.2.0
[Release Workflow](https://github.com/carbon-design-system/carbon/actions/workflows/release.yml)
- [ ] Review and approve the Pull Request generated from this action on the
[Carbon Website](https://github.com/carbon-design-system/carbon-website)
to verify no breaking changes have occurred in this release
to verify no breaking changes have occurred in this release. If the PR
from the previous release was not merged, the existing PR will be updated.

**Friday**

Expand All @@ -144,6 +145,9 @@ Friday of a sprint. To make the switch, you will need to:

### Post release

- [ ] Update the
[release radar wiki page](https://github.com/carbon-design-system/carbon/wiki/Release-radar)

After a release has switched packages from `next` to `latest`, it is important
to monitor channels on Slack and issues on GitHub in case breaking changes may
have occurred in the release.
Expand Down
1 change: 1 addition & 0 deletions e2e/icons-react/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,7 @@ Array [
"IbmCloud",
"IbmCloudDedicatedHost",
"IbmCloudInternetServices",
"IbmCloudKubernetesService",
"IbmCloudPakApplications",
"IbmCloudPakBusinessAutomation",
"IbmCloudPakData",
Expand Down
4 changes: 4 additions & 0 deletions e2e/icons-vue/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3121,6 +3121,10 @@ Array [
"IbmCloudInternetServices20",
"IbmCloudInternetServices24",
"IbmCloudInternetServices32",
"IbmCloudKubernetesService16",
"IbmCloudKubernetesService20",
"IbmCloudKubernetesService24",
"IbmCloudKubernetesService32",
"IbmCloudPakApplications16",
"IbmCloudPakApplications20",
"IbmCloudPakApplications24",
Expand Down
4 changes: 4 additions & 0 deletions e2e/icons/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3120,6 +3120,10 @@ Array [
"IbmCloudInternetServices20",
"IbmCloudInternetServices24",
"IbmCloudInternetServices32",
"IbmCloudKubernetesService16",
"IbmCloudKubernetesService20",
"IbmCloudKubernetesService24",
"IbmCloudKubernetesService32",
"IbmCloudPakApplications16",
"IbmCloudPakApplications20",
"IbmCloudPakApplications24",
Expand Down
4 changes: 2 additions & 2 deletions examples/codesandbox-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "codesandbox-styles",
"private": true,
"version": "0.10.0",
"version": "0.11.0",
"scripts": {
"develop": "vite"
},
"devDependencies": {
"vite": "^2.8.0"
},
"dependencies": {
"@carbon/styles": "^1.7.0",
"@carbon/styles": "^1.8.0",
"sass": "^1.51.0"
}
}
4 changes: 2 additions & 2 deletions examples/codesandbox-with-sass-compilation/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "codesandbox-with-sass-compilation",
"version": "0.8.0",
"version": "0.9.0",
"private": true,
"dependencies": {
"@carbon/react": "^1.7.0",
"@carbon/react": "^1.8.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/codesandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "codesandbox",
"version": "0.8.0",
"version": "0.9.0",
"private": true,
"dependencies": {
"@carbon/react": "^1.7.0",
"@carbon/react": "^1.8.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/light-dark-mode/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "examples-light-dark",
"private": true,
"version": "0.5.0",
"version": "0.6.0",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@carbon/react": "^1.7.0",
"@carbon/react": "^1.8.0",
"next": "12.1.4",
"react": "18.0.0",
"react-dom": "18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "examples-nextjs",
"private": true,
"version": "0.7.0",
"version": "0.8.0",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@carbon/react": "^1.7.0",
"@carbon/react": "^1.8.0",
"next": "12.1.4",
"react": "18.0.0",
"react-dom": "18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "vite",
"private": true,
"version": "0.5.0",
"version": "0.6.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@carbon/react": "^1.7.0",
"@carbon/react": "^1.8.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/carbon-components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "carbon-components-react",
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
"version": "8.7.0",
"version": "8.8.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"sass": "^1.33.0"
},
"dependencies": {
"@carbon/react": "^1.7.0",
"@carbon/styles": "^1.7.0",
"@carbon/react": "^1.8.0",
"@carbon/styles": "^1.8.0",
"@carbon/telemetry": "0.1.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/carbon-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "carbon-components",
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
"version": "11.7.0",
"version": "11.8.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
"sass": "^1.33.0"
},
"dependencies": {
"@carbon/styles": "^1.7.0",
"@carbon/styles": "^1.8.0",
"@carbon/telemetry": "0.1.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/elements",
"description": "A collection of design elements in code for the IBM Design Language",
"version": "11.5.0",
"version": "11.6.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -36,12 +36,12 @@
},
"dependencies": {
"@carbon/colors": "^11.3.0",
"@carbon/grid": "^11.3.0",
"@carbon/icons": "^11.5.0",
"@carbon/layout": "^11.3.0",
"@carbon/grid": "^11.4.0",
"@carbon/icons": "^11.6.0",
"@carbon/layout": "^11.4.0",
"@carbon/motion": "^11.2.0",
"@carbon/themes": "^11.4.0",
"@carbon/type": "^11.4.0"
"@carbon/themes": "^11.5.0",
"@carbon/type": "^11.5.0"
},
"devDependencies": {
"@carbon/cli": "^11.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ Array [
"textSecondary",
"themes",
"toggleOff",
"unstable_metadata",
"unstable_tokens",
"v10",
"warmGray",
Expand Down
4 changes: 2 additions & 2 deletions packages/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/grid",
"description": "Grid for digital and software products using the Carbon Design System",
"version": "11.3.0",
"version": "11.4.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"clean": "rimraf scss/_inlined scss/vendor"
},
"dependencies": {
"@carbon/layout": "^11.3.0"
"@carbon/layout": "^11.4.0"
},
"devDependencies": {
"@carbon/cli": "^11.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/icons-react",
"description": "React components for icons in digital and software products using the Carbon Design System",
"version": "11.5.0",
"version": "11.6.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@carbon/icon-build-helpers": "^1.2.0",
"@carbon/icons": "^11.5.0",
"@carbon/icons": "^11.6.0",
"rimraf": "^3.0.2"
},
"sideEffects": false
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/icons-vue",
"description": "Vue components for icons in digital and software products using the Carbon Design System",
"version": "10.54.0",
"version": "10.55.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@carbon/cli-reporter": "^10.5.0",
"@carbon/icons": "^11.5.0",
"@carbon/icons": "^11.6.0",
"fs-extra": "^10.0.0",
"prettier": "^2.6.2",
"rimraf": "^3.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/icons/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ categories:
- ibm--open-enterprise-languages
- ibm-cloud--dedicated-host
- ibm-cloud--internet-services
- ibm-cloud--kubernetes-service
- ibm-cloud--security-compliance-center
- ibm-cloud--subnets
- ibm-cloud--transit-gateway
Expand Down
Loading

0 comments on commit 4cb6e05

Please sign in to comment.