Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Merge tag '3.9.0' into develop
Browse files Browse the repository at this point in the history
3.9.0
  • Loading branch information
EndyKaufman committed Feb 5, 2019
2 parents 084dce9 + ad85a3a commit a170e6b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.9.0](https://github.com/rucken/core/compare/3.8.1...3.9.0) (2019-02-05)


### Bug Fixes

* Update more constants names to UPPER_CASE, change config in auth module ([084dce9](https://github.com/rucken/core/commit/084dce9))


### Features

* Add BindIoInner decorator for all classes, remove more getter and setter and change them to use ngOnChange, change all BehaviorSubjects to BindObservable ([4a98023](https://github.com/rucken/core/commit/4a98023))



## [3.8.1](https://github.com/rucken/core/compare/3.8.0...3.8.1) (2019-01-27)


Expand Down
2 changes: 1 addition & 1 deletion libs/rucken/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rucken/core",
"version": "3.8.1",
"version": "3.9.0",
"engines": {
"node": ">=10",
"npm": ">=6.4.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { Component, ChangeDetectionStrategy } from '@angular/core';
import { BindIoInner } from 'ngx-bind-io';

@BindIoInner()
@Component({
selector: 'auth-empty-page',
template: '',
Expand Down
2 changes: 1 addition & 1 deletion libs/rucken/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rucken/web",
"version": "3.8.1",
"version": "3.9.0",
"engines": {
"node": ">=10",
"npm": ">=6.4.0"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rucken",
"version": "3.8.1",
"version": "3.9.0",
"engines": {
"node": ">=11",
"npm": ">=6.5.0"
Expand Down

0 comments on commit a170e6b

Please sign in to comment.