Skip to content

Commit

Permalink
Merge branch 'cass-gm-548' of ssh://github.com/Codecademy/gamut into …
Browse files Browse the repository at this point in the history
…cass-gm-548
  • Loading branch information
dreamwasp committed Feb 8, 2024
2 parents 2d9ebca + fafedff commit bef8c58
Show file tree
Hide file tree
Showing 7 changed files with 20 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.380](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-02-07)

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

### [0.6.379](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-02-07)

**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.379",
"version": "0.6.380",
"author": "Codecademy Engineering <[email protected]>",
"dependencies": {
"@codecademy/gamut": "55.12.2",
"@codecademy/gamut": "55.12.3",
"@codecademy/gamut-icons": "9.16.0",
"@codecademy/gamut-illustrations": "0.42.0",
"@codecademy/gamut-patterns": "0.9.11",
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.

### [55.12.3](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-02-07)

### Bug Fixes

- **Alert:** href error ([93ee979](https://github.com/Codecademy/gamut/commit/93ee97916002becd36a1043f2ff68f5adf3251a4))

### [55.12.2](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-02-07)

### Bug Fixes
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": "55.12.2",
"version": "55.12.3",
"author": "Codecademy Engineering <[email protected]>",
"dependencies": {
"@codecademy/gamut-icons": "9.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gamut/src/Alert/Alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export type AlertProps = WithChildrenProp &
/** Callback to be called when the close icon is clicked */
onClose?: () => void;
/** Call to Action Configuration */
cta?: Omit<
cta?: Exclude<
React.ComponentProps<typeof FillButton>,
'variant' | 'mode' | 'size'
> & { text?: string };
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.

### [66.10.3](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-02-07)

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

### [66.10.2](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2024-02-07)

**Note:** Version bump only for package @codecademy/styleguide
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": "66.10.2",
"version": "66.10.3",
"author": "Codecademy Engineering",
"dependencies": {
"@codecademy/gamut": "55.12.2",
"@codecademy/gamut": "55.12.3",
"@codecademy/gamut-icons": "9.16.0",
"@codecademy/gamut-illustrations": "0.42.0",
"@codecademy/gamut-patterns": "0.9.11",
Expand Down

0 comments on commit bef8c58

Please sign in to comment.