@onemrvapublic/design-system 20.11.0-develop.3 → 20.11.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/README.md +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,18 +33,21 @@ If you need access to our design system board, send us a message.
33
33
  @Bram Decuypere (NL/EN)
34
34
  ## Changelog
35
35
 
36
- ### 20.11.0-develop.3
36
+ ### 20.11.0
37
37
 
38
- # [20.11.0-develop.3](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/compare/v20.11.0-develop.2...v20.11.0-develop.3) (2025-12-16)
38
+ # [20.11.0](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/compare/v20.10.0...v20.11.0) (2025-12-16)
39
39
 
40
40
 
41
41
  ### Bug Fixes
42
42
 
43
+ * **layout:** align application title vertically in layout component ([698f2a4](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/commit/698f2a4a8d6a0b93b78391ef8240c418b5f9f58f))
43
44
  * **mat-navigation:** change overflow-y from scroll to auto for better UX ([aa8e018](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/commit/aa8e018c3062c88e3d1587a237ce4668788787e1))
44
45
  * **header:** fix header font-weight ([c594fea](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/commit/c594fea2f06f3ae60a50e8ba71ba759ca5db7a42))
46
+ * **layout:** update import paths for shared design system components ([e4145e9](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/commit/e4145e96df59ae972a9c22c300a40a6d743173db))
45
47
 
46
48
 
47
49
  ### Features
48
50
 
49
51
  * **layout:** enhance language selection with flags, adjust layout dimensions and styling ([0aa3d2a](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/commit/0aa3d2ae79127196d233ab9df2e86b504dc3a74e))
52
+ * **environemnt-notification:** update the way we show the environment ([3c2f454](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/commit/3c2f4542fcc39ea83c199a11de7d2240b0197d11))
50
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system",
3
- "version": "20.11.0-develop.3",
3
+ "version": "20.11.0",
4
4
  "description": "Design System Onem/Rva without theme included",
5
5
  "publishConfig": {
6
6
  "access": "public"