File tree Expand file tree Collapse file tree 16 files changed +101
-14
lines changed Expand file tree Collapse file tree 16 files changed +101
-14
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.1.0] ( https://github.com/azu/kvs/compare/v2.0.0...v2.1.0 ) (2022-03-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** indexeddb:** remove "debug" option ([ #25 ] ( https://github.com/azu/kvs/issues/25 ) ) ([ 606b9a2] ( https://github.com/azu/kvs/commit/606b9a20611583e1105e13d54a6cc11b5459625a ) )
12
+
13
+
14
+ ### Performance Improvements
15
+
16
+ * change ` target ` to ` ES2018 ` ([ #28 ] ( https://github.com/azu/kvs/issues/28 ) ) ([ cb57cce] ( https://github.com/azu/kvs/commit/cb57cce1dd709c73ce32dc224fc2f61d97777de4 ) )
17
+
18
+
19
+
20
+
21
+
6
22
# [ 2.0.0] ( https://github.com/azu/kvs/compare/v1.2.0...v2.0.0 ) (2022-02-19)
7
23
8
24
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 2.0 .0"
5
+ "version" : " 2.1 .0"
6
6
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.1.0] ( https://github.com/azu/kvs/compare/v2.0.0...v2.1.0 ) (2022-03-02)
7
+
8
+ ** Note:** Version bump only for package @kvs/common-test-case
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.0.0] ( https://github.com/azu/kvs/compare/v1.2.0...v2.0.0 ) (2022-02-19)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kvs/common-test-case" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"description" : " Common Test Case for KVS" ,
5
5
"homepage" : " https://github.com/azu/kvs/tree/master/packages/common-test-case/" ,
6
6
"bugs" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.1.0] ( https://github.com/azu/kvs/compare/v2.0.0...v2.1.0 ) (2022-03-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** indexeddb:** remove "debug" option ([ #25 ] ( https://github.com/azu/kvs/issues/25 ) ) ([ 606b9a2] ( https://github.com/azu/kvs/commit/606b9a20611583e1105e13d54a6cc11b5459625a ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 2.0.0] ( https://github.com/azu/kvs/compare/v1.2.0...v2.0.0 ) (2022-02-19)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kvs/env" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"description" : " Universal Storage for KVS." ,
5
5
"keywords" : [
6
6
" kvs" ,
46
46
"trailingComma" : " none"
47
47
},
48
48
"dependencies" : {
49
- "@kvs/indexeddb" : " ^2.0 .0" ,
50
- "@kvs/node-localstorage" : " ^2.0 .0"
49
+ "@kvs/indexeddb" : " ^2.1 .0" ,
50
+ "@kvs/node-localstorage" : " ^2.1 .0"
51
51
},
52
52
"devDependencies" : {
53
53
"@jsdevtools/karma-config" : " ^3.1.7" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.1.0] ( https://github.com/azu/kvs/compare/v2.0.0...v2.1.0 ) (2022-03-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** indexeddb:** remove "debug" option ([ #25 ] ( https://github.com/azu/kvs/issues/25 ) ) ([ 606b9a2] ( https://github.com/azu/kvs/commit/606b9a20611583e1105e13d54a6cc11b5459625a ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 2.0.0] ( https://github.com/azu/kvs/compare/v1.2.0...v2.0.0 ) (2022-02-19)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kvs/indexeddb" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"description" : " IndexedDB for KVS" ,
5
5
"keywords" : [
6
6
" kvs" ,
49
49
},
50
50
"devDependencies" : {
51
51
"@jsdevtools/karma-config" : " ^3.1.7" ,
52
- "@kvs/common-test-case" : " ^2.0 .0" ,
52
+ "@kvs/common-test-case" : " ^2.1 .0" ,
53
53
"@types/mocha" : " ^9.0.0" ,
54
54
"@types/node" : " ^16.9.1" ,
55
55
"karma" : " ^6.3.4" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.1.0] ( https://github.com/azu/kvs/compare/v2.0.0...v2.1.0 ) (2022-03-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** indexeddb:** remove "debug" option ([ #25 ] ( https://github.com/azu/kvs/issues/25 ) ) ([ 606b9a2] ( https://github.com/azu/kvs/commit/606b9a20611583e1105e13d54a6cc11b5459625a ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 2.0.0] ( https://github.com/azu/kvs/compare/v1.2.0...v2.0.0 ) (2022-02-19)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kvs/localstorage" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"description" : " localstorage for KVS." ,
5
5
"keywords" : [
6
6
" kvs" ,
You can’t perform that action at this time.
0 commit comments