@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.
|
|
36
|
+
### 21.1.1-develop.5
|
|
37
37
|
|
|
38
|
-
## [21.1.1-develop.
|
|
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
|
-
*
|
|
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
|
-
|
|
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 {
|
|
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":["
|
|
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,5 +1,5 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const VERSION = "21.1.1-develop.4";
|
|
2
2
|
|
|
3
3
|
declare const ɵɵtsModuleIndicatorApiExtractorWorkaround = true;
|
|
4
4
|
|
|
5
|
-
export {
|
|
5
|
+
export { VERSION, ɵɵtsModuleIndicatorApiExtractorWorkaround };
|