-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1784 from chanzuckerberg/release-v13.6.0
## [13.6.0](v13.5.0...v13.6.0) (2023-10-13) ### Features * **Menu:** allow href and onClick to co-exist on a menu item ([#1779](#1779)) ([971f189](971f189)) * **Popover:** allow focus upon popover panel open ([#1782](#1782)) ([76ddbc6](76ddbc6)) ### Bug Fixes * **Accordion:** handle multi-line text in headers ([#1783](#1783)) ([0b3c3e6](0b3c3e6)) * **Select:** expose render prop and default value param.s ([#1781](#1781)) ([f21e2b6](f21e2b6))
- Loading branch information
Showing
18 changed files
with
1,280 additions
and
778 deletions.
There are no files selected for viewing
262 changes: 131 additions & 131 deletions
262
.yarn/releases/yarn-3.6.3.cjs → .yarn/releases/yarn-3.6.4.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@chanzuckerberg/eds", | ||
"version": "13.5.0", | ||
"version": "13.6.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", | ||
|
@@ -119,44 +119,44 @@ | |
"@commitlint/cli": "^17.7.2", | ||
"@commitlint/config-conventional": "^17.7.0", | ||
"@geometricpanda/storybook-addon-badges": "^2.0.0", | ||
"@omlet/cli": "^1.0.1-beta.36", | ||
"@rollup/plugin-node-resolve": "^15.2.1", | ||
"@rollup/plugin-typescript": "^11.1.4", | ||
"@omlet/cli": "^1.0.1-beta.37", | ||
"@rollup/plugin-node-resolve": "^15.2.2", | ||
"@rollup/plugin-typescript": "^11.1.5", | ||
"@size-limit/file": "^8.2.6", | ||
"@storybook/addon-a11y": "^7.4.5", | ||
"@storybook/addon-docs": "^7.4.5", | ||
"@storybook/addon-essentials": "^7.4.5", | ||
"@storybook/addon-interactions": "^7.4.5", | ||
"@storybook/addon-links": "^7.4.5", | ||
"@storybook/addon-a11y": "^7.4.6", | ||
"@storybook/addon-docs": "^7.4.6", | ||
"@storybook/addon-essentials": "^7.4.6", | ||
"@storybook/addon-interactions": "^7.4.6", | ||
"@storybook/addon-links": "^7.4.6", | ||
"@storybook/addon-styling": "^1.3.7", | ||
"@storybook/react": "^7.4.5", | ||
"@storybook/react-webpack5": "^7.4.5", | ||
"@storybook/react": "^7.4.6", | ||
"@storybook/react-webpack5": "^7.4.6", | ||
"@storybook/testing-library": "^0.2.0", | ||
"@storybook/testing-react": "^2.0.1", | ||
"@testing-library/jest-dom": "^5.17.0", | ||
"@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^14.5.1", | ||
"@types/jest": "^29.5.5", | ||
"@types/node": "^18.18.0", | ||
"@types/react": "^18.2.23", | ||
"@types/node": "^18.18.3", | ||
"@types/react": "^18.2.25", | ||
"@types/react-beautiful-dnd": "^13.1.5", | ||
"@types/react-dom": "^18.2.8", | ||
"@types/react-dom": "^18.2.10", | ||
"@types/react-portal": "^4.0.4", | ||
"axe-core": "4.8.2", | ||
"chromatic": "^6.24.1", | ||
"codecov": "^3.8.3", | ||
"copyfiles": "^2.4.1", | ||
"eslint": "^8.50.0", | ||
"eslint-config-prettier": "^8.10.0", | ||
"eslint-plugin-jest": "^27.4.0", | ||
"eslint-plugin-jest": "^27.4.2", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-storybook": "^0.6.13", | ||
"eslint-plugin-testing-library": "^5.11.1", | ||
"husky": "^8.0.3", | ||
"identity-obj-proxy": "^3.0.0", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"jest-preset-stylelint": "^6.2.0", | ||
"jest-preset-stylelint": "^6.3.0", | ||
"lint-staged": "^13.3.0", | ||
"pascal-case": "^3.1.2", | ||
"plop": "^3.1.2", | ||
|
@@ -174,7 +174,7 @@ | |
"size-limit": "^8.2.6", | ||
"snake-case": "^3.0.4", | ||
"standard-version": "^9.5.0", | ||
"storybook": "^7.4.5", | ||
"storybook": "^7.4.6", | ||
"style-dictionary": "^3.8.0", | ||
"stylelint": "^15.10.3", | ||
"stylelint-config-recommended": "^10.0.1", | ||
|
@@ -191,5 +191,5 @@ | |
"stylelint --fix" | ||
] | ||
}, | ||
"packageManager": "[email protected].3" | ||
"packageManager": "[email protected].4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.