Skip to content

Commit

Permalink
release @alyle/ui 2.3.1 🎉
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Enlcxx committed Feb 10, 2019
1 parent 1e903b5 commit b6cbc32
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .package.conf.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 2.3.0
lastUpdate: '2019-02-07T06:21:45.408Z'
version: 2.3.1
lastUpdate: '2019-02-10T19:10:53.399Z'
components:
'@alyle/ui': /
'@alyle/ui/grid': grid
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.3.1](https://github.com/A-l-y-l-e/Alyle-UI/compare/2.3.0...2.3.1) (2019-02-10)


### Bug Fixes

* **select:** fix bug when a new value is established in multiple selection ([210ae61](https://github.com/A-l-y-l-e/Alyle-UI/commit/210ae61))



# [2.3.0](https://github.com/A-l-y-l-e/Alyle-UI/compare/2.1.2...2.3.0) (2019-02-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alyle-ui-srcs",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",
"scripts": {
"start": "ng serve --port 1111--source-map=false",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alyle/ui",
"version": "2.3.0",
"version": "2.3.1",
"description": "Minimal Design, a set of components for Angular",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
4 changes: 2 additions & 2 deletions src/lib/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const AUI_VERSION = '2.3.0';
export const AUI_LAST_UPDATE = '2019-02-07T06:21:45.408Z';
export const AUI_VERSION = '2.3.1';
export const AUI_LAST_UPDATE = '2019-02-10T19:10:53.399Z';

0 comments on commit b6cbc32

Please sign in to comment.