engie-fluid-material-theme 4.1.8 → 21.2.1

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 +2 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,10 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## 📦4.1.8 - 2026-05-11
8
+ ## 📦21.2.1 - 2026-05-11
9
9
 
10
10
  ### 🛠️ Maintained
11
11
 
12
+ - Change versioning pattern: Adopt Angular Material version alignment. Major and Minor numbers match the compatible Angular Material version, Patch number is an independent increment for theme updates.
12
13
  - Updated dependencies
13
14
  - @angular/material@21.2.10
14
15
  - @engie-group/fluid-design-tokens@6.1.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "engie-fluid-material-theme",
3
- "version": "4.1.8",
3
+ "version": "21.2.1",
4
4
  "description": "Angular Material theme for Fluid Design System",
5
5
  "main": "index.css",
6
6
  "repository": {