Skip to content

Commit

Permalink
v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jul 21, 2023
1 parent 46a2c9d commit bd85ca1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.1.4"
"version": "2.1.5"
}
4 changes: 2 additions & 2 deletions packages/env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kvs/env",
"version": "2.1.4",
"version": "2.1.5",
"description": "Universal Storage for KVS.",
"keywords": [
"kvs",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@kvs/indexeddb": "^2.1.4",
"@kvs/node-localstorage": "^2.1.4"
"@kvs/node-localstorage": "^2.1.5"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-localstorage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kvs/node-localstorage",
"version": "2.1.4",
"version": "2.1.5",
"description": "Node.js localstorage for KVS.",
"keywords": [
"kvs",
Expand Down

0 comments on commit bd85ca1

Please sign in to comment.