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

Commit ab80b2a

Browse files
committed
chore(version): Release
1 parent f2ab185 commit ab80b2a

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="1.30.1"></a>
2+
## [1.30.1](https://github.com/rucken/core/compare/1.30.0...1.30.1) (2018-01-12)
3+
4+
5+
### Bug Fixes
6+
7+
* **base-resource-select-input:** Set default value for inputReadonly to false ([d70152a](https://github.com/rucken/core/commit/d70152a))
8+
* **navbar:** Remove show changelog modal on first open site ([20d40e3](https://github.com/rucken/core/commit/20d40e3))
9+
* **select-input:** Add ignore errors if item prop is readonly ([c4038fc](https://github.com/rucken/core/commit/c4038fc))
10+
11+
12+
113
<a name="1.30.0"></a>
214
# [1.30.0](https://github.com/rucken/core/compare/1.29.1...1.30.0) (2018-01-10)
315

apps/demo/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<meta charset="utf-8">
33
<title>Rucken: Demo</title>
44
<base href="/">
5-
<meta name="version" content="1.30.0">
5+
<meta name="version" content="1.30.1">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<link rel="icon" type="image/x-icon" href="favicon.ico">
88
<link href="assets/css/please-wait.css" rel="stylesheet">

libs/core/src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rucken/core",
3-
"version": "1.30.0",
3+
"version": "1.30.1",
44
"description": "Core with base class and admin entities for application maked on Angular5+",
55
"keywords": [
66
"ngx",

libs/web/src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rucken/web",
3-
"version": "1.30.0",
3+
"version": "1.30.1",
44
"description": "Base components, services and ui for admin entities for application maked on Angular5+",
55
"keywords": [
66
"ngx",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rucken",
3-
"version": "1.30.0",
3+
"version": "1.30.1",
44
"license": "MIT",
55
"author": "EndyKaufman <admin@site15.ru>",
66
"engines": {

0 commit comments

Comments
 (0)