@codecademy/gamut-kit 0.6.596-alpha.63a45b.0 → 0.6.596

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 +8 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 0.6.596 (2026-05-04)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated gamut-icons to 9.57.4
6
+ - Updated gamut-tests to 6.0.0
7
+ - Updated gamut to 68.5.0
8
+
1
9
  ## 0.6.595 (2026-05-04)
2
10
 
3
11
  ### 🧱 Updated Dependencies
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.596-alpha.63a45b.0",
4
+ "version": "0.6.596",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "dependencies": {
7
- "@codecademy/gamut": "68.4.2-alpha.63a45b.0",
8
- "@codecademy/gamut-icons": "9.57.4-alpha.63a45b.0",
9
- "@codecademy/gamut-illustrations": "0.58.11-alpha.63a45b.0",
10
- "@codecademy/gamut-patterns": "0.10.30-alpha.63a45b.0",
11
- "@codecademy/gamut-styles": "17.14.1-alpha.63a45b.0",
12
- "@codecademy/gamut-tests": "5.3.5-alpha.63a45b.0",
13
- "@codecademy/variance": "0.26.2-alpha.63a45b.0",
7
+ "@codecademy/gamut": "68.5.0",
8
+ "@codecademy/gamut-icons": "9.57.4",
9
+ "@codecademy/gamut-illustrations": "0.58.10",
10
+ "@codecademy/gamut-patterns": "0.10.29",
11
+ "@codecademy/gamut-styles": "17.14.0",
12
+ "@codecademy/gamut-tests": "6.0.0",
13
+ "@codecademy/variance": "0.26.1",
14
14
  "component-test-setup": "^0.3.1"
15
15
  },
16
16
  "license": "MIT",