Skip to content

Commit 10b5dd7

Browse files
committed
v0.1.0
1 parent 9f2b41d commit 10b5dd7

File tree

4 files changed

+52
-11
lines changed

4 files changed

+52
-11
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
<a name="0.1.0"></a>
2+
# [0.1.0](https://github.com/shardis/shardis/compare/v0.0.9...v0.1.0) (2017-05-07)
3+
4+
5+
### Features
6+
7+
* **core:** move angular app to separate library ([1bf8233](https://github.com/shardis/shardis/commit/1bf8233))
8+
* **core:** replace npm by yarn ([43391ba](https://github.com/shardis/shardis/commit/43391ba))
9+
* **core:** switch to multi project architecture ([66bc63a](https://github.com/shardis/shardis/commit/66bc63a))
10+
* **core:** update kotlin to 1.1.2 ([83c2d2b](https://github.com/shardis/shardis/commit/83c2d2b))
11+
* **frontend:** add fix option to linter ([43fc654](https://github.com/shardis/shardis/commit/43fc654))
12+
* **frontend:** update angular to 4.1.0 ([32ceb7e](https://github.com/shardis/shardis/commit/32ceb7e))
13+
* **frontend:** update angular to 4.1.1 ([1314634](https://github.com/shardis/shardis/commit/1314634))
14+
* **frontend:** update angular-cli to 1.0.1 ([9b6045b](https://github.com/shardis/shardis/commit/9b6045b))
15+
* **frontend:** update angular-cli to 1.0.2 ([54f4553](https://github.com/shardis/shardis/commit/54f4553))
16+
* **frontend:** update clarity to 0.9.2 ([32272e3](https://github.com/shardis/shardis/commit/32272e3))
17+
* **frontend:** update clarity to 0.9.3 ([0e67627](https://github.com/shardis/shardis/commit/0e67627))
18+
* **frontend:** update codelyzer to 3.0.0 and tslint to 5.1.0 ([9b84037](https://github.com/shardis/shardis/commit/9b84037))
19+
* **frontend:** update compodoc to 1.0.0-beta.8 ([7f8ffe7](https://github.com/shardis/shardis/commit/7f8ffe7))
20+
* **frontend:** update ng2-webstorage to ngx-webstorage ([31d2ae3](https://github.com/shardis/shardis/commit/31d2ae3))
21+
* **frontend:** update node to 7.10.0 ([e1c8a81](https://github.com/shardis/shardis/commit/e1c8a81))
22+
* **frontend:** update typescript to 2.3.1 ([f162c59](https://github.com/shardis/shardis/commit/f162c59))
23+
* **frontend:** update typescript to 2.3.2 ([ed790bd](https://github.com/shardis/shardis/commit/ed790bd))
24+
* **frontend:** update yarn to 0.23.3 ([97b5140](https://github.com/shardis/shardis/commit/97b5140))
25+
* **frontend:** update yarn to 0.23.4 ([fd07ef6](https://github.com/shardis/shardis/commit/fd07ef6))
26+
27+
28+
129
<a name="0.0.9"></a>
230
## [0.0.9](https://github.com/shardis/shardis/compare/v0.0.8...v0.0.9) (2017-04-22)
331

README.md

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

6666
## Changelog
6767

68-
<a name="0.0.9"></a>
69-
## [0.0.9](https://github.com/shardis/shardis/compare/v0.0.8...v0.0.9) (2017-04-22)
68+
<a name="0.1.0"></a>
69+
# [0.1.0](https://github.com/shardis/shardis/compare/v0.0.9...v0.1.0) (2017-05-07)
7070

7171

7272
### Features
7373

74-
* **core:** update all libraries and switch to Angular 4.0.2 ([1938cb8](https://github.com/shardis/shardis/commit/1938cb8))
75-
* **core:** update gradle to 3.5 ([75cf40b](https://github.com/shardis/shardis/commit/75cf40b))
76-
* **core:** update spring boot to 1.5.3.RELEASE ([a772b5a](https://github.com/shardis/shardis/commit/a772b5a))
77-
* **frontend:** update angular to 4.0.3 ([e81a6f9](https://github.com/shardis/shardis/commit/e81a6f9))
78-
* **frontend:** update clarity to 0.9.1 ([6d70420](https://github.com/shardis/shardis/commit/6d70420))
79-
74+
* **core:** move angular app to separate library ([1bf8233](https://github.com/shardis/shardis/commit/1bf8233))
75+
* **core:** replace npm by yarn ([43391ba](https://github.com/shardis/shardis/commit/43391ba))
76+
* **core:** switch to multi project architecture ([66bc63a](https://github.com/shardis/shardis/commit/66bc63a))
77+
* **core:** update kotlin to 1.1.2 ([83c2d2b](https://github.com/shardis/shardis/commit/83c2d2b))
78+
* **frontend:** add fix option to linter ([43fc654](https://github.com/shardis/shardis/commit/43fc654))
79+
* **frontend:** update angular to 4.1.0 ([32ceb7e](https://github.com/shardis/shardis/commit/32ceb7e))
80+
* **frontend:** update angular to 4.1.1 ([1314634](https://github.com/shardis/shardis/commit/1314634))
81+
* **frontend:** update angular-cli to 1.0.1 ([9b6045b](https://github.com/shardis/shardis/commit/9b6045b))
82+
* **frontend:** update angular-cli to 1.0.2 ([54f4553](https://github.com/shardis/shardis/commit/54f4553))
83+
* **frontend:** update clarity to 0.9.2 ([32272e3](https://github.com/shardis/shardis/commit/32272e3))
84+
* **frontend:** update clarity to 0.9.3 ([0e67627](https://github.com/shardis/shardis/commit/0e67627))
85+
* **frontend:** update codelyzer to 3.0.0 and tslint to 5.1.0 ([9b84037](https://github.com/shardis/shardis/commit/9b84037))
86+
* **frontend:** update compodoc to 1.0.0-beta.8 ([7f8ffe7](https://github.com/shardis/shardis/commit/7f8ffe7))
87+
* **frontend:** update ng2-webstorage to ngx-webstorage ([31d2ae3](https://github.com/shardis/shardis/commit/31d2ae3))
88+
* **frontend:** update node to 7.10.0 ([e1c8a81](https://github.com/shardis/shardis/commit/e1c8a81))
89+
* **frontend:** update typescript to 2.3.1 ([f162c59](https://github.com/shardis/shardis/commit/f162c59))
90+
* **frontend:** update typescript to 2.3.2 ([ed790bd](https://github.com/shardis/shardis/commit/ed790bd))
91+
* **frontend:** update yarn to 0.23.3 ([97b5140](https://github.com/shardis/shardis/commit/97b5140))
92+
* **frontend:** update yarn to 0.23.4 ([fd07ef6](https://github.com/shardis/shardis/commit/fd07ef6))
8093

8194
[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.0-SNAPSHOT"
13+
version = "0.1.0"
1414

1515
repositories {
1616
mavenCentral()

shardis-frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shardis-angular",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "shardis project",
55
"repository": {
66
"type": "git",
@@ -72,7 +72,7 @@
7272
"clean:install": "yarn upgrade",
7373
"preclean:start": "yarn run clean",
7474
"clean:start": "yarn start",
75-
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
75+
"changelog": "conventional-changelog -p angular -i ../CHANGELOG.md -s -r 0",
7676
"docs": "compodoc -n Shardis -p tsconfig.json",
7777
"e2e": "ng e2e",
7878
"e2e:live": "ng e2e --elementExplorer",

0 commit comments

Comments
 (0)