From 3054501814c69c3476eecabb6ff69ce99702bc86 Mon Sep 17 00:00:00 2001 From: Junior Date: Tue, 20 Aug 2024 09:08:04 +0200 Subject: [PATCH] ny version 12.0.1 --- CHANGELOG.md | 2 ++ projects/komponentkartan/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81bf35da..bf5275bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Change-log](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +# 12.0.1 (2024-08-20) +- Fixed bugg for scrollbar in different components. # 12.0.0 (2024-08-19) - Upgraded to Angular 18. # 11.0.2 (2024-02-02) diff --git a/projects/komponentkartan/package.json b/projects/komponentkartan/package.json index 7279425a..5bbb1da2 100644 --- a/projects/komponentkartan/package.json +++ b/projects/komponentkartan/package.json @@ -1,6 +1,6 @@ { "name": "vgr-komponentkartan", - "version": "12.0.0", + "version": "12.0.1", "peerDependencies": { "@angular/cdk": ">=17.0.0", "@angular/common": ">=17.0.0",