Skip to content

Commit 558c0c2

Browse files
chore(release): publish
- [email protected] - @codecademy/[email protected] - @codecademy/[email protected] - @codecademy/[email protected]
1 parent e695579 commit 558c0c2

File tree

8 files changed

+27
-5
lines changed

8 files changed

+27
-5
lines changed

packages/eslint-plugin-gamut/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+
## [2.4.0](https://github.com/Codecademy/gamut/compare/[email protected]@2.4.0) (2025-12-01)
7+
8+
### Features
9+
10+
- Disable inline `style` prop for components ([e695579](https://github.com/Codecademy/gamut/commit/e695579fdeb2de526a42d2aff2b75537918a9096))
11+
612
### [2.3.2](https://github.com/Codecademy/gamut/compare/[email protected]@2.3.2) (2025-10-14)
713

814
**Note:** Version bump only for package eslint-plugin-gamut

packages/eslint-plugin-gamut/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-gamut",
33
"description": "Shared eslint plugin for Gamut applications",
4-
"version": "2.3.2",
4+
"version": "2.4.0",
55
"author": "Codecademy Engineering <[email protected]>",
66
"dependencies": {
77
"@typescript-eslint/utils": "^5.15.0"

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.565](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2025-12-01)
7+
8+
**Note:** Version bump only for package @codecademy/gamut-kit
9+
610
### [0.6.564](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2025-11-13)
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.564",
4+
"version": "0.6.565",
55
"author": "Codecademy Engineering <[email protected]>",
66
"dependencies": {
7-
"@codecademy/gamut": "67.3.3",
7+
"@codecademy/gamut": "67.4.0",
88
"@codecademy/gamut-icons": "9.52.1",
99
"@codecademy/gamut-illustrations": "0.55.1",
1010
"@codecademy/gamut-patterns": "0.10.19",

packages/gamut/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+
## [67.4.0](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2025-12-01)
7+
8+
### Features
9+
10+
- Disable inline `style` prop for components ([e695579](https://github.com/Codecademy/gamut/commit/e695579fdeb2de526a42d2aff2b75537918a9096))
11+
612
### [67.3.3](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2025-11-13)
713

814
### Bug Fixes

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.3.3",
4+
"version": "67.4.0",
55
"author": "Codecademy Engineering <[email protected]>",
66
"dependencies": {
77
"@codecademy/gamut-icons": "9.52.1",

packages/styleguide/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+
## [78.4.0](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2025-12-01)
7+
8+
### Features
9+
10+
- Disable inline `style` prop for components ([e695579](https://github.com/Codecademy/gamut/commit/e695579fdeb2de526a42d2aff2b75537918a9096))
11+
612
### [78.3.3](https://github.com/Codecademy/gamut/compare/@codecademy/[email protected]...@codecademy/[email protected]) (2025-11-13)
713

814
### 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.3.3",
4+
"version": "78.4.0",
55
"author": "Codecademy Engineering",
66
"license": "MIT",
77
"publishConfig": {

0 commit comments

Comments
 (0)