Skip to content

Commit 22a192f

Browse files
committed
v0.0.5
1 parent ede3144 commit 22a192f

File tree

4 files changed

+37
-17
lines changed

4 files changed

+37
-17
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
<a name="0.0.5"></a>
2+
## [0.0.5](https://github.com/shardis/shardis/compare/v0.0.4...v0.0.5) (2017-02-17)
3+
4+
5+
### Bug Fixes
6+
7+
* **"scripts":** fix condition in yarnw script ([b4f398a](https://github.com/shardis/shardis/commit/b4f398a))
8+
9+
10+
### Features
11+
12+
* **core:** add querydsl ([0d26012](https://github.com/shardis/shardis/commit/0d26012))
13+
* **core:** update angular-cli to 1.0.0-beta.31 and yarn to 0.20.0 ([3759a83](https://github.com/shardis/shardis/commit/3759a83))
14+
* **core:** update angular-cli to 1.0.0-beta.32.3 ([ede3144](https://github.com/shardis/shardis/commit/ede3144))
15+
* **core:** update kotlin to 1.1.0-rc-91 ([cae7e73](https://github.com/shardis/shardis/commit/cae7e73))
16+
* **core:** update yarn to 0.20.3 ([490cc0f](https://github.com/shardis/shardis/commit/490cc0f))
17+
* **frontend:** add ng2-webstorage package ([79b08b0](https://github.com/shardis/shardis/commit/79b08b0))
18+
* **frontend:** store jwt in local storage ([761435b](https://github.com/shardis/shardis/commit/761435b))
19+
* **frontend:** update clarity to 0.8.7 ([2967486](https://github.com/shardis/shardis/commit/2967486))
20+
* **frontend:** use [@ngrx](https://github.com/ngrx)/effects for authentication ([a98aca1](https://github.com/shardis/shardis/commit/a98aca1))
21+
22+
23+
124
<a name="0.0.4"></a>
225
## [0.0.4](https://github.com/shardis/shardis/compare/v0.0.3...v0.0.4) (2017-02-09)
326

README.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -61,29 +61,26 @@ This project is still a work in progress
6161

6262
## Changelog
6363

64-
<a name="0.0.4"></a>
65-
## [0.0.4](https://github.com/shardis/shardis/compare/v0.0.3...v0.0.4) (2017-02-09)
64+
<a name="0.0.5"></a>
65+
## [0.0.5](https://github.com/shardis/shardis/compare/v0.0.4...v0.0.5) (2017-02-17)
6666

6767

6868
### Bug Fixes
6969

70-
* **frontend:** temporary use lazy loaded routes with aot (fixes [#1](https://github.com/shardis/shardis/issues/1)) ([a24eed8](https://github.com/shardis/shardis/commit/a24eed8))
70+
* **"scripts":** fix condition in yarnw script ([b4f398a](https://github.com/shardis/shardis/commit/b4f398a))
7171

7272

7373
### Features
7474

75-
* **ci:** use chrome instead of phantomjs for ci testing ([548a0e7](https://github.com/shardis/shardis/commit/548a0e7))
76-
* **core:** add simple jwt authentication ([787dcef](https://github.com/shardis/shardis/commit/787dcef))
77-
* **core:** add spring dependency management plugin for gradle ([3433e96](https://github.com/shardis/shardis/commit/3433e96))
78-
* **core:** specify kotlin api version ([089ebcb](https://github.com/shardis/shardis/commit/089ebcb))
79-
* **core:** update angular to 2.4.6 ([0e2d996](https://github.com/shardis/shardis/commit/0e2d996))
80-
* **core:** update angular to 2.4.7 and clarity to 0.8.6 ([da070bc](https://github.com/shardis/shardis/commit/da070bc))
81-
* **core:** use gradle script kotlin and kotlin 1.1.0-beta-38 ([8eaf9f1](https://github.com/shardis/shardis/commit/8eaf9f1))
82-
* **frontend:** add store for authorization (basic stub) ([df83f9a](https://github.com/shardis/shardis/commit/df83f9a))
83-
* **frontend:** login form (work in progress) ([c5f9418](https://github.com/shardis/shardis/commit/c5f9418))
84-
* **frontend:** update angular-cli to 1.0.0-beta.30 ([ea88357](https://github.com/shardis/shardis/commit/ea88357))
85-
* **tests:** remove phantomjs ([2565d5a](https://github.com/shardis/shardis/commit/2565d5a))
86-
75+
* **core:** add querydsl ([0d26012](https://github.com/shardis/shardis/commit/0d26012))
76+
* **core:** update angular-cli to 1.0.0-beta.31 and yarn to 0.20.0 ([3759a83](https://github.com/shardis/shardis/commit/3759a83))
77+
* **core:** update angular-cli to 1.0.0-beta.32.3 ([ede3144](https://github.com/shardis/shardis/commit/ede3144))
78+
* **core:** update kotlin to 1.1.0-rc-91 ([cae7e73](https://github.com/shardis/shardis/commit/cae7e73))
79+
* **core:** update yarn to 0.20.3 ([490cc0f](https://github.com/shardis/shardis/commit/490cc0f))
80+
* **frontend:** add ng2-webstorage package ([79b08b0](https://github.com/shardis/shardis/commit/79b08b0))
81+
* **frontend:** store jwt in local storage ([761435b](https://github.com/shardis/shardis/commit/761435b))
82+
* **frontend:** update clarity to 0.8.7 ([2967486](https://github.com/shardis/shardis/commit/2967486))
83+
* **frontend:** use [@ngrx](https://github.com/ngrx)/effects for authentication ([a98aca1](https://github.com/shardis/shardis/commit/a98aca1))
8784

8885

8986
[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.5-SNAPSHOT"
12+
version = "0.0.5"
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.5-SNAPSHOT",
3+
"version": "0.0.5",
44
"description": "shardis project",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)