Skip to content

Commit

Permalink
Merge branch 'main' into cass-gm-645
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamwasp authored Aug 20, 2024
2 parents 29bb468 + e59792b commit 89228a5
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
4 changes: 4 additions & 0 deletions packages/gamut-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.6.437](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-08-19)

**Note:** Version bump only for package @codecademy/gamut-kit

### [0.6.436](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-08-14)

**Note:** Version bump only for package @codecademy/gamut-kit
Expand Down
4 changes: 2 additions & 2 deletions packages/gamut-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@codecademy/gamut-kit",
"description": "Styleguide & Component library for Codecademy",
"version": "0.6.436",
"version": "0.6.437",
"author": "Codecademy Engineering <[email protected]>",
"dependencies": {
"@codecademy/gamut": "56.3.0",
"@codecademy/gamut": "56.3.1",
"@codecademy/gamut-icons": "9.30.0",
"@codecademy/gamut-illustrations": "0.46.0",
"@codecademy/gamut-patterns": "0.9.13",
Expand Down
6 changes: 6 additions & 0 deletions packages/gamut/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [56.3.1](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-08-19)

### Bug Fixes

- **Disclosure:** remove aria-label ([ad9c44f](https://github.com/Codecademy/gamut/commit/ad9c44ffbad4e2a83311354dd2f13947aaf66b40))

## [56.3.0](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-08-14)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/gamut/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@codecademy/gamut",
"description": "Styleguide & Component library for Codecademy",
"version": "56.3.0",
"version": "56.3.1",
"author": "Codecademy Engineering <[email protected]>",
"dependencies": {
"@codecademy/gamut-icons": "9.30.0",
Expand Down
1 change: 0 additions & 1 deletion packages/gamut/src/Disclosure/DisclosureButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export const DisclosureButton: React.FC<DisclosureButtonProps> = ({
return (
<FlexBox>
<DisclosureButtonWrapper
aria-label={isExpanded ? 'Collapse Content' : 'Expand Content'}
aria-expanded={isExpanded}
onClick={handleClick}
width="100%"
Expand Down
4 changes: 4 additions & 0 deletions packages/styleguide/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [67.2.1](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-08-19)

**Note:** Version bump only for package @codecademy/styleguide

## [67.2.0](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-08-14)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/styleguide/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@codecademy/styleguide",
"description": "Styleguide & Component library for codecademy.com",
"version": "67.2.0",
"version": "67.2.1",
"author": "Codecademy Engineering",
"dependencies": {
"@codecademy/gamut": "56.3.0",
"@codecademy/gamut": "56.3.1",
"@codecademy/gamut-icons": "9.30.0",
"@codecademy/gamut-illustrations": "0.46.0",
"@codecademy/gamut-patterns": "0.9.13",
Expand Down

0 comments on commit 89228a5

Please sign in to comment.