Skip to content

Commit 3b08e63

Browse files
authored
Merge pull request #1817 from chanzuckerberg/release-v13.8.0
## [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))
2 parents b7dc134 + 261f942 commit 3b08e63

File tree

36 files changed

+2774
-2167
lines changed

36 files changed

+2774
-2167
lines changed

.storybook/main.ts

-7
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ const config: StorybookConfig = {
2424
'@storybook/addon-links',
2525
'@storybook/addon-interactions',
2626
'@geometricpanda/storybook-addon-badges',
27-
{
28-
name: '@storybook/addon-docs',
29-
options: {
30-
configureJSX: true,
31-
transcludeMarkdown: true,
32-
},
33-
},
3427
{
3528
name: '@storybook/addon-styling',
3629
options: {

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [13.8.0](https://github.com/chanzuckerberg/edu-design-system/compare/v13.7.1...v13.8.0) (2023-12-06)
6+
7+
8+
### Features
9+
10+
* 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))
11+
* **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))
12+
13+
14+
### Bug Fixes
15+
16+
* 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))
17+
518
### [13.7.1](https://github.com/chanzuckerberg/edu-design-system/compare/v13.7.0...v13.7.1) (2023-11-16)
619

720

package.json

+23-24
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chanzuckerberg/eds",
3-
"version": "13.7.1",
3+
"version": "13.8.0",
44
"description": "The React-powered design system library for Chan Zuckerberg Initiative education web applications",
55
"author": "CZI <[email protected]>",
66
"homepage": "https://github.com/chanzuckerberg/edu-design-system",
@@ -91,7 +91,7 @@
9191
"@headlessui/react": "^1.7.17",
9292
"@popperjs/core": "^2.11.8",
9393
"@tippyjs/react": "^4.2.6",
94-
"@types/lodash": "^4.14.201",
94+
"@types/lodash": "^4.14.202",
9595
"clsx": "^2.0.0",
9696
"graphemer": "^1.4.0",
9797
"lilconfig": "^2.1.0",
@@ -106,7 +106,7 @@
106106
"svg4everybody": "^2.1.9"
107107
},
108108
"devDependencies": {
109-
"@babel/preset-env": "^7.23.3",
109+
"@babel/preset-env": "^7.23.5",
110110
"@babel/preset-react": "^7.23.3",
111111
"@babel/preset-typescript": "^7.23.3",
112112
"@chanzuckerberg/axe-storybook-testing": "^7.1.3",
@@ -115,42 +115,41 @@
115115
"@chanzuckerberg/eslint-plugin-edu-react": "^1.1.9",
116116
"@chanzuckerberg/eslint-plugin-stories": "^3.2.14",
117117
"@chanzuckerberg/story-utils": "^4.0.0",
118-
"@commitlint/cli": "^18.4.1",
119-
"@commitlint/config-conventional": "^18.4.0",
118+
"@commitlint/cli": "^18.4.3",
119+
"@commitlint/config-conventional": "^18.4.3",
120120
"@geometricpanda/storybook-addon-badges": "^2.0.0",
121-
"@omlet/cli": "^1.0.1-beta.38",
121+
"@omlet/cli": "^1.0.1-beta.39",
122122
"@rollup/plugin-node-resolve": "^15.2.3",
123123
"@rollup/plugin-typescript": "^11.1.5",
124124
"@size-limit/file": "^8.2.6",
125-
"@storybook/addon-a11y": "^7.5.3",
126-
"@storybook/addon-docs": "^7.5.3",
127-
"@storybook/addon-essentials": "^7.5.3",
128-
"@storybook/addon-interactions": "^7.5.3",
129-
"@storybook/addon-links": "^7.5.3",
125+
"@storybook/addon-a11y": "^7.6.3",
126+
"@storybook/addon-essentials": "^7.6.3",
127+
"@storybook/addon-interactions": "^7.6.3",
128+
"@storybook/addon-links": "^7.6.3",
130129
"@storybook/addon-styling": "^1.3.7",
131-
"@storybook/react": "^7.5.3",
132-
"@storybook/react-webpack5": "^7.5.3",
130+
"@storybook/react": "^7.6.3",
131+
"@storybook/react-webpack5": "^7.6.3",
133132
"@storybook/testing-library": "^0.2.2",
134133
"@storybook/testing-react": "^2.0.1",
135-
"@testing-library/jest-dom": "^6.1.4",
136-
"@testing-library/react": "^14.1.0",
134+
"@testing-library/jest-dom": "^6.1.5",
135+
"@testing-library/react": "^14.1.2",
137136
"@testing-library/user-event": "^14.5.1",
138-
"@types/jest": "^29.5.8",
139-
"@types/node": "^20.9.0",
140-
"@types/react": "^18.2.37",
137+
"@types/jest": "^29.5.10",
138+
"@types/node": "^20.10.1",
139+
"@types/react": "^18.2.39",
141140
"@types/react-beautiful-dnd": "^13.1.7",
142-
"@types/react-dom": "^18.2.15",
141+
"@types/react-dom": "^18.2.17",
143142
"@types/react-portal": "^4.0.6",
144143
"axe-core": "4.8.2",
145-
"chromatic": "^9.0.0",
144+
"chromatic": "^9.1.0",
146145
"codecov": "^3.8.3",
147146
"copyfiles": "^2.4.1",
148-
"eslint": "^8.53.0",
147+
"eslint": "^8.54.0",
149148
"eslint-config-prettier": "^9.0.0",
150149
"eslint-plugin-jest": "^27.6.0",
151150
"eslint-plugin-prettier": "^5.0.1",
152151
"eslint-plugin-storybook": "^0.6.15",
153-
"eslint-plugin-testing-library": "^6.1.2",
152+
"eslint-plugin-testing-library": "^6.2.0",
154153
"husky": "^8.0.3",
155154
"identity-obj-proxy": "^3.0.0",
156155
"jest": "^29.7.0",
@@ -168,11 +167,11 @@
168167
"prettier-plugin-tailwindcss": "^0.5.7",
169168
"react": "^18.2.0",
170169
"react-dom": "^18.2.0",
171-
"rollup": "^4.4.0",
170+
"rollup": "^4.6.1",
172171
"rollup-plugin-postcss": "^4.0.2",
173172
"size-limit": "^8.2.6",
174173
"standard-version": "^9.5.0",
175-
"storybook": "^7.5.3",
174+
"storybook": "^7.6.3",
176175
"style-dictionary": "^3.9.0",
177176
"stylelint": "^15.11.0",
178177
"stylelint-config-recommended": "^13.0.0",

0 commit comments

Comments
 (0)