Skip to content

Commit

Permalink
Merge branch 'main' into v2-migration-guide-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
elycheea authored May 15, 2023
2 parents c3d03d6 + d1803de commit bfbe1e6
Show file tree
Hide file tree
Showing 17 changed files with 884 additions and 1,126 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,14 @@ jobs:
- name: Continuous integration check (includes build)
run: yarn ci-check:v2

# Dry run - `yarn lerna version --no-git-tag-version --no-push`
# Dry run - `yarn lerna publish --dist-tag next --no-verify-access --create-release github --ignore-changes 'packages/security/**/*' 'packages/cdai/**/*' --yes --no-push --no-git-tag-version`
- name: Publish
env:
GH_TOKEN: ${{ secrets.GH_TOKEN_LERNA }}
NODE_AUTH_TOKEN: ${{ secrets.CARBON_BOT_NPM_TOKEN }}
run:
yarn lerna publish --dist-tag next --no-verify-access --create-release
--yes github
github --ignore-changes 'packages/security/**/*' 'packages/cdai/**/*'
--yes yarn lerna publish --dist-tag next --no-verify-access
--create-release github --ignore-changes 'packages/security/**/*'
'packages/cdai/**/*' --yes
279 changes: 101 additions & 178 deletions config/babel-preset-ibm-cloud-cognitive/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/babel-preset-ibm-cloud-cognitive/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = () => ({
...(BABEL_ENV && { modules: BABEL_ENV === 'cjs' && 'commonjs' }),
targets: {
browsers: ['extends browserslist-config-carbon'],
node: '12',
node: '16',
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion config/babel-preset-ibm-cloud-cognitive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "babel-preset-ibm-cloud-cognitive",
"private": true,
"version": "0.14.19",
"version": "0.14.27",
"license": "Apache-2.0",
"main": "index.js",
"repository": {
Expand Down
366 changes: 131 additions & 235 deletions config/cli/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@carbon/ibm-cloud-cognitive-cli",
"private": true,
"description": "A CLI for building, maintaining, and releasing packages for Carbon",
"version": "0.18.26",
"version": "0.18.35",
"license": "Apache-2.0",
"bin": {
"carbon-cli": "./bin/carbon-cli.js"
Expand Down
456 changes: 146 additions & 310 deletions config/jest-config-ibm-cloud-cognitive/CHANGELOG.md

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion config/jest-config-ibm-cloud-cognitive/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ module.exports = {
'/lib/',
'/build/',
'e2e',
'examples',
'templates',
'/umd/',
],
Expand Down
2 changes: 1 addition & 1 deletion config/jest-config-ibm-cloud-cognitive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-config-ibm-cloud-cognitive",
"private": true,
"version": "0.24.5",
"version": "0.24.14",
"license": "Apache-2.0",
"main": "index.js",
"repository": {
Expand Down
380 changes: 131 additions & 249 deletions config/storybook-addon-carbon-theme/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/storybook-addon-carbon-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/storybook-addon-theme",
"description": "Carbon theme switcher for Storybook",
"version": "0.22.24",
"version": "0.22.32",
"license": "Apache-2.0",
"main": "dist/react.js",
"repository": {
Expand Down
132 changes: 77 additions & 55 deletions config/stylelint-config-ibm-products/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,162 +3,184 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.20](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/[email protected].19[email protected].20) (2022-09-06)
## [0.0.29](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/[email protected].28[email protected].29) (2023-03-28)

**Note:** Version bump only for package stylelint-config-ibm-products

### Bug Fixes

* update to Carbon v10 compatible versions to latest ([#2739](https://github.com/carbon-design-system/ibm-cloud-cognitive/issues/2739)) ([7065855](https://github.com/carbon-design-system/ibm-cloud-cognitive/commit/70658550120822ab0a6dd296bc9022cc7d0856db))




## [0.0.19](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-08-30)

## [0.0.28](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2023-03-07)

**Note:** Version bump only for package stylelint-config-ibm-products





## [0.0.18](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-08-16)
# Change Log

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

## [0.0.27](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2023-01-10)

**Note:** Version bump only for package stylelint-config-ibm-products

# Change Log

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

## [0.0.26](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-12-20)

### Bug Fixes

## [0.0.17](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-08-02)
- update to Carbon v10 compatible versions to latest
([#2572](https://github.com/carbon-design-system/ibm-cloud-cognitive/issues/2572))
([4040e09](https://github.com/carbon-design-system/ibm-cloud-cognitive/commit/4040e0925bcf5c3276a42248b35e0737adc8c36e))

**Note:** Version bump only for package stylelint-config-ibm-products
# Change Log

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

## [0.0.25](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-11-22)

**Note:** Version bump only for package stylelint-config-ibm-products

# Change Log

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

## [0.0.16](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/[email protected].15[email protected].16) (2022-07-27)
## [0.0.24](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/[email protected].23[email protected].24) (2022-11-08)

**Note:** Version bump only for package stylelint-config-ibm-products

# Change Log

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

## [0.0.23](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-10-25)

**Note:** Version bump only for package stylelint-config-ibm-products

# Change Log

## [0.0.15](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-07-19)
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.22](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-10-11)

### Bug Fixes

* update to Carbon v10 compatible versions to latest ([#2101](https://github.com/carbon-design-system/ibm-cloud-cognitive/issues/2101)) ([feebce3](https://github.com/carbon-design-system/ibm-cloud-cognitive/commit/feebce38ac474917e29d201d9198e3baf9452a97))
- update to Carbon v10 compatible versions to latest
([#2331](https://github.com/carbon-design-system/ibm-cloud-cognitive/issues/2331))
([26f7bc1](https://github.com/carbon-design-system/ibm-cloud-cognitive/commit/26f7bc1b05ded4d79634a06dea725746e6e381e7))

## [0.0.21](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-09-27)

**Note:** Version bump only for package stylelint-config-ibm-products

## [0.0.20](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-09-06)

**Note:** Version bump only for package stylelint-config-ibm-products

## [0.0.14](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/[email protected].13[email protected].14) (2022-07-12)
## [0.0.19](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/[email protected].18[email protected].19) (2022-08-30)

**Note:** Version bump only for package stylelint-config-ibm-products

## [0.0.18](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-08-16)

**Note:** Version bump only for package stylelint-config-ibm-products

## [0.0.17](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-08-02)

**Note:** Version bump only for package stylelint-config-ibm-products

## [0.0.13](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/[email protected].12[email protected].13) (2022-05-31)
## [0.0.16](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/[email protected].15[email protected].16) (2022-07-27)

**Note:** Version bump only for package stylelint-config-ibm-products

## [0.0.15](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-07-19)

### Bug Fixes

- update to Carbon v10 compatible versions to latest
([#2101](https://github.com/carbon-design-system/ibm-cloud-cognitive/issues/2101))
([feebce3](https://github.com/carbon-design-system/ibm-cloud-cognitive/commit/feebce38ac474917e29d201d9198e3baf9452a97))


## [0.0.12](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-05-10)
## [0.0.14](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-07-12)

**Note:** Version bump only for package stylelint-config-ibm-products

## [0.0.13](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-05-31)

**Note:** Version bump only for package stylelint-config-ibm-products

## [0.0.12](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-05-10)

**Note:** Version bump only for package stylelint-config-ibm-products

## [0.0.11](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-05-03)

**Note:** Version bump only for package stylelint-config-ibm-products





## [0.0.10](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-04-26)

**Note:** Version bump only for package stylelint-config-ibm-products





## [0.0.9](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-04-05)

**Note:** Version bump only for package stylelint-config-ibm-products





## [0.0.8](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-03-29)

**Note:** Version bump only for package stylelint-config-ibm-products





## [0.0.7](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-03-22)


### Bug Fixes

* update Carbon versions to latest ([#1793](https://github.com/carbon-design-system/ibm-cloud-cognitive/issues/1793)) ([9943926](https://github.com/carbon-design-system/ibm-cloud-cognitive/commit/9943926b5234ce0690417d16483da4caa84790cf)), closes [#1738](https://github.com/carbon-design-system/ibm-cloud-cognitive/issues/1738) [#1791](https://github.com/carbon-design-system/ibm-cloud-cognitive/issues/1791) [#1738](https://github.com/carbon-design-system/ibm-cloud-cognitive/issues/1738) [#1790](https://github.com/carbon-design-system/ibm-cloud-cognitive/issues/1790)




- update Carbon versions to latest
([#1793](https://github.com/carbon-design-system/ibm-cloud-cognitive/issues/1793))
([9943926](https://github.com/carbon-design-system/ibm-cloud-cognitive/commit/9943926b5234ce0690417d16483da4caa84790cf)),
closes
[#1738](https://github.com/carbon-design-system/ibm-cloud-cognitive/issues/1738)
[#1791](https://github.com/carbon-design-system/ibm-cloud-cognitive/issues/1791)
[#1738](https://github.com/carbon-design-system/ibm-cloud-cognitive/issues/1738)
[#1790](https://github.com/carbon-design-system/ibm-cloud-cognitive/issues/1790)

## [0.0.6](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-03-08)


### Bug Fixes

* update Carbon versions to latest ([#1733](https://github.com/carbon-design-system/ibm-cloud-cognitive/issues/1733)) ([9783faa](https://github.com/carbon-design-system/ibm-cloud-cognitive/commit/9783faac23d8f03598ef0e5994743c4c5f915705))




- update Carbon versions to latest
([#1733](https://github.com/carbon-design-system/ibm-cloud-cognitive/issues/1733))
([9783faa](https://github.com/carbon-design-system/ibm-cloud-cognitive/commit/9783faac23d8f03598ef0e5994743c4c5f915705))

## [0.0.5](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-03-01)

**Note:** Version bump only for package stylelint-config-ibm-products





## [0.0.4](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-02-22)

**Note:** Version bump only for package stylelint-config-ibm-products





## [0.0.3](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/stylelint-config-ibm-products@[email protected]) (2022-02-15)

**Note:** Version bump only for package stylelint-config-ibm-products





## 0.0.2 (2022-02-09)


### Bug Fixes

* update stylelint to latest version ([#1597](https://github.com/carbon-design-system/ibm-cloud-cognitive/issues/1597)) ([13d8f9e](https://github.com/carbon-design-system/ibm-cloud-cognitive/commit/13d8f9eb2885e687ba23f66b019a5629fffa2a85))
- update stylelint to latest version
([#1597](https://github.com/carbon-design-system/ibm-cloud-cognitive/issues/1597))
([13d8f9e](https://github.com/carbon-design-system/ibm-cloud-cognitive/commit/13d8f9eb2885e687ba23f66b019a5629fffa2a85))
1 change: 1 addition & 0 deletions config/stylelint-config-ibm-products/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ module.exports = {
'scss/double-slash-comment-inline': null,
'scss/comment-no-empty': null,
'function-no-unknown': [true, { ignoreFunctions }],
'import-notation': 'string',

// the following rule can be reinstated once we migrate
// to scss modules and no longer support old sass versions
Expand Down
2 changes: 1 addition & 1 deletion config/stylelint-config-ibm-products/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stylelint-config-ibm-products",
"private": true,
"version": "0.0.20",
"version": "0.0.29",
"license": "Apache-2.0",
"main": "index.js",
"repository": {
Expand Down
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"version": "independent",
"npmClient": "yarn",
"npmClientArgs": ["--frozen-lockfile"],
"command": {
"version": {
"conventionalCommits": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/component-usage-report/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/component-usage-report",
"version": "0.2.1",
"description": "Creates a @carbon/cloud-cognitive component usage report.",
"description": "Creates a @carbon/ibm-products component usage report.",
"bin": "bin/component-usage-report",
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit bfbe1e6

Please sign in to comment.