@codecademy/gamut-kit 3.0.20-alpha.c0812d.0 → 3.0.21-alpha.0e5de6.0

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 +12 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 3.0.20 (2026-08-25)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated gamut-illustrations to 1.1.0
6
+ - Updated gamut-patterns to 1.1.0
7
+ - Updated gamut-styles to 21.2.0
8
+ - Updated gamut-icons to 10.1.0
9
+ - Updated gamut-tests to 7.1.0
10
+ - Updated variance to 1.1.0
11
+ - Updated gamut to 73.3.0
12
+
1
13
  ## 3.0.19 (2026-08-24)
2
14
 
3
15
  ### 🧱 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": "3.0.20-alpha.c0812d.0",
4
+ "version": "3.0.21-alpha.0e5de6.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "dependencies": {
7
- "@codecademy/gamut": "73.2.1-alpha.c0812d.0",
8
- "@codecademy/gamut-icons": "10.0.2-alpha.c0812d.0",
9
- "@codecademy/gamut-illustrations": "1.0.2-alpha.c0812d.0",
10
- "@codecademy/gamut-patterns": "1.0.2-alpha.c0812d.0",
11
- "@codecademy/gamut-styles": "21.1.1-alpha.c0812d.0",
12
- "@codecademy/gamut-tests": "7.0.2-alpha.c0812d.0",
13
- "@codecademy/variance": "1.0.2-alpha.c0812d.0",
7
+ "@codecademy/gamut": "73.3.1-alpha.0e5de6.0",
8
+ "@codecademy/gamut-icons": "10.1.1-alpha.0e5de6.0",
9
+ "@codecademy/gamut-illustrations": "1.1.1-alpha.0e5de6.0",
10
+ "@codecademy/gamut-patterns": "1.1.1-alpha.0e5de6.0",
11
+ "@codecademy/gamut-styles": "21.2.1-alpha.0e5de6.0",
12
+ "@codecademy/gamut-tests": "7.1.1-alpha.0e5de6.0",
13
+ "@codecademy/variance": "1.1.1-alpha.0e5de6.0",
14
14
  "component-test-setup": "^0.3.1"
15
15
  },
16
16
  "license": "MIT",