Skip to content

Commit 4384680

Browse files
committed
v0.0.3
1 parent 198b281 commit 4384680

File tree

4 files changed

+39
-24
lines changed

4 files changed

+39
-24
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
<a name="0.0.3"></a>
2+
## [0.0.3](https://github.com/shardis/shardis/compare/v0.0.2...v0.0.3) (2017-02-02)
3+
4+
5+
### Bug Fixes
6+
7+
* **phantomjs:** set DEFAULT_TIMEOUT_INTERVAL for jasmine ([ce30d62](https://github.com/shardis/shardis/commit/ce30d62))
8+
9+
10+
### Features
11+
12+
* **core:** update spring boot to 1.4.4.RELEASE ([8018c93](https://github.com/shardis/shardis/commit/8018c93))
13+
* **core:** update spring boot to 1.5.1.RELEASE ([0b13c03](https://github.com/shardis/shardis/commit/0b13c03))
14+
* **frontend:** add auth module and refacor app structure ([c3c23d5](https://github.com/shardis/shardis/commit/c3c23d5))
15+
* **frontend:** add clarity login page component ([b34e635](https://github.com/shardis/shardis/commit/b34e635))
16+
* **frontend:** connect [@ngrx](https://github.com/ngrx)/router-store to application ([dfeb3c9](https://github.com/shardis/shardis/commit/dfeb3c9))
17+
* **frontend:** turn on noImplicitAny option ([4ecab3f](https://github.com/shardis/shardis/commit/4ecab3f))
18+
* **frontend:** update angular to 2.4.4. ([fd44edb](https://github.com/shardis/shardis/commit/fd44edb))
19+
* **frontend:** update angular to 2.4.5 ([af3ef09](https://github.com/shardis/shardis/commit/af3ef09))
20+
* **frontend:** update angular-cli to 1.0.0-beta26 ([f69a203](https://github.com/shardis/shardis/commit/f69a203))
21+
* **frontend:** update node to 7.5.0 ([198b281](https://github.com/shardis/shardis/commit/198b281))
22+
23+
24+
125
<a name="0.0.2"></a>
226
## [0.0.2](https://github.com/shardis/shardis/compare/v0.0.1...v0.0.2) (2017-01-14)
327

README.md

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -65,36 +65,27 @@ This project is still a work in progress
6565

6666
## Changelog
6767

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)
68+
<a name="0.0.3"></a>
69+
## [0.0.3](https://github.com/shardis/shardis/compare/v0.0.2...v0.0.3) (2017-02-02)
7070

7171

7272
### Bug Fixes
7373

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))
74+
* **phantomjs:** set DEFAULT_TIMEOUT_INTERVAL for jasmine ([ce30d62](https://github.com/shardis/shardis/commit/ce30d62))
8275

8376

8477
### Features
8578

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))
79+
* **core:** update spring boot to 1.4.4.RELEASE ([8018c93](https://github.com/shardis/shardis/commit/8018c93))
80+
* **core:** update spring boot to 1.5.1.RELEASE ([0b13c03](https://github.com/shardis/shardis/commit/0b13c03))
81+
* **frontend:** add auth module and refacor app structure ([c3c23d5](https://github.com/shardis/shardis/commit/c3c23d5))
82+
* **frontend:** add clarity login page component ([b34e635](https://github.com/shardis/shardis/commit/b34e635))
83+
* **frontend:** connect [@ngrx](https://github.com/ngrx)/router-store to application ([dfeb3c9](https://github.com/shardis/shardis/commit/dfeb3c9))
84+
* **frontend:** turn on noImplicitAny option ([4ecab3f](https://github.com/shardis/shardis/commit/4ecab3f))
85+
* **frontend:** update angular to 2.4.4. ([fd44edb](https://github.com/shardis/shardis/commit/fd44edb))
86+
* **frontend:** update angular to 2.4.5 ([af3ef09](https://github.com/shardis/shardis/commit/af3ef09))
87+
* **frontend:** update angular-cli to 1.0.0-beta26 ([f69a203](https://github.com/shardis/shardis/commit/f69a203))
88+
* **frontend:** update node to 7.5.0 ([198b281](https://github.com/shardis/shardis/commit/198b281))
9889

9990

10091

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jar {
4444
}
4545

4646
group = "com.shardis"
47-
version = "0.0.3-SNAPSHOT"
47+
version = "0.0.3"
4848

4949
sourceCompatibility = 1.8
5050
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.3-SNAPSHOT",
3+
"version": "0.0.3",
44
"description": "shardis project",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)