Skip to content

Commit d8ec6e0

Browse files
committed
v2.1.1
1 parent ac9e606 commit d8ec6e0

File tree

20 files changed

+102
-22
lines changed

20 files changed

+102
-22
lines changed

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.1](https://github.com/azu/kvs/compare/v2.1.0...v2.1.1) (2022-03-03)
7+
8+
**Note:** Version bump only for package root
9+
10+
11+
12+
13+
614
# [2.1.0](https://github.com/azu/kvs/compare/v2.0.0...v2.1.0) (2022-03-02)
715

816

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.1.0"
5+
"version": "2.1.1"
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.1](https://github.com/azu/kvs/compare/v2.1.0...v2.1.1) (2022-03-03)
7+
8+
**Note:** Version bump only for package @kvs/common-test-case
9+
10+
11+
12+
13+
614
# [2.1.0](https://github.com/azu/kvs/compare/v2.0.0...v2.1.0) (2022-03-02)
715

816
**Note:** Version bump only for package @kvs/common-test-case

packages/common-test-case/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kvs/common-test-case",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Common Test Case for KVS",
55
"homepage": "https://github.com/azu/kvs/tree/master/packages/common-test-case/",
66
"bugs": {
@@ -40,7 +40,7 @@
4040
"trailingComma": "none"
4141
},
4242
"dependencies": {
43-
"@kvs/types": "^2.0.0"
43+
"@kvs/types": "^2.1.1"
4444
},
4545
"devDependencies": {
4646
"@types/mocha": "^9.0.0",

packages/env/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.1](https://github.com/azu/kvs/compare/v2.1.0...v2.1.1) (2022-03-03)
7+
8+
**Note:** Version bump only for package @kvs/env
9+
10+
11+
12+
13+
614
# [2.1.0](https://github.com/azu/kvs/compare/v2.0.0...v2.1.0) (2022-03-02)
715

816

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.1.0",
3+
"version": "2.1.1",
44
"description": "Universal Storage for KVS.",
55
"keywords": [
66
"kvs",
@@ -46,8 +46,8 @@
4646
"trailingComma": "none"
4747
},
4848
"dependencies": {
49-
"@kvs/indexeddb": "^2.1.0",
50-
"@kvs/node-localstorage": "^2.1.0"
49+
"@kvs/indexeddb": "^2.1.1",
50+
"@kvs/node-localstorage": "^2.1.1"
5151
},
5252
"devDependencies": {
5353
"@jsdevtools/karma-config": "^3.1.7",

packages/indexeddb/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.1](https://github.com/azu/kvs/compare/v2.1.0...v2.1.1) (2022-03-03)
7+
8+
**Note:** Version bump only for package @kvs/indexeddb
9+
10+
11+
12+
13+
614
# [2.1.0](https://github.com/azu/kvs/compare/v2.0.0...v2.1.0) (2022-03-02)
715

816

packages/indexeddb/package.json

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

packages/localstorage/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.1](https://github.com/azu/kvs/compare/v2.1.0...v2.1.1) (2022-03-03)
7+
8+
**Note:** Version bump only for package @kvs/localstorage
9+
10+
11+
12+
13+
614
# [2.1.0](https://github.com/azu/kvs/compare/v2.0.0...v2.1.0) (2022-03-02)
715

816

packages/localstorage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kvs/localstorage",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "localstorage for KVS.",
55
"keywords": [
66
"kvs",
@@ -45,7 +45,7 @@
4545
"trailingComma": "none"
4646
},
4747
"dependencies": {
48-
"@kvs/storage": "^2.0.0"
48+
"@kvs/storage": "^2.1.1"
4949
},
5050
"devDependencies": {
5151
"@jsdevtools/karma-config": "^3.1.7",

0 commit comments

Comments
 (0)