From 2b997577f7ce6007a25c3cb6ffff904e5006c7da Mon Sep 17 00:00:00 2001 From: valentinab25 Date: Tue, 17 Oct 2023 01:05:35 +0300 Subject: [PATCH 1/3] chore: husky, lint-staged use fixed versions --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 26d04e6..4bfa126 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "@cypress/code-coverage": "^3.10.0", "@plone/scripts": "*", "babel-plugin-transform-class-properties": "^6.24.1", - "husky": "*", - "lint-staged": "*", + "husky": "^8.0.3", + "lint-staged": "^14.0.1", "md5": "^2.3.0" }, "lint-staged": { From 23a5a17ea9bf9a790a5dab20c4e37627f2201702 Mon Sep 17 00:00:00 2001 From: ana-oprea <80201759+ana-oprea@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:53:21 +0300 Subject: [PATCH 2/3] Update README.md fix url to screenshot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ac1959..11baa88 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ## Features -![Label Block](https://github.com/eea/volto-slate-label/raw/master/docs/slate-label.png) +![Label Block](https://raw.githubusercontent.com/eea/volto-slate-label/master/docs/slate-label.png) ## Upgrade From 939a00033cc5d165b161b01afb6edcc1bfd15d95 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Thu, 19 Oct 2023 12:07:05 +0000 Subject: [PATCH 3/3] Automated release 0.5.8 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c9aa6e..d86b851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +### [0.5.8](https://github.com/eea/volto-slate-label/compare/0.5.7...0.5.8) - 19 October 2023 + +#### :house: Internal changes + +- chore: husky, lint-staged use fixed versions [valentinab25 - [`2b99757`](https://github.com/eea/volto-slate-label/commit/2b997577f7ce6007a25c3cb6ffff904e5006c7da)] + +#### :hammer_and_wrench: Others + +- Update README.md [ana-oprea - [`23a5a17`](https://github.com/eea/volto-slate-label/commit/23a5a17ea9bf9a790a5dab20c4e37627f2201702)] ### [0.5.7](https://github.com/eea/volto-slate-label/compare/0.5.6...0.5.7) - 13 October 2023 #### :house: Internal changes diff --git a/package.json b/package.json index 4bfa126..93bf832 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-slate-label", - "version": "0.5.7", + "version": "0.5.8", "description": "@eeacms/volto-slate-label: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",