Skip to content

Commit

Permalink
Merge pull request #1817 from chanzuckerberg/release-v13.8.0
Browse files Browse the repository at this point in the history
## [13.8.0](v13.7.1...v13.8.0) (2023-12-06)

[Storybook](https://61313967cde49b003ae2a860-efutgeaecb.chromatic.com/)

### Features

* separate `ClickableStyles` from core components ([#1759](#1759)) ([c7fc2af](c7fc2af))
* **Tag:** mark yield color variant as deprecated ([#1815](#1815)) ([bd14083](bd14083))


### Bug Fixes

* remove duplicate addon-docs loading ([#1816](#1816)) ([42a634c](42a634c))
  • Loading branch information
booc0mtaco authored Dec 6, 2023
2 parents b7dc134 + 261f942 commit 3b08e63
Show file tree
Hide file tree
Showing 36 changed files with 2,774 additions and 2,167 deletions.
7 changes: 0 additions & 7 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ const config: StorybookConfig = {
'@storybook/addon-links',
'@storybook/addon-interactions',
'@geometricpanda/storybook-addon-badges',
{
name: '@storybook/addon-docs',
options: {
configureJSX: true,
transcludeMarkdown: true,
},
},
{
name: '@storybook/addon-styling',
options: {
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [13.8.0](https://github.com/chanzuckerberg/edu-design-system/compare/v13.7.1...v13.8.0) (2023-12-06)


### Features

* separate ClickableStyles from core components ([#1759](https://github.com/chanzuckerberg/edu-design-system/issues/1759)) ([c7fc2af](https://github.com/chanzuckerberg/edu-design-system/commit/c7fc2afd989dfbb256279ca2766f18d660bab918))
* **Tag:** mark yield color variant as deprecated ([#1815](https://github.com/chanzuckerberg/edu-design-system/issues/1815)) ([bd14083](https://github.com/chanzuckerberg/edu-design-system/commit/bd1408348dfc30a0b892301aea800b378b7ca9b4))


### Bug Fixes

* remove duplicate addon-docs loading ([#1816](https://github.com/chanzuckerberg/edu-design-system/issues/1816)) ([42a634c](https://github.com/chanzuckerberg/edu-design-system/commit/42a634cb0c934735052afbd742b2cef086b4d827))

### [13.7.1](https://github.com/chanzuckerberg/edu-design-system/compare/v13.7.0...v13.7.1) (2023-11-16)


Expand Down
47 changes: 23 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chanzuckerberg/eds",
"version": "13.7.1",
"version": "13.8.0",
"description": "The React-powered design system library for Chan Zuckerberg Initiative education web applications",
"author": "CZI <[email protected]>",
"homepage": "https://github.com/chanzuckerberg/edu-design-system",
Expand Down Expand Up @@ -91,7 +91,7 @@
"@headlessui/react": "^1.7.17",
"@popperjs/core": "^2.11.8",
"@tippyjs/react": "^4.2.6",
"@types/lodash": "^4.14.201",
"@types/lodash": "^4.14.202",
"clsx": "^2.0.0",
"graphemer": "^1.4.0",
"lilconfig": "^2.1.0",
Expand All @@ -106,7 +106,7 @@
"svg4everybody": "^2.1.9"
},
"devDependencies": {
"@babel/preset-env": "^7.23.3",
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@chanzuckerberg/axe-storybook-testing": "^7.1.3",
Expand All @@ -115,42 +115,41 @@
"@chanzuckerberg/eslint-plugin-edu-react": "^1.1.9",
"@chanzuckerberg/eslint-plugin-stories": "^3.2.14",
"@chanzuckerberg/story-utils": "^4.0.0",
"@commitlint/cli": "^18.4.1",
"@commitlint/config-conventional": "^18.4.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@geometricpanda/storybook-addon-badges": "^2.0.0",
"@omlet/cli": "^1.0.1-beta.38",
"@omlet/cli": "^1.0.1-beta.39",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@size-limit/file": "^8.2.6",
"@storybook/addon-a11y": "^7.5.3",
"@storybook/addon-docs": "^7.5.3",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/addon-a11y": "^7.6.3",
"@storybook/addon-essentials": "^7.6.3",
"@storybook/addon-interactions": "^7.6.3",
"@storybook/addon-links": "^7.6.3",
"@storybook/addon-styling": "^1.3.7",
"@storybook/react": "^7.5.3",
"@storybook/react-webpack5": "^7.5.3",
"@storybook/react": "^7.6.3",
"@storybook/react-webpack5": "^7.6.3",
"@storybook/testing-library": "^0.2.2",
"@storybook/testing-react": "^2.0.1",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.0",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.1",
"@types/react": "^18.2.39",
"@types/react-beautiful-dnd": "^13.1.7",
"@types/react-dom": "^18.2.15",
"@types/react-dom": "^18.2.17",
"@types/react-portal": "^4.0.6",
"axe-core": "4.8.2",
"chromatic": "^9.0.0",
"chromatic": "^9.1.0",
"codecov": "^3.8.3",
"copyfiles": "^2.4.1",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-testing-library": "^6.1.2",
"eslint-plugin-testing-library": "^6.2.0",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
Expand All @@ -168,11 +167,11 @@
"prettier-plugin-tailwindcss": "^0.5.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.4.0",
"rollup": "^4.6.1",
"rollup-plugin-postcss": "^4.0.2",
"size-limit": "^8.2.6",
"standard-version": "^9.5.0",
"storybook": "^7.5.3",
"storybook": "^7.6.3",
"style-dictionary": "^3.9.0",
"stylelint": "^15.11.0",
"stylelint-config-recommended": "^13.0.0",
Expand Down
Loading

0 comments on commit 3b08e63

Please sign in to comment.