🚀Bumped version to v0.7.10
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/tag Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/tag Build is passing
				
			This commit is contained in:
		| @@ -2,10 +2,19 @@ | ||||
|  | ||||
| All notable changes to this project will be documented in this file. Dates are displayed in UTC. | ||||
|  | ||||
| #### [0.7.10](https://git.odit.services/lfk/selfservice/compare/0.7.9...0.7.10) | ||||
|  | ||||
| - Configureable barcode format via bwp-js [`9e06c46`](https://git.odit.services/lfk/selfservice/commit/9e06c464118c5b5d0cd78c8b8379523bf3bfdbd4) | ||||
| - Added download for registration code [`53800b4`](https://git.odit.services/lfk/selfservice/commit/53800b4fa355bb972e51e71b5b1f98772deed114) | ||||
| - Pinned version [`6438288`](https://git.odit.services/lfk/selfservice/commit/64382880c40ba5c1e3c9004ce7fc65099849cd44) | ||||
|  | ||||
| #### [0.7.9](https://git.odit.services/lfk/selfservice/compare/0.7.8...0.7.9) | ||||
|  | ||||
| > 1 February 2023 | ||||
|  | ||||
| - migrate to bwip-js [`8cfddb5`](https://git.odit.services/lfk/selfservice/commit/8cfddb502964be7edf45cdc524344ea2f7f20142) | ||||
| - fix codeconfig.height [`9b261bf`](https://git.odit.services/lfk/selfservice/commit/9b261bf20023561a7c9691dff33c9a6d2b5c0cac) | ||||
| - 🚀Bumped version to v0.7.9 [`debbd92`](https://git.odit.services/lfk/selfservice/commit/debbd9219cb53dbd48cf0cb7bee329b765ce4647) | ||||
| - drop jsbarcode [`713dd15`](https://git.odit.services/lfk/selfservice/commit/713dd153126851e8cf1045bf5ba3ca702a39c738) | ||||
|  | ||||
| #### [0.7.8](https://git.odit.services/lfk/selfservice/compare/0.7.7...0.7.8) | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
| 	"name": "@odit/lfk-selfservice", | ||||
| 	"version": "0.7.9", | ||||
| 	"version": "0.7.10", | ||||
| 	"scripts": { | ||||
| 		"dev": "vite", | ||||
| 		"build": "vite build", | ||||
|   | ||||
| @@ -12,6 +12,7 @@ | ||||
|     "delete_my_data": "Meine Daten löschen", | ||||
|     "deletion_in_progress": "Daten werden gelöscht...", | ||||
|     "distance": "Distanz", | ||||
|     "download registrationcode": "Registrierungscode herunterladen", | ||||
|     "download_certificate": "Urkunde herunterladen", | ||||
|     "e_mail_adress": "E-Mail Adresse", | ||||
|     "go_to_login": "Zum Login", | ||||
| @@ -55,6 +56,5 @@ | ||||
|     "view_my_data": "Meine Läuferdaten einsehen", | ||||
|     "vorname": "Vorname", | ||||
|     "you_have_been_registered": "Sie wurden registriert!", | ||||
|   "you_have_not_provided_a_valid_access_key": "Sie haben keinen gültigen Zugangsschlüssel angegeben...", | ||||
|   "download registrationcode": "Registrierungscode herunterladen" | ||||
|     "you_have_not_provided_a_valid_access_key": "Sie haben keinen gültigen Zugangsschlüssel angegeben..." | ||||
| } | ||||
| @@ -12,6 +12,7 @@ | ||||
|     "delete_my_data": "Delete my data", | ||||
|     "deletion_in_progress": "Deletion in progress...", | ||||
|     "distance": "Distance", | ||||
|     "download registrationcode": "Download registrationcode", | ||||
|     "download_certificate": "Download certificate", | ||||
|     "e_mail_adress": "mail address", | ||||
|     "go_to_login": "Go To Login", | ||||
| @@ -54,6 +55,5 @@ | ||||
|     "view_my_data": "View my data", | ||||
|     "vorname": "Firstname", | ||||
|     "you_have_been_registered": "You have been registered!", | ||||
|   "you_have_not_provided_a_valid_access_key": "You have not provided a valid access key...", | ||||
|   "download registrationcode": "Download registrationcode" | ||||
|     "you_have_not_provided_a_valid_access_key": "You have not provided a valid access key..." | ||||
| } | ||||
		Reference in New Issue
	
	Block a user