From bf7e5303e9c05c6c1fb6e4396da238c769ba59cc Mon Sep 17 00:00:00 2001 From: Aleksandr Gumroian Date: Thu, 6 Jun 2024 16:21:34 +0200 Subject: [PATCH] Bump v6.0.0 * Add CHANGELOG.md * Add JS_DIR variable to Makefile * Add support for shared reForis ESLint configuration * Update dependencies in package.json * Update Spinner.css styles for better positioning and responsiveness * Migrate to Bootstrap 5 * NPM audit fix * Other small improvements --- CHANGELOG.md | 19 ++++++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf179ba..ee110f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,22 @@ and this project adheres to ## [Unreleased] +## [6.0.0] - 2024-06-11 + +### Added + +- Added CHANGELOG.md +- Added JS_DIR variable to Makefile +- Added support for shared reForis ESLint configuration + +### Changed + +- Updated dependencies in package.json +- Updated Spinner.css styles for better positioning and responsiveness +- Migrated to Bootstrap 5 +- NPM audit fix +- Other small improvements + ## [5.6.1] - 2024-01-19 - Added & updated Weblate translations @@ -298,7 +314,8 @@ and this project adheres to ## [0.0.7] - 2019-09-02 [unreleased]: - https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v5.6.1...master + https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.0.0...master +[6.0.0]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v5.6.1...v6.0.0 [5.6.1]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v5.6.0...v5.6.1 [5.6.0]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v5.5.0...v5.6.0 [5.5.0]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v5.4.1...v5.5.0 diff --git a/package-lock.json b/package-lock.json index 2a730f5..2efc39f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foris", - "version": "5.6.1", + "version": "6.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "foris", - "version": "5.6.1", + "version": "6.0.0", "license": "GPL-3.0", "dependencies": { "axios": "^1.7.2", diff --git a/package.json b/package.json index 375aab4..373c910 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foris", - "version": "5.6.1", + "version": "6.0.0", "description": "Foris JS library is a set of components and utils for reForis application and plugins.", "author": "CZ.NIC, z.s.p.o.", "repository": {