@onemrvapublic/design-system 17.3.168 → 17.3.171

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 +30 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1 +1,30 @@
1
- # ONEMRVA Design System
1
+ # ONEMRVA - Design System
2
+
3
+ This design system (DS) is part of
4
+ the ONEM architecture to ensure smooth
5
+ building of applications on the new stack
6
+
7
+ ## Versioning
8
+
9
+ In our goal to create a smoother release process experience
10
+ you will notice our versioning has changed
11
+ we will now be working with beta versions to continuously deploy.
12
+
13
+ 17.4.1 (SemVer - 17 = Major | 4 = Minor | 1 = Patch) - [learn more about SemVer here](https://semver.org/)
14
+
15
+ ### Major
16
+
17
+ The major will always be aligned with the Angular major version.
18
+
19
+ ### Minor
20
+
21
+ This is where we will upgrade functionalities
22
+
23
+ ### Patch
24
+
25
+ This is where we will implement bugfixes
26
+
27
+ ## Support
28
+
29
+ For support questions, you can create jira tickets now.
30
+ If you need access to our design system board, send us a message.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system",
3
- "version": "17.3.168",
3
+ "version": "17.3.171",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },