Skip to content

Commit 8170144

Browse files
committed
v0.1.3
1 parent f09f5df commit 8170144

File tree

4 files changed

+47
-23
lines changed

4 files changed

+47
-23
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
<a name="0.1.3"></a>
2+
## [0.1.3](https://github.com/shardis/shardis/compare/v0.1.2...v0.1.3) (2017-06-29)
3+
4+
5+
### Features
6+
7+
* **core:** extract query domain to saparate library ([96d190d](https://github.com/shardis/shardis/commit/96d190d))
8+
* **core:** remove hibernate-enverse ([28594cd](https://github.com/shardis/shardis/commit/28594cd))
9+
* **core:** update kotlin to 1.1.2-5 ([7fd5233](https://github.com/shardis/shardis/commit/7fd5233))
10+
* **core:** update kotlin to 1.1.3 ([5568b1d](https://github.com/shardis/shardis/commit/5568b1d))
11+
* **core:** update spring boot to 2.0.0.M2 ([35dc176](https://github.com/shardis/shardis/commit/35dc176))
12+
* **frontend:** update angular to 4.2.4 ([6d946d2](https://github.com/shardis/shardis/commit/6d946d2))
13+
* **frontend:** update angular-cli to 1.1.3 ([926e4a0](https://github.com/shardis/shardis/commit/926e4a0))
14+
* **frontend:** update clarity to 0.10.0-alpha ([2fe21a2](https://github.com/shardis/shardis/commit/2fe21a2))
15+
* **frontend:** update clarity to 0.10.0-alpha.2 ([7d4f5c3](https://github.com/shardis/shardis/commit/7d4f5c3))
16+
* **frontend:** update node to 8.1.3 ([f09f5df](https://github.com/shardis/shardis/commit/f09f5df))
17+
* **frontend:** update typescript to 2.4.1 ([e8c0e36](https://github.com/shardis/shardis/commit/e8c0e36))
18+
* **frontend:** update yarn to 0.24.6 ([d79c6ee](https://github.com/shardis/shardis/commit/d79c6ee))
19+
20+
21+
### Reverts
22+
23+
* feat(frontend): update typescript to 2.4.1 ([76b3f9a](https://github.com/shardis/shardis/commit/76b3f9a))
24+
25+
26+
127
<a name="0.1.2"></a>
228
## [0.1.2](https://github.com/shardis/shardis/compare/v0.1.1...v0.1.2) (2017-06-17)
329

README.md

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

6666
## Changelog
6767

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)
68+
<a name="0.1.3"></a>
69+
## [0.1.3](https://github.com/shardis/shardis/compare/v0.1.2...v0.1.3) (2017-06-29)
7070

7171

7272
### Features
7373

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))
74+
* **core:** extract query domain to saparate library ([96d190d](https://github.com/shardis/shardis/commit/96d190d))
75+
* **core:** remove hibernate-enverse ([28594cd](https://github.com/shardis/shardis/commit/28594cd))
76+
* **core:** update kotlin to 1.1.2-5 ([7fd5233](https://github.com/shardis/shardis/commit/7fd5233))
77+
* **core:** update kotlin to 1.1.3 ([5568b1d](https://github.com/shardis/shardis/commit/5568b1d))
78+
* **core:** update spring boot to 2.0.0.M2 ([35dc176](https://github.com/shardis/shardis/commit/35dc176))
79+
* **frontend:** update angular to 4.2.4 ([6d946d2](https://github.com/shardis/shardis/commit/6d946d2))
80+
* **frontend:** update angular-cli to 1.1.3 ([926e4a0](https://github.com/shardis/shardis/commit/926e4a0))
81+
* **frontend:** update clarity to 0.10.0-alpha ([2fe21a2](https://github.com/shardis/shardis/commit/2fe21a2))
82+
* **frontend:** update clarity to 0.10.0-alpha.2 ([7d4f5c3](https://github.com/shardis/shardis/commit/7d4f5c3))
83+
* **frontend:** update node to 8.1.3 ([f09f5df](https://github.com/shardis/shardis/commit/f09f5df))
84+
* **frontend:** update typescript to 2.4.1 ([e8c0e36](https://github.com/shardis/shardis/commit/e8c0e36))
85+
* **frontend:** update yarn to 0.24.6 ([d79c6ee](https://github.com/shardis/shardis/commit/d79c6ee))
86+
87+
88+
### Reverts
89+
90+
* feat(frontend): update typescript to 2.4.1 ([76b3f9a](https://github.com/shardis/shardis/commit/76b3f9a))
9291

9392

9493
[CHANGELOG.md](CHANGELOG.md)

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ import org.gradle.api.tasks.testing.Test
33
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
44
import org.gradle.testing.jacoco.tasks.JacocoReport
55
import org.jetbrains.kotlin.allopen.gradle.AllOpenExtension
6-
import org.jetbrains.kotlin.gradle.plugin.KaptExtension
76
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
87
import org.jetbrains.kotlin.noarg.gradle.NoArgExtension
98

109
allprojects {
1110

1211
group = "com.shardis"
13-
version = "0.1.3-SNAPSHOT"
12+
version = "0.1.3"
1413

1514
repositories {
1615
mavenCentral()

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

0 commit comments

Comments
 (0)