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

Commit 2c683b6

Browse files
authored
Merge pull request #25 from qjon/develop
v3.1.2
2 parents 41ce652 + 65823ba commit 2c683b6

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ At the end do not forget to add this effects to your app.
270270

271271
## Changes
272272

273-
### v3.1.1
273+
### v3.1.2
274274
* fix Item template error
275275
* update bootstrap to 4.1.3
276276

config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rign/angular2-tree",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"license": "MIT",
55
"angular-cli": {},
66
"scripts": {

demo/src/app/treeTwo/newItem.component.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.tree-item {
2-
display: block;
32
margin: 10px 0;
43
padding: 10px 5px;
54
line-height: 30px;

demo/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</head>
1111
<body>
1212
<div class="container">
13-
<h1>Angular2 - Tree v3.1.0</h1>
13+
<h1>Angular2 - Tree v3.1.2</h1>
1414

1515
<app-root>Loading...</app-root>
1616
</div>

e2e/app.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('e2e App', () => {
1717

1818
it('should display welcome message', () => {
1919
page.navigateTo();
20-
expect(page.getTitle()).toEqual('Angular2 - Tree v3.1.0');
20+
expect(page.getTitle()).toEqual('Angular2 - Tree v3.1.2');
2121
});
2222

2323
describe('add node', () => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rign/angular2-tree",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"license": "MIT",
55
"angular-cli": {},
66
"scripts": {

0 commit comments

Comments
 (0)