@onemrvapublic/design-system 21.1.1-develop.2 → 21.1.1-develop.5

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.
package/README.md CHANGED
@@ -33,12 +33,15 @@ 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
- ### 21.1.1-develop.2
36
+ ### 21.1.1-develop.5
37
37
 
38
- ## [21.1.1-develop.2](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/compare/v21.1.1-develop.1...v21.1.1-develop.2) (2026-02-27)
38
+ ## [21.1.1-develop.5](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/compare/v21.1.1-develop.4...v21.1.1-develop.5) (2026-03-05)
39
39
 
40
40
 
41
41
  ### Bug Fixes
42
42
 
43
- * **empty-row:** make reset filters optional ([09a86f0](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/commit/09a86f0e6073d5ff0fccd121a5af2a04855f71c2))
43
+ * set-next-version update ([daac500](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/commit/daac500c3a288bb062b06938803d7522c1a33e94))
44
+ * set-next-version update ([e38603c](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/commit/e38603cf35a77f8577a0e28776afbb8fb15fcec3))
45
+ * **ds-version:** update internal version ([0f89b93](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/commit/0f89b934344dd40ac08a3fdafa7104227c2942ef))
46
+ * **ds-version:** update internal version ([fd5cd53](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/commit/fd5cd537dde897fbc90d5587801711ba6b6bac6b))
44
47
 
@@ -1,4 +1,5 @@
1
- const DS_VERSION = '1.0.0';
1
+ // Auto-generated do not edit
2
+ const VERSION = '21.1.1-develop.4';
2
3
 
3
4
  const ɵɵtsModuleIndicatorApiExtractorWorkaround = true;
4
5
 
@@ -6,5 +7,5 @@ const ɵɵtsModuleIndicatorApiExtractorWorkaround = true;
6
7
  * Generated bundle index. Do not edit.
7
8
  */
8
9
 
9
- export { DS_VERSION, ɵɵtsModuleIndicatorApiExtractorWorkaround };
10
+ export { VERSION, ɵɵtsModuleIndicatorApiExtractorWorkaround };
10
11
  //# sourceMappingURL=onemrvapublic-design-system.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"onemrvapublic-design-system.mjs","sources":["../../../../projects/onemrva/design-system/version.ts","../../../../projects/onemrva/design-system/index.ts","../../../../projects/onemrva/design-system/onemrvapublic-design-system.ts"],"sourcesContent":["export const DS_VERSION = '__VERSION__';\n","export { DS_VERSION } from './version';\n\nexport const ɵɵtsModuleIndicatorApiExtractorWorkaround = true;\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAO,MAAM,UAAU,GAAG;;ACEnB,MAAM,yCAAyC,GAAG;;ACFzD;;AAEG;;;;"}
1
+ {"version":3,"file":"onemrvapublic-design-system.mjs","sources":["../../../../projects/onemrva/design-system/version.ts","../../../../projects/onemrva/design-system/index.ts","../../../../projects/onemrva/design-system/onemrvapublic-design-system.ts"],"sourcesContent":["// Auto-generated — do not edit\nexport const VERSION = '21.1.1-develop.4';\n","export { VERSION } from './version';\n\nexport const ɵɵtsModuleIndicatorApiExtractorWorkaround = true;\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAA;AACO,MAAM,OAAO,GAAG;;ACChB,MAAM,yCAAyC,GAAG;;ACFzD;;AAEG;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system",
3
- "version": "21.1.1-develop.2",
3
+ "version": "21.1.1-develop.5",
4
4
  "description": "Design System Onem/Rva without theme included",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -1,5 +1,5 @@
1
- declare const DS_VERSION = "__VERSION__";
1
+ declare const VERSION = "21.1.1-develop.4";
2
2
 
3
3
  declare const ɵɵtsModuleIndicatorApiExtractorWorkaround = true;
4
4
 
5
- export { DS_VERSION, ɵɵtsModuleIndicatorApiExtractorWorkaround };
5
+ export { VERSION, ɵɵtsModuleIndicatorApiExtractorWorkaround };