From d586c0d1d391a036ee07dcd32dd8f8679dfa7f42 Mon Sep 17 00:00:00 2001 From: Junior Date: Fri, 2 Feb 2024 14:59:56 +0100 Subject: [PATCH] ny version --- CHANGELOG.md | 2 ++ projects/komponentkartan/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd39febc..601fe230 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). +# 11.0.2 (2024-02-02) +- Fixed bug in selectablelist and added new input for user to be able to disable selection of first row when active # 11.0.1 (2024-01-17) - Fixed issue that submenu didnt always work and also that the scroll wasnt always updated # 11.0.0 (2024-01-12) diff --git a/projects/komponentkartan/package.json b/projects/komponentkartan/package.json index d7de1eab..07dfb648 100644 --- a/projects/komponentkartan/package.json +++ b/projects/komponentkartan/package.json @@ -1,6 +1,6 @@ { "name": "vgr-komponentkartan", - "version": "11.0.1", + "version": "11.0.2", "peerDependencies": { "@angular/cdk": ">=17.0.0", "@angular/common": ">=17.0.0",