Release v4.5.0

This commit is contained in:
Semanticore Bot
2025-03-04 07:34:00 +00:00
committed by Mathias Schopmans
parent d364a12019
commit 2c245afa1f
2 changed files with 26 additions and 1 deletions

View File

@@ -1,5 +1,30 @@
# Changelog # Changelog
## Version v4.5.0 (2025-03-04)
### Features
- add showSearch toggle (#480) (1231dd87)
- update eslint to 9.21.0 (8b5d2201)
- update to react 19 and next.js 15.2 (1687f930)
- restore scroll position when navigating back (5484b04c)
### Fixes
- uri-encode tag when used as query parameter (#472) (86c446b7)
### Chores and tidying
- **deps:** update dependency @types/node to v22.13.9 (#501) (d364a120)
- **deps:** update nextjs monorepo to v15.2.1 (#477) (81758057)
- remove superfluous Dialog component and deps (d6b41d0f)
- update postcss-nested and postcss-preset-env to latest versions (45d9015e)
- update prettier and related plugins (e2df29a1)
- update demo entry with code highlighting and bump dependencies (3315d8ca)
- ignore /techradar/ (953432c9)
- update commitlint and husky dependencies (bef138f7)
- bump version to 4.5.0-rc.1 (0d230035)
## Version v4.4.0 (2024-07-01) ## Version v4.4.0 (2024-07-01)
### Features ### Features

View File

@@ -1,6 +1,6 @@
{ {
"name": "aoe_technology_radar", "name": "aoe_technology_radar",
"version": "4.5.0-rc.1", "version": "4.5.0",
"bin": { "bin": {
"techradar": "./bin/techradar.js" "techradar": "./bin/techradar.js"
}, },