File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 1.0.0-beta.0 " ></a >
2
+ # 1.0.0-beta.0 (2018-05-27)
3
+
4
+
5
+ ### Features
6
+
7
+ * added material CDK for color picker popup ([ d02fd13] ( https://github.com/lokesh-coder/ink-bucket/commit/d02fd13 ) )
8
+ * added nedb for client side storage ([ 7929f75] ( https://github.com/lokesh-coder/ink-bucket/commit/7929f75 ) )
9
+ * added settings state and actions for test ([ 8152f65] ( https://github.com/lokesh-coder/ink-bucket/commit/8152f65 ) )
10
+ * Initial commit ([ 16e54d1] ( https://github.com/lokesh-coder/ink-bucket/commit/16e54d1 ) )
11
+ * store actions added ([ 8e50805] ( https://github.com/lokesh-coder/ink-bucket/commit/8e50805 ) )
12
+ * ** delete:** added delete option in settings ([ 26fccd7] ( https://github.com/lokesh-coder/ink-bucket/commit/26fccd7 ) )
13
+ * updated store and added color picker ([ df3ae6b] ( https://github.com/lokesh-coder/ink-bucket/commit/df3ae6b ) )
14
+ * ** electron:** basic electron setup ([ c4e566e] ( https://github.com/lokesh-coder/ink-bucket/commit/c4e566e ) )
15
+ * ** export:** added database export option in settings ([ 78a27c0] ( https://github.com/lokesh-coder/ink-bucket/commit/78a27c0 ) )
16
+ * ** pwa:** basic pwa setup ([ 32379e7] ( https://github.com/lokesh-coder/ink-bucket/commit/32379e7 ) )
17
+ * ** wip:** design changes ([ 6fd994c] ( https://github.com/lokesh-coder/ink-bucket/commit/6fd994c ) )
18
+ * ** wip:** updated ink colors service ([ 41936ac] ( https://github.com/lokesh-coder/ink-bucket/commit/41936ac ) )
19
+
20
+
21
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ink-bucket" ,
3
- "version" : " 0.0.0" ,
3
+ "version" : " 1. 0.0-beta .0" ,
4
4
"main" : " main.js" ,
5
5
"scripts" : {
6
6
"ng" : " ng" ,
13
13
"db" : " pouchdb-server --host 0.0.0.0 -p 10101 -m -d /tmp/pouchdb-server/ -n true" ,
14
14
"electron" : " electron ." ,
15
15
"electron-build" : " ng build --prod && electron ." ,
16
- "server:prod" : " http-server -p 1234 -s -o --cors"
16
+ "server:prod" : " http-server -p 1234 -s -o --cors" ,
17
+ "generate:changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s"
17
18
},
18
19
"private" : true ,
19
20
"dependencies" : {
You can’t perform that action at this time.
0 commit comments