Skip to content

Commit d85a2c8

Browse files
authored
Merge branch 'main' into cass-GMT-1473-workspace-test
2 parents da007c0 + 4f0b229 commit d85a2c8

80 files changed

Lines changed: 2350 additions & 648 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/gamut-icons/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+
### [9.56.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-icons@9.56.2...@codecademy/gamut-icons@9.56.3) (2026-03-12)
7+
8+
**Note:** Version bump only for package @codecademy/gamut-icons
9+
610
### [9.56.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-icons@9.56.1...@codecademy/gamut-icons@9.56.2) (2026-03-04)
711

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

packages/gamut-icons/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@codecademy/gamut-icons",
33
"description": "Icon library for codecademy.com",
4-
"version": "9.56.2",
4+
"version": "9.56.3",
55
"author": "Codecademy <dev@codecademy.com>",
66
"dependencies": {
7-
"@codecademy/gamut-styles": "17.11.5",
8-
"@codecademy/variance": "0.25.2"
7+
"@codecademy/gamut-styles": "17.12.0",
8+
"@codecademy/variance": "0.26.0"
99
},
1010
"files": [
1111
"dist"

packages/gamut-illustrations/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.58.6](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.58.5...@codecademy/gamut-illustrations@0.58.6) (2026-03-12)
7+
8+
**Note:** Version bump only for package @codecademy/gamut-illustrations
9+
610
### [0.58.5](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.58.4...@codecademy/gamut-illustrations@0.58.5) (2026-03-04)
711

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

packages/gamut-illustrations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@codecademy/gamut-illustrations",
33
"description": "Illustrations library for Codecademy",
4-
"version": "0.58.5",
4+
"version": "0.58.6",
55
"author": "Codecademy Engineering <dev@codecademy.com>",
66
"bugs": "https://github.com/Codecademy/gamut/issues",
77
"dependencies": {
8-
"@codecademy/gamut-styles": "17.11.5",
8+
"@codecademy/gamut-styles": "17.12.0",
99
"classnames": "^2.2.5"
1010
},
1111
"files": [

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.585](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-kit@0.6.584...@codecademy/gamut-kit@0.6.585) (2026-03-12)
7+
8+
**Note:** Version bump only for package @codecademy/gamut-kit
9+
610
### [0.6.584](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-kit@0.6.583...@codecademy/gamut-kit@0.6.584) (2026-03-04)
711

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

packages/gamut-kit/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@codecademy/gamut-kit",
33
"description": "Styleguide & Component library for Codecademy",
4-
"version": "0.6.584",
4+
"version": "0.6.585",
55
"author": "Codecademy Engineering <dev@codecademy.com>",
66
"dependencies": {
7-
"@codecademy/gamut": "68.0.5",
8-
"@codecademy/gamut-icons": "9.56.2",
9-
"@codecademy/gamut-illustrations": "0.58.5",
10-
"@codecademy/gamut-patterns": "0.10.24",
11-
"@codecademy/gamut-styles": "17.11.5",
12-
"@codecademy/gamut-tests": "5.2.22",
13-
"@codecademy/variance": "0.25.2",
7+
"@codecademy/gamut": "68.1.0",
8+
"@codecademy/gamut-icons": "9.56.3",
9+
"@codecademy/gamut-illustrations": "0.58.6",
10+
"@codecademy/gamut-patterns": "0.10.25",
11+
"@codecademy/gamut-styles": "17.12.0",
12+
"@codecademy/gamut-tests": "5.3.0",
13+
"@codecademy/variance": "0.26.0",
1414
"component-test-setup": "^0.3.1"
1515
},
1616
"license": "MIT",

packages/gamut-patterns/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.10.25](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.10.24...@codecademy/gamut-patterns@0.10.25) (2026-03-12)
7+
8+
**Note:** Version bump only for package @codecademy/gamut-patterns
9+
610
### [0.10.24](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.10.23...@codecademy/gamut-patterns@0.10.24) (2026-03-04)
711

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

packages/gamut-patterns/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@codecademy/gamut-patterns",
33
"description": "Pattern library for Codecademy",
4-
"version": "0.10.24",
4+
"version": "0.10.25",
55
"author": "Codecademy Engineering <dev@codecademy.com>",
66
"bugs": "https://github.com/Codecademy/gamut/issues",
77
"dependencies": {
8-
"@codecademy/gamut-styles": "17.11.5",
9-
"@codecademy/variance": "0.25.2",
8+
"@codecademy/gamut-styles": "17.12.0",
9+
"@codecademy/variance": "0.26.0",
1010
"classnames": "^2.2.5"
1111
},
1212
"files": [

packages/gamut-styles/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [17.12.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@17.11.5...@codecademy/gamut-styles@17.12.0) (2026-03-12)
7+
8+
### Features
9+
10+
- Logical properties ([4c340c3](https://github.com/Codecademy/gamut/commit/4c340c3949bad30fce4f9ffabb2018763df5c4ba))
11+
612
### [17.11.5](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@17.11.4...@codecademy/gamut-styles@17.11.5) (2026-03-04)
713

814
### Bug Fixes

packages/gamut-styles/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-styles",
33
"description": "Styleguide & Component library for codecademy.com",
4-
"version": "17.11.5",
4+
"version": "17.12.0",
55
"author": "Jake Hiller <jake@codecademy.com>",
66
"dependencies": {
7-
"@codecademy/variance": "0.25.2",
7+
"@codecademy/variance": "0.26.0",
88
"@emotion/is-prop-valid": "^1.1.0",
99
"get-nonce": "^1.0.0",
1010
"motion": "^12.0.0",

0 commit comments

Comments
 (0)