Update changelog
This commit is contained in:
parent
18936d9efd
commit
b6e8b74eef
|
@ -5,6 +5,12 @@ All notable changes to 'byjove' will be documented in this file.
|
|||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## Unreleased
|
||||
|
||||
## [0.1.24] - 2024-03-26
|
||||
### Changed
|
||||
- Add delay when fetching rows data for model CRUD component.
|
||||
|
||||
## [0.1.23] - 2023-12-26
|
||||
### Changed
|
||||
- Improve focus behavior for inventory count view.
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "byjove",
|
||||
"version": "0.1.23",
|
||||
"version": "0.1.24",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "byjove",
|
||||
"version": "0.1.23",
|
||||
"version": "0.1.24",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"vue": "^2.7.14"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "byjove",
|
||||
"version": "0.1.23",
|
||||
"version": "0.1.24",
|
||||
"description": "Generic-ish app components for Vue.js frontend to Tailbone API backend",
|
||||
"keywords": [
|
||||
"rattail",
|
||||
|
|
Loading…
Reference in a new issue