Skip to content

Commit

Permalink
Merge pull request #31 from soluble-io/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
belgattitude authored Nov 23, 2020
2 parents 2ca0fd7 + eb4676e commit c5e5c2b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/three-deers-help.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cache-e2e-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @soluble/cache-e2e-tests

## 0.3.2

### Patch Changes

- [`bf3304b`](https://github.com/soluble-io/tci/commit/bf3304bcacc2274d7e280ee982bb997c75efeffc) [#30](https://github.com/soluble-io/tci/pull/30) Thanks [@belgattitude](https://github.com/belgattitude)! - Add expiry checks in MapCacheAdapter.has()

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cache-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@soluble/cache-e2e-tests",
"private": true,
"description": "E2E tests for cache-interop",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",
"homepage": "https://github.com/soluble-io/tci",
"repository": "https://github.com/soluble-io/tci",
Expand Down
6 changes: 6 additions & 0 deletions packages/cache-interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @soluble/cache-interop

## 0.3.2

### Patch Changes

- [`bf3304b`](https://github.com/soluble-io/tci/commit/bf3304bcacc2274d7e280ee982bb997c75efeffc) [#30](https://github.com/soluble-io/tci/pull/30) Thanks [@belgattitude](https://github.com/belgattitude)! - Add expiry checks in MapCacheAdapter.has()

## 0.3.1

### Patch Changes
Expand Down
6 changes: 2 additions & 4 deletions packages/cache-interop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@soluble/cache-interop",
"description": "Async cache interop contracts",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",
"homepage": "https://github.com/soluble-io/tci/tree/main/packages/cache-interop",
"repository": "https://github.com/soluble-io/tci",
Expand All @@ -21,9 +21,7 @@
"main": "dist/cache-interop.js",
"umd:main": "dist/cache-interop.umd.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"sideEffects": false,
"scripts": {
"start": "cross-env NODE_ENV=development tsdx watch",
Expand Down

0 comments on commit c5e5c2b

Please sign in to comment.