Skip to content

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Sep 25, 2022
1 parent 49a0839 commit 85b5649
Show file tree
Hide file tree
Showing 18 changed files with 104 additions and 17 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.3](https://github.com/azu/kvs/compare/v2.1.2...v2.1.3) (2022-09-25)


### Bug Fixes

* **storage:** version saving issue ([#32](https://github.com/azu/kvs/issues/32)) ([49a0839](https://github.com/azu/kvs/commit/49a0839cbc59ffcf94f9dc07d1d01e83d44a8e40))





## [2.1.2](https://github.com/azu/kvs/compare/v2.1.1...v2.1.2) (2022-08-21)


Expand Down
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.2"
"version": "2.1.3"
}
11 changes: 11 additions & 0 deletions packages/common-test-case/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.3](https://github.com/azu/kvs/compare/v2.1.2...v2.1.3) (2022-09-25)


### Bug Fixes

* **storage:** version saving issue ([#32](https://github.com/azu/kvs/issues/32)) ([49a0839](https://github.com/azu/kvs/commit/49a0839cbc59ffcf94f9dc07d1d01e83d44a8e40))





## [2.1.1](https://github.com/azu/kvs/compare/v2.1.0...v2.1.1) (2022-03-03)

**Note:** Version bump only for package @kvs/common-test-case
Expand Down
2 changes: 1 addition & 1 deletion packages/common-test-case/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kvs/common-test-case",
"version": "2.1.1",
"version": "2.1.3",
"description": "Common Test Case for KVS",
"homepage": "https://github.com/azu/kvs/tree/master/packages/common-test-case/",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/env/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.3](https://github.com/azu/kvs/compare/v2.1.2...v2.1.3) (2022-09-25)

**Note:** Version bump only for package @kvs/env





## [2.1.2](https://github.com/azu/kvs/compare/v2.1.1...v2.1.2) (2022-08-21)


Expand Down
6 changes: 3 additions & 3 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.2",
"version": "2.1.3",
"description": "Universal Storage for KVS.",
"keywords": [
"kvs",
Expand Down Expand Up @@ -46,8 +46,8 @@
"trailingComma": "none"
},
"dependencies": {
"@kvs/indexeddb": "^2.1.1",
"@kvs/node-localstorage": "^2.1.1"
"@kvs/indexeddb": "^2.1.3",
"@kvs/node-localstorage": "^2.1.3"
},
"devDependencies": {
"@jsdevtools/karma-config": "^3.1.7",
Expand Down
11 changes: 11 additions & 0 deletions packages/indexeddb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.3](https://github.com/azu/kvs/compare/v2.1.2...v2.1.3) (2022-09-25)


### Bug Fixes

* **storage:** version saving issue ([#32](https://github.com/azu/kvs/issues/32)) ([49a0839](https://github.com/azu/kvs/commit/49a0839cbc59ffcf94f9dc07d1d01e83d44a8e40))





## [2.1.1](https://github.com/azu/kvs/compare/v2.1.0...v2.1.1) (2022-03-03)

**Note:** Version bump only for package @kvs/indexeddb
Expand Down
4 changes: 2 additions & 2 deletions packages/indexeddb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kvs/indexeddb",
"version": "2.1.1",
"version": "2.1.3",
"description": "IndexedDB for KVS",
"keywords": [
"kvs",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@jsdevtools/karma-config": "^3.1.7",
"@kvs/common-test-case": "^2.1.1",
"@kvs/common-test-case": "^2.1.3",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.1",
"karma": "^6.3.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/localstorage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.3](https://github.com/azu/kvs/compare/v2.1.2...v2.1.3) (2022-09-25)

**Note:** Version bump only for package @kvs/localstorage





## [2.1.1](https://github.com/azu/kvs/compare/v2.1.0...v2.1.1) (2022-03-03)

**Note:** Version bump only for package @kvs/localstorage
Expand Down
4 changes: 2 additions & 2 deletions packages/localstorage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kvs/localstorage",
"version": "2.1.1",
"version": "2.1.3",
"description": "localstorage for KVS.",
"keywords": [
"kvs",
Expand Down Expand Up @@ -45,7 +45,7 @@
"trailingComma": "none"
},
"dependencies": {
"@kvs/storage": "^2.1.1"
"@kvs/storage": "^2.1.3"
},
"devDependencies": {
"@jsdevtools/karma-config": "^3.1.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/memorystorage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.3](https://github.com/azu/kvs/compare/v2.1.2...v2.1.3) (2022-09-25)

**Note:** Version bump only for package @kvs/memorystorage





## [2.1.1](https://github.com/azu/kvs/compare/v2.1.0...v2.1.1) (2022-03-03)

**Note:** Version bump only for package @kvs/memorystorage
Expand Down
4 changes: 2 additions & 2 deletions packages/memorystorage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kvs/memorystorage",
"version": "2.1.1",
"version": "2.1.3",
"description": "Node.js localstorage for KVS.",
"keywords": [
"kvs",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@jsdevtools/karma-config": "^3.1.7",
"@kvs/common-test-case": "^2.1.1",
"@kvs/common-test-case": "^2.1.3",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.1",
"mocha": "^9.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/node-localstorage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.3](https://github.com/azu/kvs/compare/v2.1.2...v2.1.3) (2022-09-25)

**Note:** Version bump only for package @kvs/node-localstorage





## [2.1.1](https://github.com/azu/kvs/compare/v2.1.0...v2.1.1) (2022-03-03)

**Note:** Version bump only for package @kvs/node-localstorage
Expand Down
6 changes: 3 additions & 3 deletions 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.1",
"version": "2.1.3",
"description": "Node.js localstorage for KVS.",
"keywords": [
"kvs",
Expand Down Expand Up @@ -45,14 +45,14 @@
"trailingComma": "none"
},
"dependencies": {
"@kvs/storage": "^2.1.1",
"@kvs/storage": "^2.1.3",
"app-root-path": "^3.0.0",
"mkdirp": "^1.0.4",
"node-localstorage": "^2.1.6"
},
"devDependencies": {
"@jsdevtools/karma-config": "^3.1.7",
"@kvs/common-test-case": "^2.1.1",
"@kvs/common-test-case": "^2.1.3",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.1",
"mocha": "^9.1.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/storage-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.3](https://github.com/azu/kvs/compare/v2.1.2...v2.1.3) (2022-09-25)


### Bug Fixes

* **storage:** version saving issue ([#32](https://github.com/azu/kvs/issues/32)) ([49a0839](https://github.com/azu/kvs/commit/49a0839cbc59ffcf94f9dc07d1d01e83d44a8e40))





## [2.1.1](https://github.com/azu/kvs/compare/v2.1.0...v2.1.1) (2022-03-03)

**Note:** Version bump only for package @kvs/storage-sync
Expand Down
4 changes: 2 additions & 2 deletions packages/storage-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kvs/storage-sync",
"version": "2.1.1",
"version": "2.1.3",
"description": "Storage(localStorage, sessionStorage) helper for KVS.",
"keywords": [
"kvs",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@jsdevtools/karma-config": "^3.1.7",
"@kvs/common-test-case": "^2.1.1",
"@kvs/common-test-case": "^2.1.3",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.1",
"karma": "^6.3.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.3](https://github.com/azu/kvs/compare/v2.1.2...v2.1.3) (2022-09-25)


### Bug Fixes

* **storage:** version saving issue ([#32](https://github.com/azu/kvs/issues/32)) ([49a0839](https://github.com/azu/kvs/commit/49a0839cbc59ffcf94f9dc07d1d01e83d44a8e40))





## [2.1.1](https://github.com/azu/kvs/compare/v2.1.0...v2.1.1) (2022-03-03)

**Note:** Version bump only for package @kvs/storage
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kvs/storage",
"version": "2.1.1",
"version": "2.1.3",
"description": "Storage(localStorage, sessionStorage) helper for KVS.",
"keywords": [
"kvs",
Expand Down

0 comments on commit 85b5649

Please sign in to comment.