Skip to content

Commit 4b7d5ed

Browse files
committed
v0.0.6
1 parent d2f7531 commit 4b7d5ed

File tree

4 files changed

+54
-14
lines changed

4 files changed

+54
-14
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
<a name="0.0.6"></a>
2+
## [0.0.6](https://github.com/shardis/shardis/compare/v0.0.5...v0.0.6) (2017-02-26)
3+
4+
5+
### Bug Fixes
6+
7+
* **ci:** fix appveyor build ([bc6b56a](https://github.com/shardis/shardis/commit/bc6b56a))
8+
* **scripts:** fixed npmw.cmd script ([7fbf8c7](https://github.com/shardis/shardis/commit/7fbf8c7))
9+
10+
11+
### Features
12+
13+
* **core:** avoid rebuilding angular app when no changes ([0eea644](https://github.com/shardis/shardis/commit/0eea644))
14+
* **core:** update angular-cli to 1.0.0-rc.0 ([6f92500](https://github.com/shardis/shardis/commit/6f92500))
15+
* **core:** update gradle to 3.4 ([5625708](https://github.com/shardis/shardis/commit/5625708))
16+
* **fronted:** update node to 7.6.0 ([bb3d312](https://github.com/shardis/shardis/commit/bb3d312))
17+
* **fronted:** update npm to 4.3.0 ([3a7ef7e](https://github.com/shardis/shardis/commit/3a7ef7e))
18+
* **frontend:** add npm-check package and upgrade-interactive script ([6c30bfa](https://github.com/shardis/shardis/commit/6c30bfa))
19+
* **frontend:** replace yarn with npm ([b710c4a](https://github.com/shardis/shardis/commit/b710c4a))
20+
* **frontend:** run angular e2e tests after unit tests - also as part of ci build ([b32896f](https://github.com/shardis/shardis/commit/b32896f))
21+
* **frontend:** update angular to 2.4.8 ([b987164](https://github.com/shardis/shardis/commit/b987164))
22+
* **frontend:** update clarity to 0.8.8 ([23a660b](https://github.com/shardis/shardis/commit/23a660b))
23+
* **frontend:** update typescript to 2.2.1 ([07b0254](https://github.com/shardis/shardis/commit/07b0254))
24+
* **frontend:** use ng e2e instead of calling protractor ([97e010f](https://github.com/shardis/shardis/commit/97e010f))
25+
26+
27+
### BREAKING CHANGES
28+
29+
* frontend: Yarn is great but have to many compatibility issues. Now project use npm instead.
30+
31+
32+
133
<a name="0.0.5"></a>
234
## [0.0.5](https://github.com/shardis/shardis/compare/v0.0.4...v0.0.5) (2017-02-17)
335

README.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,26 +63,34 @@ This project is still a work in progress
6363

6464
## Changelog
6565

66-
<a name="0.0.5"></a>
67-
## [0.0.5](https://github.com/shardis/shardis/compare/v0.0.4...v0.0.5) (2017-02-17)
66+
<a name="0.0.6"></a>
67+
## [0.0.6](https://github.com/shardis/shardis/compare/v0.0.5...v0.0.6) (2017-02-26)
6868

6969

7070
### Bug Fixes
7171

72-
* **"scripts":** fix condition in yarnw script ([b4f398a](https://github.com/shardis/shardis/commit/b4f398a))
72+
* **ci:** fix appveyor build ([bc6b56a](https://github.com/shardis/shardis/commit/bc6b56a))
73+
* **scripts:** fixed npmw.cmd script ([7fbf8c7](https://github.com/shardis/shardis/commit/7fbf8c7))
7374

7475

7576
### Features
7677

77-
* **core:** add querydsl ([0d26012](https://github.com/shardis/shardis/commit/0d26012))
78-
* **core:** update angular-cli to 1.0.0-beta.31 and yarn to 0.20.0 ([3759a83](https://github.com/shardis/shardis/commit/3759a83))
79-
* **core:** update angular-cli to 1.0.0-beta.32.3 ([ede3144](https://github.com/shardis/shardis/commit/ede3144))
80-
* **core:** update kotlin to 1.1.0-rc-91 ([cae7e73](https://github.com/shardis/shardis/commit/cae7e73))
81-
* **core:** update yarn to 0.20.3 ([490cc0f](https://github.com/shardis/shardis/commit/490cc0f))
82-
* **frontend:** add ng2-webstorage package ([79b08b0](https://github.com/shardis/shardis/commit/79b08b0))
83-
* **frontend:** store jwt in local storage ([761435b](https://github.com/shardis/shardis/commit/761435b))
84-
* **frontend:** update clarity to 0.8.7 ([2967486](https://github.com/shardis/shardis/commit/2967486))
85-
* **frontend:** use [@ngrx](https://github.com/ngrx)/effects for authentication ([a98aca1](https://github.com/shardis/shardis/commit/a98aca1))
78+
* **core:** avoid rebuilding angular app when no changes ([0eea644](https://github.com/shardis/shardis/commit/0eea644))
79+
* **core:** update angular-cli to 1.0.0-rc.0 ([6f92500](https://github.com/shardis/shardis/commit/6f92500))
80+
* **core:** update gradle to 3.4 ([5625708](https://github.com/shardis/shardis/commit/5625708))
81+
* **fronted:** update node to 7.6.0 ([bb3d312](https://github.com/shardis/shardis/commit/bb3d312))
82+
* **fronted:** update npm to 4.3.0 ([3a7ef7e](https://github.com/shardis/shardis/commit/3a7ef7e))
83+
* **frontend:** add npm-check package and upgrade-interactive script ([6c30bfa](https://github.com/shardis/shardis/commit/6c30bfa))
84+
* **frontend:** replace yarn with npm ([b710c4a](https://github.com/shardis/shardis/commit/b710c4a))
85+
* **frontend:** run angular e2e tests after unit tests - also as part of ci build ([b32896f](https://github.com/shardis/shardis/commit/b32896f))
86+
* **frontend:** update angular to 2.4.8 ([b987164](https://github.com/shardis/shardis/commit/b987164))
87+
* **frontend:** update clarity to 0.8.8 ([23a660b](https://github.com/shardis/shardis/commit/23a660b))
88+
* **frontend:** update typescript to 2.2.1 ([07b0254](https://github.com/shardis/shardis/commit/07b0254))
89+
* **frontend:** use ng e2e instead of calling protractor ([97e010f](https://github.com/shardis/shardis/commit/97e010f))
8690

8791

92+
### BREAKING CHANGES
93+
94+
* frontend: Yarn is great but have to many compatibility issues. Now project use npm instead.
95+
8896
[CHANGELOG.md](CHANGELOG.md)

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import org.gradle.testing.jacoco.tasks.JacocoReport
99
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
1010

1111
group = "com.shardis"
12-
version = "0.0.6-SNAPSHOT"
12+
version = "0.0.6"
1313

1414
buildscript {
1515

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shardis",
3-
"version": "0.0.6-SNAPSHOT",
3+
"version": "0.0.6",
44
"description": "shardis project",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)