Skip to content

Commit

Permalink
exporterade selectablelist.service och ny version (10.3.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
aljlo2 committed Dec 1, 2023
1 parent a054dea commit 9d8f3d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,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).

# 10.3.1 (2023-12-01)
- Exported `vgr-selectablelist.service`
# 10.3.0 (2023-10-26)
- Added new component `vgr-selectablelist`
# 10.2.0 (2023-09-29)
Expand Down
2 changes: 1 addition & 1 deletion projects/komponentkartan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vgr-komponentkartan",
"version": "10.3.0",
"version": "10.3.1",
"peerDependencies": {
"@angular/cdk": ">=14.2.3",
"@angular/common": ">=14.2.4",
Expand Down
1 change: 1 addition & 0 deletions projects/komponentkartan/src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,6 @@ export { SelectablelistRowComponent } from './controls/selectablelist/selectable
export { SelectablelistHeaderColumnComponent } from './controls/selectablelist/selectablelist.header-column.component';
export { SelectablelistHeaderComponent } from './controls/selectablelist/selectablelist.header.component';
export { SelectablelistColumnComponent } from './controls/selectablelist/selectablelist.column.component';
export { SelectablelistService } from './controls/selectablelist/selectablelist.service';

export { Guid } from './utils/guid';
1 change: 1 addition & 0 deletions projects/komponentkartan/src/lib/komponentkartan.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
type.ModalService,
type.BrowserDetector,
type.TabManagementService,
type.SelectablelistService,
type.PaginationManagementService,
{ provide: LOCALE_ID, useValue: 'sv-SE' },
// {
Expand Down

0 comments on commit 9d8f3d2

Please sign in to comment.