Skip to content
Snippets Groups Projects
Commit 35e83ff3 authored by Aleksandr Gumroian's avatar Aleksandr Gumroian
Browse files

Merge branch 'update-changelog' into 'master'

Release v4.1.0

See merge request !30
parents ec09246f b9a565cc
Branches
Tags v4.1.0
1 merge request!30Release v4.1.0
Pipeline #110304 passed with stages
in 3 minutes and 16 seconds
......@@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [4.1.0] - 2023-02-22
### Added
- Added `.pre` stage to GitLab CI
- Added GitLab CI/CD unit test for coverage
- Added login and logout support for turris-auth
### Changed
- Reworked app icons and tooltips
- Droped unreleased section in Changelog
- Changed primary color to Turris specific
- Removed obsolete styles
## [4.0.0] - 2022-12-31
- Migrate to React.js
......@@ -78,7 +93,8 @@ and this project adheres to
- Initial version
[unreleased]: https://gitlab.nic.cz/turris/webapps/-/compare/v4.0.0...master
[unreleased]: https://gitlab.nic.cz/turris/webapps/-/compare/v4.1.0...master
[4.1.0]: https://gitlab.nic.cz/turris/webapps/-/compare/v4.0.0...v4.1.0
[4.0.0]: https://gitlab.nic.cz/turris/webapps/-/compare/v3.7...v4.0.0
[3.7]: https://gitlab.nic.cz/turris/webapps/-/compare/v3.6...v3.7
[3.6]: https://gitlab.nic.cz/turris/webapps/-/compare/v3.5..v3.6
......
{
"name": "webapps",
"version": "4.0.0",
"version": "4.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "webapps",
"version": "4.0.0",
"version": "4.1.0",
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
{
"name": "webapps",
"version": "4.0.0",
"version": "4.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
......@@ -48,7 +48,7 @@
"lint:fix": "npx eslint --fix src",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"eject": "react-scripts eject",
"test:ci": "npm run test -- --testResultsProcessor=\"jest-junit\" --watchAll=false --ci --coverage"
"test:ci": "npm run test -- --testResultsProcessor=\"jest-junit\" --watchAll=false --ci --coverage"
},
"eslintConfig": {
"extends": [
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment