Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): v10.27.0 #7644

Merged
merged 34 commits into from
Jan 25, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
aaa7a37
chore(release): v10.27.0
andreancardona Jan 25, 2021
44af7f6
Update CHANGELOG.md
andreancardona Jan 25, 2021
686d36b
Update CHANGELOG.md
andreancardona Jan 25, 2021
4d4b77e
Delete CHANGELOG.md
andreancardona Jan 25, 2021
34f8b53
Delete CHANGELOG.md
andreancardona Jan 25, 2021
3fdb003
Delete CHANGELOG.md
andreancardona Jan 25, 2021
a30219f
Delete CHANGELOG.md
andreancardona Jan 25, 2021
b374ff8
Delete CHANGELOG.md
andreancardona Jan 25, 2021
8526ed1
Delete CHANGELOG.md
andreancardona Jan 25, 2021
5152ada
Delete CHANGELOG.md
andreancardona Jan 25, 2021
3c97b32
Delete CHANGELOG.md
andreancardona Jan 25, 2021
05c367d
Delete CHANGELOG.md
andreancardona Jan 25, 2021
2f58e2d
Delete CHANGELOG.md
andreancardona Jan 25, 2021
c3d5e1a
Delete CHANGELOG.md
andreancardona Jan 25, 2021
bd4538e
Delete CHANGELOG.md
andreancardona Jan 25, 2021
ed94bf7
Delete CHANGELOG.md
andreancardona Jan 25, 2021
f7d2afc
Delete CHANGELOG.md
andreancardona Jan 25, 2021
cabde8e
Delete CHANGELOG.md
andreancardona Jan 25, 2021
4890c7b
Delete CHANGELOG.md
andreancardona Jan 25, 2021
5a1d458
Delete CHANGELOG.md
andreancardona Jan 25, 2021
228c592
Delete CHANGELOG.md
andreancardona Jan 25, 2021
a478ffd
Delete CHANGELOG.md
andreancardona Jan 25, 2021
47505ea
Delete CHANGELOG.md
andreancardona Jan 25, 2021
d1b6b82
Delete CHANGELOG.md
andreancardona Jan 25, 2021
a5acb9b
Delete CHANGELOG.md
andreancardona Jan 25, 2021
402d94b
Delete CHANGELOG.md
andreancardona Jan 25, 2021
ba6f4e4
Delete CHANGELOG.md
andreancardona Jan 25, 2021
4eda000
Delete CHANGELOG.md
andreancardona Jan 25, 2021
55c8eaa
chore(release): v10.27.0 - update yarn
andreancardona Jan 25, 2021
1998c9e
Update packages/pictograms/package.json
andreancardona Jan 25, 2021
8f234d9
Update packages/react/package.json
andreancardona Jan 25, 2021
d0683a8
Update packages/components/package.json
andreancardona Jan 25, 2021
6d34144
chore(release): v10.27.0 - update packagse & yarn
andreancardona Jan 25, 2021
7d5f9d8
Merge branch 'master' into release/v10.27.0
joshblack Jan 25, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions config/jest-config-carbon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Change Log
andreancardona marked this conversation as resolved.
Show resolved Hide resolved

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

# 0.1.0 (2021-01-25)



# 10.27.0-rc.0 (2021-01-20)


### Features

