2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 05:26:47 +00:00

Update release notes (#392)

* Update release notes

* Fix typo
This commit is contained in:
Oliver 2023-07-05 22:21:12 +10:00 committed by GitHub
parent e39ab9ad78
commit 6fe23fa846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
### 0.12.4 -
### 0.12.4 - July 2023
---
- Pre-fill stock location when transferring stock amount
- UX improvements for searching data
- Updated translations
### - 0.12.3 - June 2023
---

View File

@ -60,7 +60,7 @@ class PaginatedParameterList extends PaginatedSearchWidget {
const PaginatedParameterList(Map<String, String> filters) : super(filters: filters);
@override
String get searchTitle => L10().parts;
String get searchTitle => L10().parameters;
@override
_PaginatedParameterState createState() => _PaginatedParameterState();

View File

@ -1,7 +1,7 @@
name: inventree
description: InvenTree stock management
version: 0.12.3+70
version: 0.12.4+71
environment:
sdk: ">=2.19.5 <3.0.0"