Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/publish-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v4

- uses: ./.github/actions/prerelease-publish
with:
node-auth-token: ${{ secrets.NODE_AUTH_TOKEN }}
Expand Down
7 changes: 7 additions & 0 deletions packages/gamut-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 9.57.9 (2026-06-16)

### 🧱 Updated Dependencies

- Updated gamut-styles to 20.0.2
- Updated gamut-tests to 6.0.5

## 9.57.8 (2026-06-15)

### 🧱 Updated Dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/gamut-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@codecademy/gamut-icons",
"description": "Icon library for codecademy.com",
"version": "9.57.8",
"version": "9.57.9",
"author": "Codecademy <dev@codecademy.com>",
"dependencies": {
"@codecademy/gamut-styles": "20.0.1",
"@codecademy/gamut-styles": "20.0.2",
"@codecademy/variance": "0.26.1"
},
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/gamut-illustrations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.58.15 (2026-06-16)

### 🧱 Updated Dependencies

- Updated gamut-styles to 20.0.2

## 0.58.14 (2026-06-15)

### 🧱 Updated Dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/gamut-illustrations/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@codecademy/gamut-illustrations",
"description": "Illustrations library for Codecademy",
"version": "0.58.14",
"version": "0.58.15",
"author": "Codecademy Engineering <dev@codecademy.com>",
"bugs": "https://github.com/Codecademy/gamut/issues",
"dependencies": {
"@codecademy/gamut-styles": "20.0.1",
"@codecademy/gamut-styles": "20.0.2",
"classnames": "^2.2.5"
},
"files": [
Expand Down
17 changes: 17 additions & 0 deletions packages/gamut-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 3.0.2 (2026-06-16)

### 🧱 Updated Dependencies

- Updated gamut to 72.0.2

## 3.0.1 (2026-06-16)

### 🧱 Updated Dependencies

- Updated gamut-illustrations to 0.58.15
- Updated gamut-patterns to 0.10.34
- Updated gamut-styles to 20.0.2
- Updated gamut-icons to 9.57.9
- Updated gamut-tests to 6.0.5
- Updated gamut to 72.0.1

# 3.0.0 (2026-06-15)

### ⚠️ Breaking Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/gamut-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@codecademy/gamut-kit",
"description": "Styleguide & Component library for Codecademy",
"version": "3.0.0",
"version": "3.0.2",
"author": "Codecademy Engineering <dev@codecademy.com>",
"dependencies": {
"@codecademy/gamut": "72.0.0",
"@codecademy/gamut-icons": "9.57.8",
"@codecademy/gamut-illustrations": "0.58.14",
"@codecademy/gamut-patterns": "0.10.33",
"@codecademy/gamut-styles": "20.0.1",
"@codecademy/gamut-tests": "6.0.4",
"@codecademy/gamut": "72.0.2",
"@codecademy/gamut-icons": "9.57.9",
"@codecademy/gamut-illustrations": "0.58.15",
"@codecademy/gamut-patterns": "0.10.34",
"@codecademy/gamut-styles": "20.0.2",
"@codecademy/gamut-tests": "6.0.5",
"@codecademy/variance": "0.26.1",
"component-test-setup": "^0.3.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/gamut-patterns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.10.34 (2026-06-16)

### 🧱 Updated Dependencies

- Updated gamut-styles to 20.0.2

## 0.10.33 (2026-06-15)

### 🧱 Updated Dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/gamut-patterns/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@codecademy/gamut-patterns",
"description": "Pattern library for Codecademy",
"version": "0.10.33",
"version": "0.10.34",
"author": "Codecademy Engineering <dev@codecademy.com>",
"bugs": "https://github.com/Codecademy/gamut/issues",
"dependencies": {
"@codecademy/gamut-styles": "20.0.1",
"@codecademy/gamut-styles": "20.0.2",
"@codecademy/variance": "0.26.1",
"classnames": "^2.2.5"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/gamut-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 20.0.2 (2026-06-16)

### 🩹 Fixes

- Updates percipioTheme's border-secondary token to be navy-600 (previously navy-200) for better contrast ([#3374](https://github.com/Codecademy/gamut/pull/3374))

### ❤️ Thank You

- Kenny Lin @LinKCoding

## 20.0.1 (2026-06-15)

### 🩹 Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gamut-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@codecademy/gamut-styles",
"description": "Styleguide & Component library for codecademy.com",
"version": "20.0.1",
"version": "20.0.2",
"author": "Jake Hiller <jake@codecademy.com>",
"dependencies": {
"@codecademy/variance": "0.26.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`themes admin - theme shape 1`] = `
{
Expand Down Expand Up @@ -1704,7 +1704,7 @@ exports[`themes percipio - theme shape 1`] = `
"background-warning": "#FFF7E0",
"border-disabled": "rgba(16,22,47,0.28)",
"border-primary": "rgba(16,22,47,0.47)",
"border-secondary": "rgba(16,22,47,0.12)",
"border-secondary": "rgba(16,22,47,0.75)",
"border-tertiary": "#10162F",
"danger": "#B83C3C",
"danger-hover": "#A52020",
Expand Down Expand Up @@ -1741,7 +1741,7 @@ exports[`themes percipio - theme shape 1`] = `
"--color-background-warning": "var(--color-percipioBgWarning)",
"--color-border-disabled": "var(--color-navy-300)",
"--color-border-primary": "var(--color-navy-400)",
"--color-border-secondary": "var(--color-navy-200)",
"--color-border-secondary": "var(--color-navy-600)",
"--color-border-tertiary": "var(--color-navy-800)",
"--color-danger": "var(--color-percipioDanger)",
"--color-danger-hover": "var(--color-percipioActionDangerHover)",
Expand Down Expand Up @@ -2084,7 +2084,7 @@ sans-serif",
"background-warning": "percipioBgWarning",
"border-disabled": "navy-300",
"border-primary": "navy-400",
"border-secondary": "navy-200",
"border-secondary": "navy-600",
"border-tertiary": "navy-800",
"danger": "percipioDanger",
"danger-hover": "percipioActionDangerHover",
Expand Down
2 changes: 1 addition & 1 deletion packages/gamut-styles/src/themes/percipio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const percipioTheme = createTheme({
},
border: {
primary: 'navy-400',
secondary: 'navy-200',
secondary: 'navy-600',
tertiary: 'navy-800',
disabled: 'navy-300',
},
Expand Down
6 changes: 6 additions & 0 deletions packages/gamut-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 6.0.5 (2026-06-16)

### 🧱 Updated Dependencies

- Updated gamut-styles to 20.0.2

## 6.0.4 (2026-06-15)

### 🧱 Updated Dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/gamut-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@codecademy/gamut-tests",
"description": "Shared component test setup for Gamut applications",
"version": "6.0.4",
"version": "6.0.5",
"author": "Codecademy Engineering <dev@codecademy.com>",
"dependencies": {
"@codecademy/gamut-styles": "20.0.1",
"@codecademy/gamut-styles": "20.0.2",
"component-test-setup": "^0.3.1",
"lodash": "^4.17.23"
},
Expand Down
20 changes: 20 additions & 0 deletions packages/gamut/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 72.0.2 (2026-06-16)

### 🩹 Fixes

- remove lingering scss files from AccordionButtonDeprecated ([#3375](https://github.com/Codecademy/gamut/pull/3375))

### ❤️ Thank You

- Kenny Lin @LinKCoding

## 72.0.1 (2026-06-16)

### 🧱 Updated Dependencies

- Updated gamut-illustrations to 0.58.15
- Updated gamut-patterns to 0.10.34
- Updated gamut-styles to 20.0.2
- Updated gamut-icons to 9.57.9
- Updated gamut-tests to 6.0.5

# 72.0.0 (2026-06-15)

### ⚠️ Breaking Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/gamut/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@codecademy/gamut",
"description": "Styleguide & Component library for Codecademy",
"version": "72.0.0",
"version": "72.0.2",
"author": "Codecademy Engineering <dev@codecademy.com>",
"bin": "./bin/gamut.mjs",
"dependencies": {
"@codecademy/gamut-icons": "9.57.8",
"@codecademy/gamut-illustrations": "0.58.14",
"@codecademy/gamut-patterns": "0.10.33",
"@codecademy/gamut-styles": "20.0.1",
"@codecademy/gamut-icons": "9.57.9",
"@codecademy/gamut-illustrations": "0.58.15",
"@codecademy/gamut-patterns": "0.10.34",
"@codecademy/gamut-styles": "20.0.2",
"@codecademy/variance": "0.26.1",
"@formatjs/intl-locale": "5.3.1",
"@react-aria/interactions": "3.25.0",
Expand Down

This file was deleted.

Loading
Loading