Skip to content

Commit a08d733

Browse files
committed
Merge branch 'main' into kl-gmt-1525-icons-naming
2 parents d59ce8a + 8308f91 commit a08d733

File tree

12 files changed

+87
-5
lines changed

12 files changed

+87
-5
lines changed

packages/gamut-kit/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.6.572](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-kit@0.6.571...@codecademy/gamut-kit@0.6.572) (2025-12-08)
7+
8+
**Note:** Version bump only for package @codecademy/gamut-kit
9+
610
### [0.6.571](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-kit@0.6.570...@codecademy/gamut-kit@0.6.571) (2025-12-05)
711

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

packages/gamut-kit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@codecademy/gamut-kit",
33
"description": "Styleguide & Component library for Codecademy",
4-
"version": "0.6.571",
4+
"version": "0.6.572",
55
"author": "Codecademy Engineering <dev@codecademy.com>",
66
"dependencies": {
7-
"@codecademy/gamut": "67.5.3",
7+
"@codecademy/gamut": "67.5.4",
88
"@codecademy/gamut-icons": "9.53.0",
99
"@codecademy/gamut-illustrations": "0.57.0",
1010
"@codecademy/gamut-patterns": "0.10.19",

packages/gamut/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [67.5.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut@67.5.3...@codecademy/gamut@67.5.4) (2025-12-08)
7+
8+
**Note:** Version bump only for package @codecademy/gamut
9+
610
### [67.5.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut@67.5.2...@codecademy/gamut@67.5.3) (2025-12-05)
711

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

packages/gamut/__tests__/__snapshots__/gamut.test.ts.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ exports[`Gamut Exported Keys 1`] = `
3838
"Drawer",
3939
"ExpandControl",
4040
"ExpandInCollapseOut",
41+
"FadeInSlideOut",
4142
"FeatureShimmer",
4243
"FillButton",
4344
"FlexBox",

packages/gamut/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codecademy/gamut",
33
"description": "Styleguide & Component library for Codecademy",
4-
"version": "67.5.3",
4+
"version": "67.5.4",
55
"author": "Codecademy Engineering <dev@codecademy.com>",
66
"dependencies": {
77
"@codecademy/gamut-icons": "9.53.0",
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export * from './Rotation';
22
export * from './ExpandInCollapseOut';
3+
export * from './FadeInSlideOut';

packages/gamut/src/Toaster/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import { ReactNode } from 'react';
44
import * as React from 'react';
55

66
import { ToastProps } from '..';
7+
import { FadeInSlideOut } from '../Animation/FadeInSlideOut';
78
import { BodyPortal } from '../BodyPortal';
89
import { Box } from '../Box';
9-
import { FadeInSlideOut } from '../Motion/FadeInSlideOut';
1010
import { Toast } from '../Toast/Toast';
1111

1212
interface ToasterItem extends Omit<ToastProps, 'onClose'> {

packages/styleguide/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [78.5.2](https://github.com/Codecademy/gamut/compare/@codecademy/styleguide@78.5.1...@codecademy/styleguide@78.5.2) (2025-12-08)
7+
8+
**Note:** Version bump only for package @codecademy/styleguide
9+
610
### [78.5.1](https://github.com/Codecademy/gamut/compare/@codecademy/styleguide@78.5.0...@codecademy/styleguide@78.5.1) (2025-12-04)
711

812
### Bug Fixes

packages/styleguide/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codecademy/styleguide",
33
"description": "Styleguide & Component library for codecademy.com",
4-
"version": "78.5.1",
4+
"version": "78.5.2",
55
"author": "Codecademy Engineering",
66
"license": "MIT",
77
"publishConfig": {

0 commit comments

Comments
 (0)