Skip to content

Commit cd5dc5d

Browse files
committed
v0.0.2
1 parent 6368a35 commit cd5dc5d

File tree

4 files changed

+69
-2
lines changed

4 files changed

+69
-2
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
<a name="0.0.2"></a>
2+
## [0.0.2](https://github.com/shardis/shardis/compare/v0.0.1...v0.0.2) (2017-01-14)
3+
4+
5+
### Bug Fixes
6+
7+
* **frontend:** disable gradle deamon ([96edf86](https://github.com/shardis/shardis/commit/96edf86))
8+
* **frontend:** downgrade node to 6.9.3 due to issues on windows ([a211307](https://github.com/shardis/shardis/commit/a211307))
9+
* **frontend:** re-enable gradle deamon ([21a6ebf](https://github.com/shardis/shardis/commit/21a6ebf))
10+
* **frontend:** remove hmr code ([fab9344](https://github.com/shardis/shardis/commit/fab9344))
11+
* **frontend:** update node back to 7.4.0 ([33d2387](https://github.com/shardis/shardis/commit/33d2387))
12+
* **tests:** fix phantomjs timeout on window ([139b2ea](https://github.com/shardis/shardis/commit/139b2ea))
13+
* **yarn:** fix yarnw unix wrapper after gradle node plugin update ([2231cad](https://github.com/shardis/shardis/commit/2231cad))
14+
* **yarn:** fix yarnw windows wrapper after gradle node plugin update ([aaafc4d](https://github.com/shardis/shardis/commit/aaafc4d))
15+
16+
17+
### Features
18+
19+
* **core:** add custom ResourceResolver instead of using ErrorPageRegistrar ([9b0a49b](https://github.com/shardis/shardis/commit/9b0a49b))
20+
* **core:** add evers configuration for auditing ([6368a35](https://github.com/shardis/shardis/commit/6368a35))
21+
* **core:** add hibernate-jpamodelgen to generate jpa metamodel ([5ac232f](https://github.com/shardis/shardis/commit/5ac232f))
22+
* **core:** add jwt security (backend) ([040ff28](https://github.com/shardis/shardis/commit/040ff28))
23+
* **core:** add spring-data-jpa, spring security, auto sql schema generation ([1290bd8](https://github.com/shardis/shardis/commit/1290bd8))
24+
* **core:** passing project version from gradle to app ([b5a351d](https://github.com/shardis/shardis/commit/b5a351d))
25+
* **core:** undertow as default container ([4aaa830](https://github.com/shardis/shardis/commit/4aaa830))
26+
* **core:** upgrade gradle wrapper to 3.3 ([55cfb90](https://github.com/shardis/shardis/commit/55cfb90))
27+
* **frontend:** add [@ngrx](https://github.com/ngrx)/store with sample counter component ([d5ec07a](https://github.com/shardis/shardis/commit/d5ec07a))
28+
* **frontend:** add extract-css flag to build scripts ([32be8e0](https://github.com/shardis/shardis/commit/32be8e0))
29+
* **frontend:** update angular-cli to 1.0.0-beta25.5 ([341bb9b](https://github.com/shardis/shardis/commit/341bb9b))
30+
* **test:** ads AppVeyor tests on windows ([85418a4](https://github.com/shardis/shardis/commit/85418a4))
31+
32+
33+
134
<a name="0.0.1"></a>
235
## [0.0.1](https://github.com/shardis/shardis/compare/46c7d6a...v0.0.1) (2017-01-03)
336

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,38 @@ This project is still a work in progress
6464
```
6565

6666
## Changelog
67+
68+
<a name="0.0.2"></a>
69+
## [0.0.2](https://github.com/shardis/shardis/compare/v0.0.1...v0.0.2) (2017-01-14)
70+
71+
72+
### Bug Fixes
73+
74+
* **frontend:** disable gradle deamon ([96edf86](https://github.com/shardis/shardis/commit/96edf86))
75+
* **frontend:** downgrade node to 6.9.3 due to issues on windows ([a211307](https://github.com/shardis/shardis/commit/a211307))
76+
* **frontend:** re-enable gradle deamon ([21a6ebf](https://github.com/shardis/shardis/commit/21a6ebf))
77+
* **frontend:** remove hmr code ([fab9344](https://github.com/shardis/shardis/commit/fab9344))
78+
* **frontend:** update node back to 7.4.0 ([33d2387](https://github.com/shardis/shardis/commit/33d2387))
79+
* **tests:** fix phantomjs timeout on window ([139b2ea](https://github.com/shardis/shardis/commit/139b2ea))
80+
* **yarn:** fix yarnw unix wrapper after gradle node plugin update ([2231cad](https://github.com/shardis/shardis/commit/2231cad))
81+
* **yarn:** fix yarnw windows wrapper after gradle node plugin update ([aaafc4d](https://github.com/shardis/shardis/commit/aaafc4d))
82+
83+
84+
### Features
85+
86+
* **core:** add custom ResourceResolver instead of using ErrorPageRegistrar ([9b0a49b](https://github.com/shardis/shardis/commit/9b0a49b))
87+
* **core:** add evers configuration for auditing ([6368a35](https://github.com/shardis/shardis/commit/6368a35))
88+
* **core:** add hibernate-jpamodelgen to generate jpa metamodel ([5ac232f](https://github.com/shardis/shardis/commit/5ac232f))
89+
* **core:** add jwt security (backend) ([040ff28](https://github.com/shardis/shardis/commit/040ff28))
90+
* **core:** add spring-data-jpa, spring security, auto sql schema generation ([1290bd8](https://github.com/shardis/shardis/commit/1290bd8))
91+
* **core:** passing project version from gradle to app ([b5a351d](https://github.com/shardis/shardis/commit/b5a351d))
92+
* **core:** undertow as default container ([4aaa830](https://github.com/shardis/shardis/commit/4aaa830))
93+
* **core:** upgrade gradle wrapper to 3.3 ([55cfb90](https://github.com/shardis/shardis/commit/55cfb90))
94+
* **frontend:** add [@ngrx](https://github.com/ngrx)/store with sample counter component ([d5ec07a](https://github.com/shardis/shardis/commit/d5ec07a))
95+
* **frontend:** add extract-css flag to build scripts ([32be8e0](https://github.com/shardis/shardis/commit/32be8e0))
96+
* **frontend:** update angular-cli to 1.0.0-beta25.5 ([341bb9b](https://github.com/shardis/shardis/commit/341bb9b))
97+
* **test:** ads AppVeyor tests on windows ([85418a4](https://github.com/shardis/shardis/commit/85418a4))
98+
99+
100+
67101
[CHANGELOG.md](CHANGELOG.md)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ apply plugin: "com.moowork.node"
4343
apply plugin: "jacoco"
4444

4545
group = "com.shardis"
46-
version = "0.0.2-SNAPSHOT"
46+
version = "0.0.2"
4747

4848
sourceCompatibility = 1.8
4949
targetCompatibility = 1.8

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.2-SNAPSHOT",
3+
"version": "0.0.2",
44
"description": "shardis project",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)