Skip to content

Commit 7f2430b

Browse files
committed
Bump release version
1 parent 391413f commit 7f2430b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2019 David Czeck.
3+
Copyright (c) 2020 David Czeck.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Angular Dual-Listbox
44
=========
55

6-
The **angular-dual-listbox** is an Angular 8 component that provides two lists controls side-by-side that allows items in one list to be selected and moved* to the other list via drag-and-drop and/or a button-based interface.
6+
The **angular-dual-listbox** is an Angular 10 component that provides two lists controls side-by-side that allows items in one list to be selected and moved* to the other list via drag-and-drop and/or a button-based interface.
77
The component supports multiple select options from the list, programatic setting of list sources, and layout with direction and button formatting.
88

99
A [working demo](http://czeckd.github.io/angular-dual-listbox/) shows the dual listbox in action.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dual-listbox",
33
"description": "Angular dual listbox",
4-
"version": "5.0.1",
4+
"version": "6.0.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/czeckd/angular-dual-listbox.git"
@@ -19,7 +19,7 @@
1919
"ng": "ng",
2020
"start": "ng serve",
2121
"build": "ng build",
22-
"dist": "ng build angular-dual-listbox && cp README.md LICENSE ./dist/angular-dual-listbox/",
22+
"dist": "ng build --prod angular-dual-listbox && cp README.md LICENSE ./dist/angular-dual-listbox/",
2323
"test": "ng test",
2424
"lint": "ng lint",
2525
"e2e": "ng e2e"

projects/angular-dual-listbox/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-dual-listbox",
33
"description": "Angular dual listbox",
4-
"version": "5.0.1",
4+
"version": "6.0.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/czeckd/angular-dual-listbox.git"
@@ -16,8 +16,8 @@
1616
"listbox"
1717
],
1818
"peerDependencies": {
19-
"@angular/common": ">=8.0.0",
20-
"@angular/core": ">=8.0.0"
19+
"@angular/common": ">=10.0.0",
20+
"@angular/core": ">=10.0.0"
2121
},
2222
"dependencies": {
2323
"tslib": "^2.0.0"

0 commit comments

Comments
 (0)