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

Commit

Permalink
chore(version): Release
Browse files Browse the repository at this point in the history
  • Loading branch information
EndyKaufman committed Jan 12, 2018
1 parent f2ab185 commit ab80b2a
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="1.30.1"></a>
## [1.30.1](https://github.com/rucken/core/compare/1.30.0...1.30.1) (2018-01-12)


### Bug Fixes

* **base-resource-select-input:** Set default value for inputReadonly to false ([d70152a](https://github.com/rucken/core/commit/d70152a))
* **navbar:** Remove show changelog modal on first open site ([20d40e3](https://github.com/rucken/core/commit/20d40e3))
* **select-input:** Add ignore errors if item prop is readonly ([c4038fc](https://github.com/rucken/core/commit/c4038fc))



<a name="1.30.0"></a>
# [1.30.0](https://github.com/rucken/core/compare/1.29.1...1.30.0) (2018-01-10)

Expand Down
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.30.0">
<meta name="version" content="1.30.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,6 +1,6 @@
{
"name": "@rucken/core",
"version": "1.30.0",
"version": "1.30.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,6 +1,6 @@
{
"name": "@rucken/web",
"version": "1.30.0",
"version": "1.30.1",
"description": "Base components, services and ui for admin entities for application maked on Angular5+",
"keywords": [
"ngx",
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": "1.30.0",
"version": "1.30.1",
"license": "MIT",
"author": "EndyKaufman <[email protected]>",
"engines": {
Expand Down

0 comments on commit ab80b2a

Please sign in to comment.