* **project:** add jest-config-carbon ([#7315](https://github.com/carbon-design-system/carbon/issues/7315)) ([122338a](https://github.com/carbon-design-system/carbon/commit/122338af4c4358d9c8598cf459ed42e7bf9186b1))
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": "0.1.0-rc.0",
"version": "0.1.0",
"license": "Apache-2.0",
"main": "index.js",
"repository": {
Expand Down
27 changes: 27 additions & 0 deletions config/prettier-config-carbon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Change Log

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

# 0.6.0 (2021-01-25)



# 10.27.0-rc.0 (2021-01-20)



# 10.25.0-rc.0 (2020-11-19)



# 10.19.0 (2020-09-03)


### Features

* **project:** update prettier to 2.1.0 ([#6712](https://github.com/carbon-design-system/carbon/issues/6712)) ([dc20b51](https://github.com/carbon-design-system/carbon/commit/dc20b5120ed089ebddf44b27a8061f5896d0af4e))



# 10.17.0 (2020-08-06)
2 changes: 1 addition & 1 deletion config/prettier-config-carbon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "prettier-config-carbon",
"description": "Prettier config for the Carbon Design System",
"version": "0.6.0-rc.0",
"version": "0.6.0",
"license": "Apache-2.0",
"main": "index.js",
"repository": {
Expand Down
109 changes: 109 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
# Change Log

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

# 10.18.0 (2021-01-25)



# 10.27.0-rc.0 (2021-01-20)


### Bug Fixes

* **cli:** update getPackages to use cleaned yarn output in berry ([#7505](https://github.com/carbon-design-system/carbon/issues/7505)) ([df95abf](https://github.com/carbon-design-system/carbon/commit/df95abf4a4ee6b5adb6fddd9904b289ef5f782b3))



# 10.26.0 (2021-01-07)



# 10.26.0-rc.0 (2021-01-05)


### Features

* **cli:** add component command ([#7384](https://github.com/carbon-design-system/carbon/issues/7384)) ([74b0850](https://github.com/carbon-design-system/carbon/commit/74b0850024a7002ae425540f14af08d272dd33fb))



# 10.25.0-rc.0 (2020-11-19)



# 10.19.0 (2020-09-03)


### Features

* **project:** update prettier to 2.1.0 ([#6712](https://github.com/carbon-design-system/carbon/issues/6712)) ([dc20b51](https://github.com/carbon-design-system/carbon/commit/dc20b5120ed089ebddf44b27a8061f5896d0af4e))



# 10.18.0 (2020-08-20)



# 10.17.0 (2020-08-06)



# 10.16.0 (2020-07-20)



# 10.14.0 (2020-06-18)


### Bug Fixes

* **cli:** update to support new package versions ([#5215](https://github.com/carbon-design-system/carbon/issues/5215)) ([4ff4fbb](https://github.com/carbon-design-system/carbon/commit/4ff4fbb063b5c7e87c9f727de071d0847c22a9cb))


### Features

* **project:** add prettier-config-carbon package ([#6168](https://github.com/carbon-design-system/carbon/issues/6168)) ([a4936a3](https://github.com/carbon-design-system/carbon/commit/a4936a3f785d038b452d78308e1a0a801afb5f00))



# 10.9.0-rc.0 (2019-12-11)


### Bug Fixes

* **cli:** add step to pull from upstream for tags ([#3678](https://github.com/carbon-design-system/carbon/issues/3678)) ([d8387c5](https://github.com/carbon-design-system/carbon/commit/d8387c5cc08bee07bed11649c8c97eb01d7c6ec6))
* **cli:** address default remote configuration ([#3696](https://github.com/carbon-design-system/carbon/issues/3696)) ([617ba8f](https://github.com/carbon-design-system/carbon/commit/617ba8f8be1854bb00444c5b0ec838b324bd5799))
* **cli:** update sass check path to ignore fixtures ([c404987](https://github.com/carbon-design-system/carbon/commit/c404987cfdf803a712430a2e1ee5a2538280a90c))
* **cli:** update workspace to filter out invalid paths ([#4843](https://github.com/carbon-design-system/carbon/issues/4843)) ([844db62](https://github.com/carbon-design-system/carbon/commit/844db624f2dcc12d7dc790fde3e71031769fb4b9))


### Features

* **cli:** add changelog command ([#3890](https://github.com/carbon-design-system/carbon/issues/3890)) ([883729a](https://github.com/carbon-design-system/carbon/commit/883729adf98e5b3f89badd4503302fdcd0c67da7))
* **cli:** add publish command ([#3726](https://github.com/carbon-design-system/carbon/issues/3726)) ([2e43fee](https://github.com/carbon-design-system/carbon/commit/2e43fee8937bcf01cfb3a8a7a6c91a61939bd9be))
* **cli:** add release command to cli ([#3617](https://github.com/carbon-design-system/carbon/issues/3617)) ([5c4a25e](https://github.com/carbon-design-system/carbon/commit/5c4a25e9107cc91af7383cb74139d9680891d289))
* **cli:** add support for minor releases ([#3686](https://github.com/carbon-design-system/carbon/issues/3686)) ([8abfadf](https://github.com/carbon-design-system/carbon/commit/8abfadf96e39f78d74b51983e9a55ed148272a52))



# 10.4.0 (2019-07-15)



# 10.4.0-rc.3 (2019-07-12)



# 10.4.0-rc.0 (2019-07-10)


### Bug Fixes

* **cli:** add ignore for atomic update ([6d57959](https://github.com/carbon-design-system/carbon/commit/6d57959bc83c6dac96389aad639697d9c8d0e52e))


### Features

* **cli:** add @carbon/cli package ([#2982](https://github.com/carbon-design-system/carbon/issues/2982)) ([46bfaeb](https://github.com/carbon-design-system/carbon/commit/46bfaeb27311aa4d587d7fce4f825c5887e961ac))
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/cli",
"description": "Task automation for working with the Carbon Design System",
"version": "10.18.0-rc.0",
"version": "10.18.0",
"license": "Apache-2.0",
"bin": {
"carbon-cli": "./bin/carbon-cli.js"
Expand Down Expand Up @@ -42,7 +42,7 @@
"lodash.template": "^4.5.0",
"markdown-toc": "^1.2.0",
"prettier": "^2.2.1",
"prettier-config-carbon": "^0.6.0-rc.0",
"prettier-config-carbon": "^0.6.0",
"progress-estimator": "^0.2.2",
"remark": "^10.0.1",
"replace-in-file": "^6.1.0",
Expand Down
134 changes: 134 additions & 0 deletions packages/colors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
# Change Log

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

# 10.19.0 (2021-01-25)



# 10.27.0-rc.0 (2021-01-20)


### Features

* **test-utils:** add dart sass renderer ([#7583](https://github.com/carbon-design-system/carbon/issues/7583)) ([9adbc61](https://github.com/carbon-design-system/carbon/commit/9adbc61d2f8452389cd57e5289b6a734290848ba))



# 10.26.0 (2021-01-07)



# 10.26.0-rc.0 (2021-01-05)


### Features

* **colors:** add support for Sass Modules ([#7395](https://github.com/carbon-design-system/carbon/issues/7395)) ([8ccb1b8](https://github.com/carbon-design-system/carbon/commit/8ccb1b853bd511d75784a4a42c3ec11f0cd6cba5))



# 10.25.0-rc.0 (2020-11-19)



# 10.24.0-rc.0 (2020-11-09)


### Bug Fixes

* **color:** add missing colors ([#7232](https://github.com/carbon-design-system/carbon/issues/7232)) ([369936a](https://github.com/carbon-design-system/carbon/commit/369936a53b6e75d0d31e5d045fa2e8df1c8f187b))



# 10.23.0 (2020-10-29)



# 10.21.0 (2020-10-01)



# 10.21.0-rc.0 (2020-09-28)


### Features

* **colors:** update Magenta60, WarmGray60 hex values ([#6907](https://github.com/carbon-design-system/carbon/issues/6907)) ([65d6152](https://github.com/carbon-design-system/carbon/commit/65d61528d262a8a50d579ea08cf35cbe85954380))



# 10.19.0 (2020-09-03)



# 10.18.0 (2020-08-20)



# 10.14.0 (2020-06-18)


### Bug Fixes

* **colors:** update rgb hex colors clr ([#5139](https://github.com/carbon-design-system/carbon/issues/5139)) ([b1673a3](https://github.com/carbon-design-system/carbon/commit/b1673a3ca3c0af01e9774e822673f0175d8fd8a4))


### Features

* **project:** update babel for Node v12.17 ([#6148](https://github.com/carbon-design-system/carbon/issues/6148)) ([96ffd02](https://github.com/carbon-design-system/carbon/commit/96ffd02e980136e1ff8b6652f4c25c436be87419))



# 10.9.0-rc.0 (2019-12-11)


### Bug Fixes

* **icons-angular:** build improvements ([#3798](https://github.com/carbon-design-system/carbon/issues/3798)) ([f686f05](https://github.com/carbon-design-system/carbon/commit/f686f05870d267c3a61b22e86b3ce02a0cba5ceb))
* **overflow-menu:** change menu div to button and update styles ([#4851](https://github.com/carbon-design-system/carbon/issues/4851)) ([8674f88](https://github.com/carbon-design-system/carbon/commit/8674f884f1774e6c1351f3d3d46f622a7b46f8be))


### Reverts

* Revert ".zip contains renamed files (#4395)" (#4422) ([d7851c1](https://github.com/carbon-design-system/carbon/commit/d7851c1b8de6a41b8ebd9ae0504574923cd723f3)), closes [#4395](https://github.com/carbon-design-system/carbon/issues/4395) [#4422](https://github.com/carbon-design-system/carbon/issues/4422)
* Revert "fix(icons-angular): build improvements (#3798)" (#4313) ([4749c2c](https://github.com/carbon-design-system/carbon/commit/4749c2c8acad26f70b98b5094bac2fd01f5b9cc4)), closes [#3798](https://github.com/carbon-design-system/carbon/issues/3798) [#4313](https://github.com/carbon-design-system/carbon/issues/4313)



# 10.7.0 (2019-10-08)



# 10.7.0-rc.1 (2019-10-08)



# 10.7.0-rc.0 (2019-10-01)


### Features

* **colors:** update colors to match V2 palette ([#3957](https://github.com/carbon-design-system/carbon/issues/3957)) ([ed202f8](https://github.com/carbon-design-system/carbon/commit/ed202f8f65c85fe8e1f8ef1f5c54fcc7e0b20782))



# 10.4.0 (2019-07-15)



# 10.4.0-rc.3 (2019-07-12)



# 10.4.0-rc.0 (2019-07-10)


### Features

* **cli:** add @carbon/cli package ([#2982](https://github.com/carbon-design-system/carbon/issues/2982)) ([46bfaeb](https://github.com/carbon-design-system/carbon/commit/46bfaeb27311aa4d587d7fce4f825c5887e961ac))



# 10.2.0-bridge (2019-05-13)
8 changes: 4 additions & 4 deletions packages/colors/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/colors",
"description": "Colors for digital and software products using the Carbon Design System",
"version": "10.19.0-rc.0",
"version": "10.19.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -35,10 +35,10 @@
"clean": "rimraf css es lib umd scss"
},
"devDependencies": {
"@carbon/cli": "^10.18.0-rc.0",
"@carbon/cli": "^10.18.0",
"@carbon/cli-reporter": "^10.4.0",
"@carbon/scss-generator": "^10.12.0-rc.0",
"@carbon/test-utils": "^10.14.0-rc.0",
"@carbon/scss-generator": "^10.12.0",
"@carbon/test-utils": "^10.14.0",
"change-case": "^4.1.1",
"core-js": "^3.6.5",
"fs-extra": "^8.1.0",
Expand Down
Loading