Skip to content

Commit 2383d79

Browse files
committed
v0.1.4
1 parent 9a78c60 commit 2383d79

File tree

5 files changed

+49
-22
lines changed

5 files changed

+49
-22
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.1.4"></a>
2+
## [0.1.4](https://github.com/shardis/shardis/compare/v0.1.3...v0.1.4) (2017-07-10)
3+
4+
5+
### Features
6+
7+
* **core:** add configuration for uptodate gradle plugin ([7ed2235](https://github.com/shardis/shardis/commit/7ed2235))
8+
* **core:** add uptodate gradle plugin ([66e6782](https://github.com/shardis/shardis/commit/66e6782))
9+
* **core:** switch to new gradle plugin mechanism ([998362b](https://github.com/shardis/shardis/commit/998362b))
10+
* **core:** update gradle to 4.0.1 ([702d7d4](https://github.com/shardis/shardis/commit/702d7d4))
11+
* **core:** update kotlin to 1.1.3-2 ([88333e0](https://github.com/shardis/shardis/commit/88333e0))
12+
* **core:** use gradle dist with sources ([cd63c61](https://github.com/shardis/shardis/commit/cd63c61))
13+
* **docker:** add basic docker support ([5248797](https://github.com/shardis/shardis/commit/5248797))
14+
* **frontend:** update angular to 4.2.5 ([1438a4d](https://github.com/shardis/shardis/commit/1438a4d))
15+
* **frontend:** update angular to 4.2.6 ([39d3dbd](https://github.com/shardis/shardis/commit/39d3dbd))
16+
* **frontend:** update angular-cli to 1.2.0 ([50fa6e5](https://github.com/shardis/shardis/commit/50fa6e5))
17+
* **frontend:** update clarity to 0.10.0-alpha.3 ([aeaee7d](https://github.com/shardis/shardis/commit/aeaee7d))
18+
* **frontend:** update clarity to 0.10.0-alpha.4 ([23025fd](https://github.com/shardis/shardis/commit/23025fd))
19+
* **frontend:** update ngrx effects to 2.0.4 ([cd34c3f](https://github.com/shardis/shardis/commit/cd34c3f))
20+
* **frontend:** update ngrx store to 2.2.3 ([b28dd0d](https://github.com/shardis/shardis/commit/b28dd0d))
21+
* **frontend:** update yarn to 0.27.5 ([8ec6421](https://github.com/shardis/shardis/commit/8ec6421))
22+
23+
24+
125
<a name="0.1.3"></a>
226
## [0.1.3](https://github.com/shardis/shardis/compare/v0.1.2...v0.1.3) (2017-06-29)
327

README.md

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ This project is still a work in progress
3737
./gradlew build
3838
```
3939

40+
### Docker image build
41+
```
42+
./gradlew buildImage
43+
```
44+
4045
## Yarn tasks
4146

4247
### Angular development server with proxy to spring application
@@ -65,29 +70,27 @@ cd shardis-frontend
6570

6671
## Changelog
6772

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)
73+
<a name="0.1.4"></a>
74+
## [0.1.4](https://github.com/shardis/shardis/compare/v0.1.3...v0.1.4) (2017-07-10)
7075

7176

7277
### Features
7378

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))
79+
* **core:** add configuration for uptodate gradle plugin ([7ed2235](https://github.com/shardis/shardis/commit/7ed2235))
80+
* **core:** add uptodate gradle plugin ([66e6782](https://github.com/shardis/shardis/commit/66e6782))
81+
* **core:** switch to new gradle plugin mechanism ([998362b](https://github.com/shardis/shardis/commit/998362b))
82+
* **core:** update gradle to 4.0.1 ([702d7d4](https://github.com/shardis/shardis/commit/702d7d4))
83+
* **core:** update kotlin to 1.1.3-2 ([88333e0](https://github.com/shardis/shardis/commit/88333e0))
84+
* **core:** use gradle dist with sources ([cd63c61](https://github.com/shardis/shardis/commit/cd63c61))
85+
* **docker:** add basic docker support ([5248797](https://github.com/shardis/shardis/commit/5248797))
86+
* **frontend:** update angular to 4.2.5 ([1438a4d](https://github.com/shardis/shardis/commit/1438a4d))
87+
* **frontend:** update angular to 4.2.6 ([39d3dbd](https://github.com/shardis/shardis/commit/39d3dbd))
88+
* **frontend:** update angular-cli to 1.2.0 ([50fa6e5](https://github.com/shardis/shardis/commit/50fa6e5))
89+
* **frontend:** update clarity to 0.10.0-alpha.3 ([aeaee7d](https://github.com/shardis/shardis/commit/aeaee7d))
90+
* **frontend:** update clarity to 0.10.0-alpha.4 ([23025fd](https://github.com/shardis/shardis/commit/23025fd))
91+
* **frontend:** update ngrx effects to 2.0.4 ([cd34c3f](https://github.com/shardis/shardis/commit/cd34c3f))
92+
* **frontend:** update ngrx store to 2.2.3 ([b28dd0d](https://github.com/shardis/shardis/commit/b28dd0d))
93+
* **frontend:** update yarn to 0.27.5 ([8ec6421](https://github.com/shardis/shardis/commit/8ec6421))
9194

9295

9396
[CHANGELOG.md](CHANGELOG.md)

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import org.jetbrains.kotlin.noarg.gradle.NoArgExtension
1010
allprojects {
1111

1212
group = "com.shardis"
13-
version = "0.1.4-SNAPSHOT"
13+
version = "0.1.4"
1414

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

shardis-webapp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM anapsix/alpine-java:8
2-
ADD build/libs/shardis-0.1.4-SNAPSHOT.jar app.jar
2+
ADD build/libs/shardis-0.1.4.jar app.jar
33
RUN bash -c 'touch /app.jar'
44
EXPOSE 8080:8080
55
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]

0 commit comments

Comments
 (0)