Update changelog
This commit is contained in:
parent
229b0b7f2e
commit
95afae16ee
|
@ -5,6 +5,11 @@ 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/)
|
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).
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [0.1.18] - 2023-08-08
|
||||||
|
### Changed
|
||||||
|
- Add UPC quick lookup for View Product page.
|
||||||
|
- Add slot for "default panels" in View Product.
|
||||||
|
|
||||||
## [0.1.17] - 2023-08-03
|
## [0.1.17] - 2023-08-03
|
||||||
### Changed
|
### Changed
|
||||||
- Update to use lts/gallium version for nodejs.
|
- Update to use lts/gallium version for nodejs.
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "byjove",
|
"name": "byjove",
|
||||||
"version": "0.1.17",
|
"version": "0.1.18",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "byjove",
|
"name": "byjove",
|
||||||
"version": "0.1.17",
|
"version": "0.1.18",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vue": "^2.7.14"
|
"vue": "^2.7.14"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "byjove",
|
"name": "byjove",
|
||||||
"version": "0.1.17",
|
"version": "0.1.18",
|
||||||
"description": "Generic-ish app components for Vue.js frontend to Tailbone API backend",
|
"description": "Generic-ish app components for Vue.js frontend to Tailbone API backend",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"rattail",
|
"rattail",
|
||||||
|
|
Loading…
Reference in a new issue