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

Commit

Permalink
Merge branch 'release/1.28.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
EndyKaufman committed Dec 6, 2017
2 parents 73d1cc6 + 899930f commit ca4ebff
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 49 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.28.1"></a>
## [1.28.1](https://github.com/rucken/core/compare/1.28.0...1.28.1) (2017-12-06)


### Bug Fixes

* **deps:** Update dependencies ([2bcba4d](https://github.com/rucken/core/commit/2bcba4d))



<a name="1.28.0"></a>
# [1.28.0](https://github.com/rucken/core/compare/1.27.1...1.28.0) (2017-12-04)

Expand Down
2 changes: 1 addition & 1 deletion apps/demo/src/app/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "rucken-demo",
"version": "1.28.0"
"version": "1.28.1"
}
2 changes: 1 addition & 1 deletion apps/demo/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<title>Rucken: Demo</title>
<base href="/">
<meta name="version" content="1.28.0">
<meta name="version" content="1.28.1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="assets/css/please-wait.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion libs/core/src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rucken/core",
"main": "index.js",
"version": "1.28.0",
"version": "1.28.1",
"description": "Core with base class and admin entities for application maked on Angular5+",
"keywords": [
"ngx",
Expand Down
2 changes: 1 addition & 1 deletion libs/web/src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rucken/web",
"main": "index.js",
"version": "1.28.0",
"version": "1.28.1",
"description": "Base components, services and ui for admin entities for application maked on Angular5+",
"keywords": [
"ngx",
Expand Down
110 changes: 70 additions & 40 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rucken",
"version": "1.28.0",
"version": "1.28.1",
"license": "MIT",
"author": "EndyKaufman <[email protected]>",
"engines": {
Expand Down Expand Up @@ -85,7 +85,7 @@
"@types/jasmine": "2.8.2",
"@types/lodash": "^4.14.87",
"@types/marked": "0.3.0",
"@types/node": "^8.0.54",
"@types/node": "^8.0.55",
"@types/requirejs": "^2.1.31",
"@types/webpack": "^3.8.1",
"angular2-ladda": "^1.2.2",
Expand All @@ -96,16 +96,16 @@
"intl": "^1.2.5",
"lodash": "^4.17.4",
"moment": "^2.19.3",
"ngx-bootstrap": "^2.0.0-beta.9",
"rxjs": "^5.5.3",
"ngx-bootstrap": "^2.0.0-beta.10",
"rxjs": "^5.5.5",
"text-mask-addons": "^3.7.1",
"tslib": "^1.8.0",
"zone.js": "^0.8.18"
},
"devDependencies": {
"@angular/cli": "1.5.5",
"@angular/compiler-cli": "5.0.5",
"@rucken/cli": "^1.3.4",
"@rucken/cli": "^1.4.0",
"codelyzer": "~4.0.1",
"conventional-changelog-cli": "^1.3.5",
"conventional-commits-detector": "^0.1.1",
Expand Down

0 comments on commit ca4ebff

Please sign in to comment.