@codecademy/gamut-kit 0.6.592-alpha.537050.0 → 0.6.592

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ ## 0.6.592 (2026-03-26)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - minor type changes due to typescript upgrade ([#3254](https://github.com/Codecademy/gamut/pull/3254))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated gamut-illustrations to 0.58.9
10
+ - Updated gamut-patterns to 0.10.28
11
+ - Updated gamut-styles to 17.13.1
12
+ - Updated gamut-icons to 9.57.2
13
+ - Updated gamut-tests to 5.3.3
14
+ - Updated variance to 0.26.1
15
+ - Updated gamut to 68.2.2
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - Copilot @Copilot
20
+ - jakemhiller @jakemhiller
21
+
1
22
  ### [0.6.591](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-kit@0.6.590...@codecademy/gamut-kit@0.6.591) (2026-03-25)
2
23
 
3
24
  **Note:** Version bump only for package @codecademy/gamut-kit
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@codecademy/gamut-kit",
3
3
  "description": "Styleguide & Component library for Codecademy",
4
- "version": "0.6.592-alpha.537050.0",
4
+ "version": "0.6.592",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "dependencies": {
7
- "@codecademy/gamut": "68.2.2-alpha.537050.0",
8
- "@codecademy/gamut-icons": "9.57.2-alpha.537050.0",
9
- "@codecademy/gamut-illustrations": "0.58.9-alpha.537050.0",
10
- "@codecademy/gamut-patterns": "0.10.28-alpha.537050.0",
11
- "@codecademy/gamut-styles": "17.13.1-alpha.537050.0",
12
- "@codecademy/gamut-tests": "5.3.3-alpha.537050.0",
13
- "@codecademy/variance": "0.26.1-alpha.537050.0",
7
+ "@codecademy/gamut": "68.2.2",
8
+ "@codecademy/gamut-icons": "9.57.2",
9
+ "@codecademy/gamut-illustrations": "0.58.9",
10
+ "@codecademy/gamut-patterns": "0.10.28",
11
+ "@codecademy/gamut-styles": "17.13.1",
12
+ "@codecademy/gamut-tests": "5.3.3",
13
+ "@codecademy/variance": "0.26.1",
14
14
  "component-test-setup": "^0.3.1"
15
15
  },
16
16
  "license": "MIT",