Skip to content

Commit 0b7a4ba

Browse files
committed
v0.1.2
1 parent a7499c3 commit 0b7a4ba

File tree

4 files changed

+55
-20
lines changed

4 files changed

+55
-20
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.1.2"></a>
2+
## [0.1.2](https://github.com/shardis/shardis/compare/v0.1.1...v0.1.2) (2017-06-17)
3+
4+
5+
### Features
6+
7+
* **axon:** update axon framework to 3.0.5 ([c4ec75b](https://github.com/shardis/shardis/commit/c4ec75b))
8+
* **core:** update gradle dependency management plugin to 1.0.3.RELEASE ([1265775](https://github.com/shardis/shardis/commit/1265775))
9+
* **core:** update gradle node plugin to 1.2.0 ([0181280](https://github.com/shardis/shardis/commit/0181280))
10+
* **core:** update gradle to 4.0 ([5bbcdf8](https://github.com/shardis/shardis/commit/5bbcdf8))
11+
* **core:** update spring-boot to 1.5.4.RELEASE ([1780e5e](https://github.com/shardis/shardis/commit/1780e5e))
12+
* **frontend:** add intl and classlist.js polyfills ([18b1f67](https://github.com/shardis/shardis/commit/18b1f67))
13+
* **frontend:** add some strict typescript options ([43fc837](https://github.com/shardis/shardis/commit/43fc837))
14+
* **frontend:** enable strict null check ([8a3a069](https://github.com/shardis/shardis/commit/8a3a069))
15+
* **frontend:** package.json cleanup ([0da9361](https://github.com/shardis/shardis/commit/0da9361))
16+
* **frontend:** update angular to 4.2.2 ([74010af](https://github.com/shardis/shardis/commit/74010af))
17+
* **frontend:** update angular to 4.2.3 ([d5cdd28](https://github.com/shardis/shardis/commit/d5cdd28))
18+
* **frontend:** update angular-cli to 1.1.1 ([83bf299](https://github.com/shardis/shardis/commit/83bf299))
19+
* **frontend:** update angular-cli to 1.1.2 ([c9e6966](https://github.com/shardis/shardis/commit/c9e6966))
20+
* **frontend:** update clarity to 0.9.8 ([c8e4791](https://github.com/shardis/shardis/commit/c8e4791))
21+
* **frontend:** update clarity to 0.9.9 ([99009c8](https://github.com/shardis/shardis/commit/99009c8))
22+
* **frontend:** update node to 8.0.0 ([9166afa](https://github.com/shardis/shardis/commit/9166afa))
23+
* **frontend:** update node to 8.1.0 ([ec3fde7](https://github.com/shardis/shardis/commit/ec3fde7))
24+
* **frontend:** update node to 8.1.2 ([f2bf23b](https://github.com/shardis/shardis/commit/f2bf23b))
25+
26+
27+
### Reverts
28+
29+
* chore(frontend): update ts-node to 3.0.5 ([0a12302](https://github.com/shardis/shardis/commit/0a12302))
30+
31+
32+
133
<a name="0.1.1"></a>
234
## [0.1.1](https://github.com/shardis/shardis/compare/v0.1.0...v0.1.1) (2017-06-01)
335

README.md

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -65,27 +65,30 @@ cd shardis-frontend
6565

6666
## Changelog
6767

68-
<a name="0.1.1"></a>
69-
## [0.1.1](https://github.com/shardis/shardis/compare/v0.1.0...v0.1.1) (2017-06-01)
68+
<a name="0.1.2"></a>
69+
## [0.1.2](https://github.com/shardis/shardis/compare/v0.1.1...v0.1.2) (2017-06-17)
7070

7171

7272
### Features
7373

74-
* **frontend:** update angular to 4.1.2 ([12218d4](https://github.com/shardis/shardis/commit/12218d4))
75-
* **frontend:** update angular to 4.1.3 ([5550830](https://github.com/shardis/shardis/commit/5550830))
76-
* **frontend:** update angular-cli to 1.0.3 ([d423376](https://github.com/shardis/shardis/commit/d423376))
77-
* **frontend:** update angular-cli to 1.0.4 ([856cb58](https://github.com/shardis/shardis/commit/856cb58))
78-
* **frontend:** update angular-cli to 1.0.6 ([430a18e](https://github.com/shardis/shardis/commit/430a18e))
79-
* **frontend:** update angular-cli to 1.1.0 ([603e011](https://github.com/shardis/shardis/commit/603e011))
80-
* **frontend:** update clarity to 0.9.4-patch ([cc0a2ed](https://github.com/shardis/shardis/commit/cc0a2ed))
81-
* **frontend:** update clarity to 0.9.5 ([d9dade4](https://github.com/shardis/shardis/commit/d9dade4))
82-
* **frontend:** update clarity to 0.9.6 ([d7c9a29](https://github.com/shardis/shardis/commit/d7c9a29))
83-
* **frontend:** update clarity to 0.9.7 ([3ad78da](https://github.com/shardis/shardis/commit/3ad78da))
84-
* **frontend:** update ngrx-store-localstorage to 0.1.8 ([05ea2cd](https://github.com/shardis/shardis/commit/05ea2cd))
85-
* **frontend:** update typescript to 2.3.3 ([dbf4465](https://github.com/shardis/shardis/commit/dbf4465))
86-
* **frontend:** update typescript to 2.3.4 ([751120b](https://github.com/shardis/shardis/commit/751120b))
87-
* **frontend:** update yarn to 0.24.4 ([3d3f7e6](https://github.com/shardis/shardis/commit/3d3f7e6))
88-
* **frontend:** update yarn to 0.24.5 ([c658032](https://github.com/shardis/shardis/commit/c658032))
74+
* **axon:** update axon framework to 3.0.5 ([c4ec75b](https://github.com/shardis/shardis/commit/c4ec75b))
75+
* **core:** update gradle dependency management plugin to 1.0.3.RELEASE ([1265775](https://github.com/shardis/shardis/commit/1265775))
76+
* **core:** update gradle node plugin to 1.2.0 ([0181280](https://github.com/shardis/shardis/commit/0181280))
77+
* **core:** update gradle to 4.0 ([5bbcdf8](https://github.com/shardis/shardis/commit/5bbcdf8))
78+
* **core:** update spring-boot to 1.5.4.RELEASE ([1780e5e](https://github.com/shardis/shardis/commit/1780e5e))
79+
* **frontend:** add intl and classlist.js polyfills ([18b1f67](https://github.com/shardis/shardis/commit/18b1f67))
80+
* **frontend:** add some strict typescript options ([43fc837](https://github.com/shardis/shardis/commit/43fc837))
81+
* **frontend:** enable strict null check ([8a3a069](https://github.com/shardis/shardis/commit/8a3a069))
82+
* **frontend:** package.json cleanup ([0da9361](https://github.com/shardis/shardis/commit/0da9361))
83+
* **frontend:** update angular to 4.2.2 ([74010af](https://github.com/shardis/shardis/commit/74010af))
84+
* **frontend:** update angular to 4.2.3 ([d5cdd28](https://github.com/shardis/shardis/commit/d5cdd28))
85+
* **frontend:** update angular-cli to 1.1.1 ([83bf299](https://github.com/shardis/shardis/commit/83bf299))
86+
* **frontend:** update angular-cli to 1.1.2 ([c9e6966](https://github.com/shardis/shardis/commit/c9e6966))
87+
* **frontend:** update clarity to 0.9.8 ([c8e4791](https://github.com/shardis/shardis/commit/c8e4791))
88+
* **frontend:** update clarity to 0.9.9 ([99009c8](https://github.com/shardis/shardis/commit/99009c8))
89+
* **frontend:** update node to 8.0.0 ([9166afa](https://github.com/shardis/shardis/commit/9166afa))
90+
* **frontend:** update node to 8.1.0 ([ec3fde7](https://github.com/shardis/shardis/commit/ec3fde7))
91+
* **frontend:** update node to 8.1.2 ([f2bf23b](https://github.com/shardis/shardis/commit/f2bf23b))
8992

9093

9194
[CHANGELOG.md](CHANGELOG.md)

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import org.jetbrains.kotlin.noarg.gradle.NoArgExtension
88
allprojects {
99

1010
group = "com.shardis"
11-
version = "0.1.2-SNAPSHOT"
11+
version = "0.1.2"
1212

1313
repositories {
1414
mavenCentral()
@@ -87,7 +87,7 @@ subprojects {
8787
tasks.withType<JacocoReport> {
8888
reports.apply {
8989
html.isEnabled = true
90-
html.setDestination(file("${project.buildDir}/jacocoHtml"))
90+
html.destination = file("${project.buildDir}/jacocoHtml")
9191
xml.isEnabled = true
9292
}
9393
}

shardis-frontend/package.json

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

0 commit comments

Comments
 (0)