@onemrvapublic/design-system 17.5.0 → 17.5.1-beta.2

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 +3 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -26,3 +26,6 @@ This is where we will implement bugfixes
26
26
 
27
27
  For support questions, you can create jira tickets now.
28
28
  If you need access to our design system board, send us a message.
29
+
30
+ @Thibaut Colson (FR/EN)
31
+ @Bram Decuypere (NL/EN)
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system",
3
- "version": "17.5.0",
3
+ "version": "17.5.1-beta.2",
4
+ "description": "Design System Onem/Rva",
4
5
  "publishConfig": {
5
6
  "access": "public"
6
7
  },