Skip to content

Commit 7b05525

Browse files
authored
Merge branch 'main' into ajr-move-logo-to-brand
2 parents 762da95 + f52cf10 commit 7b05525

File tree

49 files changed

+2310
-892
lines changed

Some content is hidden

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

49 files changed

+2310
-892
lines changed

nx.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
}
6363
},
6464
"$schema": "./node_modules/nx/schemas/nx-schema.json",
65-
"useDaemonProcess": false,
6665
"nxCloudAccessToken": "ZmVjZWYxNzctYTdmZC00ODYzLTg4MzEtZTE1YTVmZDdkZmY1fHJlYWQ=",
6766
"parallel": 3,
6867
"useInferencePlugins": false,

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"@emotion/babel-plugin": "11.11.0",
2626
"@emotion/jest": "^11.11.0",
2727
"@mdx-js/react": "^3.1.0",
28-
"@nx/jest": "19.3.2",
29-
"@nx/js": "19.3.2",
30-
"@nx/react": "19.3.2",
31-
"@nx/storybook": "19.3.2",
32-
"@nx/web": "19.3.2",
33-
"@nx/webpack": "19.3.2",
28+
"@nx/jest": "20.5.0",
29+
"@nx/js": "20.5.0",
30+
"@nx/react": "20.5.0",
31+
"@nx/storybook": "20.5.0",
32+
"@nx/web": "20.5.0",
33+
"@nx/webpack": "20.5.0",
3434
"@storybook/addon-controls": "8.3.6",
3535
"@storybook/addon-designs": "^8.0.3",
3636
"@storybook/addon-docs": "^8.3.6",
@@ -81,7 +81,7 @@
8181
"lint-staged": "14.0.1",
8282
"micromatch": "^4.0.5",
8383
"mutationobserver-shim": "^0.3.3",
84-
"nx": "19.3.2",
84+
"nx": "20.5.0",
8585
"nx-cloud": "^19.1.0",
8686
"onchange": "^7.0.2",
8787
"prettier": "^2.8.7",

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.46.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-icons@9.46.0...@codecademy/gamut-icons@9.46.1) (2025-06-17)
7+
8+
**Note:** Version bump only for package @codecademy/gamut-icons
9+
610
## [9.46.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-icons@9.45.0...@codecademy/gamut-icons@9.46.0) (2025-06-12)
711

812
### Features

packages/gamut-icons/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-icons",
33
"description": "Icon library for codecademy.com",
4-
"version": "9.46.0",
4+
"version": "9.46.1",
55
"author": "Codecademy <dev@codecademy.com>",
66
"dependencies": {
7-
"@codecademy/gamut-styles": "17.6.3",
7+
"@codecademy/gamut-styles": "17.6.4",
88
"@codecademy/variance": "0.22.1"
99
},
1010
"files": [

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.54.5](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.54.4...@codecademy/gamut-illustrations@0.54.5) (2025-06-17)
7+
8+
**Note:** Version bump only for package @codecademy/gamut-illustrations
9+
610
### [0.54.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.54.3...@codecademy/gamut-illustrations@0.54.4) (2025-05-30)
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.54.4",
4+
"version": "0.54.5",
55
"author": "Codecademy Engineering <dev@codecademy.com>",
66
"bugs": "https://github.com/Codecademy/gamut/issues",
77
"dependencies": {
8-
"@codecademy/gamut-styles": "17.6.3",
8+
"@codecademy/gamut-styles": "17.6.4",
99
"classnames": "^2.2.5"
1010
},
1111
"files": [

packages/gamut-kit/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.517](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-kit@0.6.516...@codecademy/gamut-kit@0.6.517) (2025-06-17)
7+
8+
**Note:** Version bump only for package @codecademy/gamut-kit
9+
10+
### [0.6.516](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-kit@0.6.515...@codecademy/gamut-kit@0.6.516) (2025-06-16)
11+
12+
**Note:** Version bump only for package @codecademy/gamut-kit
13+
614
### [0.6.515](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-kit@0.6.514...@codecademy/gamut-kit@0.6.515) (2025-06-12)
715

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

packages/gamut-kit/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@codecademy/gamut-kit",
33
"description": "Styleguide & Component library for Codecademy",
4-
"version": "0.6.515",
4+
"version": "0.6.517",
55
"author": "Codecademy Engineering <dev@codecademy.com>",
66
"dependencies": {
7-
"@codecademy/gamut": "64.1.2",
8-
"@codecademy/gamut-icons": "9.46.0",
9-
"@codecademy/gamut-illustrations": "0.54.4",
10-
"@codecademy/gamut-patterns": "0.10.10",
11-
"@codecademy/gamut-styles": "17.6.3",
12-
"@codecademy/gamut-tests": "5.2.9",
7+
"@codecademy/gamut": "64.1.4",
8+
"@codecademy/gamut-icons": "9.46.1",
9+
"@codecademy/gamut-illustrations": "0.54.5",
10+
"@codecademy/gamut-patterns": "0.10.11",
11+
"@codecademy/gamut-styles": "17.6.4",
12+
"@codecademy/gamut-tests": "5.2.10",
1313
"@codecademy/variance": "0.22.1",
1414
"component-test-setup": "^0.3.1"
1515
},

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.11](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.10.10...@codecademy/gamut-patterns@0.10.11) (2025-06-17)
7+
8+
**Note:** Version bump only for package @codecademy/gamut-patterns
9+
610
### [0.10.10](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.10.9...@codecademy/gamut-patterns@0.10.10) (2025-05-30)
711

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

packages/gamut-patterns/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-patterns",
33
"description": "Pattern library for Codecademy",
4-
"version": "0.10.10",
4+
"version": "0.10.11",
55
"author": "Codecademy Engineering <dev@codecademy.com>",
66
"bugs": "https://github.com/Codecademy/gamut/issues",
77
"dependencies": {
8-
"@codecademy/gamut-styles": "17.6.3",
8+
"@codecademy/gamut-styles": "17.6.4",
99
"@codecademy/variance": "0.22.1",
1010
"classnames": "^2.2.5"
1111
},

0 commit comments

Comments
 (0)