Skip to content

Commit 360362c

Browse files
committed
Merge branch 'main' into kl-gm-1095
2 parents 462591e + 9350d2d commit 360362c

File tree

42 files changed

+666
-2096
lines changed

Some content is hidden

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

42 files changed

+666
-2096
lines changed

nx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
}
6363
},
6464
"$schema": "./node_modules/nx/schemas/nx-schema.json",
65+
"useDaemonProcess": false,
6566
"nxCloudAccessToken": "ZmVjZWYxNzctYTdmZC00ODYzLTg4MzEtZTE1YTVmZDdkZmY1fHJlYWQ=",
6667
"parallel": 3,
6768
"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": "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",
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",
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": "20.5.0",
84+
"nx": "19.3.2",
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.42.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-icons@9.42.1...@codecademy/gamut-icons@9.42.2) (2025-04-25)
7+
8+
**Note:** Version bump only for package @codecademy/gamut-icons
9+
610
### [9.42.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-icons@9.42.0...@codecademy/gamut-icons@9.42.1) (2025-04-25)
711

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

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.42.1",
4+
"version": "9.42.2",
55
"author": "Codecademy <dev@codecademy.com>",
66
"dependencies": {
7-
"@codecademy/gamut-styles": "17.6.1",
7+
"@codecademy/gamut-styles": "17.6.2",
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.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.54.2...@codecademy/gamut-illustrations@0.54.3) (2025-04-25)
7+
8+
**Note:** Version bump only for package @codecademy/gamut-illustrations
9+
610
### [0.54.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.54.1...@codecademy/gamut-illustrations@0.54.2) (2025-04-25)
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.2",
4+
"version": "0.54.3",
55
"author": "Codecademy Engineering <dev@codecademy.com>",
66
"bugs": "https://github.com/Codecademy/gamut/issues",
77
"dependencies": {
8-
"@codecademy/gamut-styles": "17.6.1",
8+
"@codecademy/gamut-styles": "17.6.2",
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.501](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-kit@0.6.500...@codecademy/gamut-kit@0.6.501) (2025-04-25)
7+
8+
**Note:** Version bump only for package @codecademy/gamut-kit
9+
610
### [0.6.500](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-kit@0.6.499...@codecademy/gamut-kit@0.6.500) (2025-04-25)
711

812
**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.500",
4+
"version": "0.6.501",
55
"author": "Codecademy Engineering <dev@codecademy.com>",
66
"dependencies": {
7-
"@codecademy/gamut": "62.0.3",
8-
"@codecademy/gamut-icons": "9.42.1",
9-
"@codecademy/gamut-illustrations": "0.54.2",
10-
"@codecademy/gamut-patterns": "0.10.8",
11-
"@codecademy/gamut-styles": "17.6.1",
12-
"@codecademy/gamut-tests": "5.2.7",
7+
"@codecademy/gamut": "62.0.4",
8+
"@codecademy/gamut-icons": "9.42.2",
9+
"@codecademy/gamut-illustrations": "0.54.3",
10+
"@codecademy/gamut-patterns": "0.10.9",
11+
"@codecademy/gamut-styles": "17.6.2",
12+
"@codecademy/gamut-tests": "5.2.8",
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.9](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.10.8...@codecademy/gamut-patterns@0.10.9) (2025-04-25)
7+
8+
**Note:** Version bump only for package @codecademy/gamut-patterns
9+
610
### [0.10.8](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-patterns@0.10.7...@codecademy/gamut-patterns@0.10.8) (2025-04-25)
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.8",
4+
"version": "0.10.9",
55
"author": "Codecademy Engineering <dev@codecademy.com>",
66
"bugs": "https://github.com/Codecademy/gamut/issues",
77
"dependencies": {
8-
"@codecademy/gamut-styles": "17.6.1",
8+
"@codecademy/gamut-styles": "17.6.2",
99
"@codecademy/variance": "0.22.1",
1010
"classnames": "^2.2.5"
1111
},

0 commit comments

Comments
 (0)