Skip to content

Commit ac9e606

Browse files
committed
v2.1.0
1 parent cb57cce commit ac9e606

File tree

16 files changed

+101
-14
lines changed

16 files changed

+101
-14
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
622
# [2.0.0](https://github.com/azu/kvs/compare/v1.2.0...v2.0.0) (2022-02-19)
723

824

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "2.0.0"
5+
"version": "2.1.0"
66
}

packages/common-test-case/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
# [2.0.0](https://github.com/azu/kvs/compare/v1.2.0...v2.0.0) (2022-02-19)
715

816

packages/common-test-case/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kvs/common-test-case",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Common Test Case for KVS",
55
"homepage": "https://github.com/azu/kvs/tree/master/packages/common-test-case/",
66
"bugs": {

packages/env/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
617
# [2.0.0](https://github.com/azu/kvs/compare/v1.2.0...v2.0.0) (2022-02-19)
718

819

packages/env/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kvs/env",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Universal Storage for KVS.",
55
"keywords": [
66
"kvs",
@@ -46,8 +46,8 @@
4646
"trailingComma": "none"
4747
},
4848
"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"
5151
},
5252
"devDependencies": {
5353
"@jsdevtools/karma-config": "^3.1.7",

packages/indexeddb/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
617
# [2.0.0](https://github.com/azu/kvs/compare/v1.2.0...v2.0.0) (2022-02-19)
718

819

packages/indexeddb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kvs/indexeddb",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "IndexedDB for KVS",
55
"keywords": [
66
"kvs",
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@jsdevtools/karma-config": "^3.1.7",
52-
"@kvs/common-test-case": "^2.0.0",
52+
"@kvs/common-test-case": "^2.1.0",
5353
"@types/mocha": "^9.0.0",
5454
"@types/node": "^16.9.1",
5555
"karma": "^6.3.4",

packages/localstorage/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
617
# [2.0.0](https://github.com/azu/kvs/compare/v1.2.0...v2.0.0) (2022-02-19)
718

819

packages/localstorage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kvs/localstorage",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "localstorage for KVS.",
55
"keywords": [
66
"kvs",

0 commit comments

Comments
 (0)