Skip to content

Commit 0d0ead8

Browse files
committed
v0.0.9
1 parent e81a6f9 commit 0d0ead8

File tree

4 files changed

+23
-16
lines changed

4 files changed

+23
-16
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="0.0.9"></a>
2+
## [0.0.9](https://github.com/shardis/shardis/compare/v0.0.8...v0.0.9) (2017-04-22)
3+
4+
5+
### Features
6+
7+
* **core:** update all libraries and switch to Angular 4.0.2 ([1938cb8](https://github.com/shardis/shardis/commit/1938cb8))
8+
* **core:** update gradle to 3.5 ([75cf40b](https://github.com/shardis/shardis/commit/75cf40b))
9+
* **core:** update spring boot to 1.5.3.RELEASE ([a772b5a](https://github.com/shardis/shardis/commit/a772b5a))
10+
* **frontend:** update angular to 4.0.3 ([e81a6f9](https://github.com/shardis/shardis/commit/e81a6f9))
11+
* **frontend:** update clarity to 0.9.1 ([6d70420](https://github.com/shardis/shardis/commit/6d70420))
12+
13+
14+
115
<a name="0.0.8"></a>
216
## [0.0.8](https://github.com/shardis/shardis/compare/v0.0.7...v0.0.8) (2017-04-20)
317

README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,24 +63,17 @@ This project is still a work in progress
6363

6464
## Changelog
6565

66-
<a name="0.0.8"></a>
67-
## [0.0.8](https://github.com/shardis/shardis/compare/v0.0.7...v0.0.8) (2017-04-20)
66+
<a name="0.0.9"></a>
67+
## [0.0.9](https://github.com/shardis/shardis/compare/v0.0.8...v0.0.9) (2017-04-22)
6868

6969

7070
### Features
7171

72-
* **axon:** add axon framework dependency ([d055b43](https://github.com/shardis/shardis/commit/d055b43))
73-
* **axon:** add axon tables to generated schema.sql ([2a5f298](https://github.com/shardis/shardis/commit/2a5f298))
74-
* **frontend:** downgrade zone.js version to 0.7.2 ([101b541](https://github.com/shardis/shardis/commit/101b541))
75-
* **frontend:** update angular-cli to 1.0.0 ([4c4bb85](https://github.com/shardis/shardis/commit/4c4bb85))
76-
* **frontend:** update angular-cli to 1.0.0-rc.4 ([fc3316a](https://github.com/shardis/shardis/commit/fc3316a))
77-
* **frontend:** update clarity to 0.8.12 ([d282bf3](https://github.com/shardis/shardis/commit/d282bf3))
78-
* **frontend:** update karma-coverage-istanbul-reporter to 1.0.0 ([e986341](https://github.com/shardis/shardis/commit/e986341))
79-
* **frontend:** update ngrx effects to 2.0.2 ([145483d](https://github.com/shardis/shardis/commit/145483d))
80-
* **frontend:** update ngrx store-devtools to 3.2.4 ([4097a76](https://github.com/shardis/shardis/commit/4097a76))
81-
* **frontend:** update node to 7.7.4 ([cf49980](https://github.com/shardis/shardis/commit/cf49980))
82-
* **frontend:** update ts-node to 3.0.0 ([afe746d](https://github.com/shardis/shardis/commit/afe746d))
83-
* **frontend:** update ts-node to 3.0.2 ([566d4be](https://github.com/shardis/shardis/commit/566d4be))
72+
* **core:** update all libraries and switch to Angular 4.0.2 ([1938cb8](https://github.com/shardis/shardis/commit/1938cb8))
73+
* **core:** update gradle to 3.5 ([75cf40b](https://github.com/shardis/shardis/commit/75cf40b))
74+
* **core:** update spring boot to 1.5.3.RELEASE ([a772b5a](https://github.com/shardis/shardis/commit/a772b5a))
75+
* **frontend:** update angular to 4.0.3 ([e81a6f9](https://github.com/shardis/shardis/commit/e81a6f9))
76+
* **frontend:** update clarity to 0.9.1 ([6d70420](https://github.com/shardis/shardis/commit/6d70420))
8477

8578

8679
[CHANGELOG.md](CHANGELOG.md)

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
1111
import org.jetbrains.kotlin.noarg.gradle.NoArgExtension
1212

1313
group = "com.shardis"
14-
version = "0.0.9-SNAPSHOT"
14+
version = "0.0.9"
1515

1616
buildscript {
1717

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

0 commit comments

Comments
 (0)