Skip to content

Commit

Permalink
v0.15.0 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
wschurman authored May 26, 2021
1 parent 226bffe commit ee28fa0
Show file tree
Hide file tree
Showing 14 changed files with 110 additions and 15 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.15.0](https://github.com/expo/entity/compare/v0.14.1...v0.15.0) (2021-05-26)


### Bug Fixes

* upgrade ioredis, knex, and pg ([#125](https://github.com/expo/entity/issues/125)) ([7c43edf](https://github.com/expo/entity/commit/7c43edf3de37e8af13e2a99bd44f03f54803d9b9))
* upgrade some other packages to fix dependabot alerts ([#126](https://github.com/expo/entity/issues/126)) ([226bffe](https://github.com/expo/entity/commit/226bffe0a95d7b8a3e9e9d46aebdb0edf1eeec1a))
* use column name instead of field name for redis cache key ([#124](https://github.com/expo/entity/issues/124)) ([d78f452](https://github.com/expo/entity/commit/d78f452bb3ac5527069813a03f5b2264375bd8ab))


### Features

* secondary cache loader ([#123](https://github.com/expo/entity/issues/123)) ([4cba01e](https://github.com/expo/entity/commit/4cba01eb259c87d60b3026ce776e46f781363690))





## [0.14.1](https://github.com/expo/entity/compare/v0.14.0...v0.14.1) (2021-03-24)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.14.1"
"version": "0.15.0"
}
17 changes: 17 additions & 0 deletions packages/entity-cache-adapter-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.15.0](https://github.com/expo/entity/compare/v0.14.1...v0.15.0) (2021-05-26)


### Bug Fixes

* upgrade ioredis, knex, and pg ([#125](https://github.com/expo/entity/issues/125)) ([7c43edf](https://github.com/expo/entity/commit/7c43edf3de37e8af13e2a99bd44f03f54803d9b9))
* use column name instead of field name for redis cache key ([#124](https://github.com/expo/entity/issues/124)) ([d78f452](https://github.com/expo/entity/commit/d78f452bb3ac5527069813a03f5b2264375bd8ab))


### Features

* secondary cache loader ([#123](https://github.com/expo/entity/issues/123)) ([4cba01e](https://github.com/expo/entity/commit/4cba01eb259c87d60b3026ce776e46f781363690))





## [0.14.1](https://github.com/expo/entity/compare/v0.14.0...v0.14.1) (2021-03-24)

**Note:** Version bump only for package @expo/entity-cache-adapter-redis
Expand Down
4 changes: 2 additions & 2 deletions packages/entity-cache-adapter-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/entity-cache-adapter-redis",
"version": "0.14.1",
"version": "0.15.0",
"description": "Redis cache adapter for @expo/entity",
"files": [
"build",
Expand Down Expand Up @@ -32,6 +32,6 @@
"ioredis": "^4.27.3"
},
"devDependencies": {
"@expo/entity": "^0.14.1"
"@expo/entity": "^0.15.0"
}
}
16 changes: 16 additions & 0 deletions packages/entity-database-adapter-knex/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.15.0](https://github.com/expo/entity/compare/v0.14.1...v0.15.0) (2021-05-26)


### Bug Fixes

* upgrade ioredis, knex, and pg ([#125](https://github.com/expo/entity/issues/125)) ([7c43edf](https://github.com/expo/entity/commit/7c43edf3de37e8af13e2a99bd44f03f54803d9b9))


### Features

* secondary cache loader ([#123](https://github.com/expo/entity/issues/123)) ([4cba01e](https://github.com/expo/entity/commit/4cba01eb259c87d60b3026ce776e46f781363690))





## [0.14.1](https://github.com/expo/entity/compare/v0.14.0...v0.14.1) (2021-03-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/entity-database-adapter-knex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/entity-database-adapter-knex",
"version": "0.14.1",
"version": "0.15.0",
"description": "Knex database adapter for @expo/entity",
"files": [
"build",
Expand Down Expand Up @@ -32,6 +32,6 @@
"knex": "^0.95.6"
},
"devDependencies": {
"@expo/entity": "^0.14.1"
"@expo/entity": "^0.15.0"
}
}
11 changes: 11 additions & 0 deletions packages/entity-example/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.

# [0.15.0](https://github.com/expo/entity/compare/v0.14.1...v0.15.0) (2021-05-26)


### Features

* secondary cache loader ([#123](https://github.com/expo/entity/issues/123)) ([4cba01e](https://github.com/expo/entity/commit/4cba01eb259c87d60b3026ce776e46f781363690))





## [0.14.1](https://github.com/expo/entity/compare/v0.14.0...v0.14.1) (2021-03-24)

**Note:** Version bump only for package @expo/entity-example
Expand Down
4 changes: 2 additions & 2 deletions packages/entity-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@expo/entity-example",
"private": true,
"version": "0.14.1",
"version": "0.15.0",
"description": "An example integration of the @expo/entity framework",
"scripts": {
"tsc": "tsc",
Expand All @@ -22,7 +22,7 @@
"author": "Expo",
"license": "MIT",
"dependencies": {
"@expo/entity": "^0.14.1",
"@expo/entity": "^0.15.0",
"apollo-server-koa": "^2.16.1",
"graphql": "^15.3.0",
"koa": "^2.13.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/entity-full-integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.15.0](https://github.com/expo/entity/compare/v0.14.1...v0.15.0) (2021-05-26)


### Bug Fixes

* upgrade ioredis, knex, and pg ([#125](https://github.com/expo/entity/issues/125)) ([7c43edf](https://github.com/expo/entity/commit/7c43edf3de37e8af13e2a99bd44f03f54803d9b9))


### Features

* secondary cache loader ([#123](https://github.com/expo/entity/issues/123)) ([4cba01e](https://github.com/expo/entity/commit/4cba01eb259c87d60b3026ce776e46f781363690))





## [0.14.1](https://github.com/expo/entity/compare/v0.14.0...v0.14.1) (2021-03-24)

**Note:** Version bump only for package @expo/entity-full-integration-tests
Expand Down
8 changes: 4 additions & 4 deletions packages/entity-full-integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@expo/entity-full-integration-tests",
"private": true,
"version": "0.14.1",
"version": "0.15.0",
"description": "Full redis and knex integration tests for the entity framework",
"scripts": {
"tsc": "tsc",
Expand All @@ -26,8 +26,8 @@
"@expo/entity-database-adapter-knex": "*"
},
"devDependencies": {
"@expo/entity": "^0.14.1",
"@expo/entity-cache-adapter-redis": "^0.14.1",
"@expo/entity-database-adapter-knex": "^0.14.1"
"@expo/entity": "^0.15.0",
"@expo/entity-cache-adapter-redis": "^0.15.0",
"@expo/entity-database-adapter-knex": "^0.15.0"
}
}
6 changes: 6 additions & 0 deletions packages/entity-secondary-cache-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.15.0](https://github.com/expo/entity/compare/v0.14.1...v0.15.0) (2021-05-26)


### Features

* secondary cache loader ([#123](https://github.com/expo/entity/issues/123)) ([4cba01e](https://github.com/expo/entity/commit/4cba01eb259c87d60b3026ce776e46f781363690))
6 changes: 3 additions & 3 deletions packages/entity-secondary-cache-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/entity-secondary-cache-redis",
"version": "0.14.1",
"version": "0.15.0",
"description": "Redis secondary cache for @expo/entity",
"files": [
"build",
Expand Down Expand Up @@ -33,8 +33,8 @@
"ioredis": "^4.17.3"
},
"devDependencies": {
"@expo/entity": "^0.14.1",
"@expo/entity-cache-adapter-redis": "^0.14.1",
"@expo/entity": "^0.15.0",
"@expo/entity-cache-adapter-redis": "^0.15.0",
"nullthrows": "^1.1.1"
}
}
11 changes: 11 additions & 0 deletions packages/entity/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.

# [0.15.0](https://github.com/expo/entity/compare/v0.14.1...v0.15.0) (2021-05-26)


### Features

* secondary cache loader ([#123](https://github.com/expo/entity/issues/123)) ([4cba01e](https://github.com/expo/entity/commit/4cba01eb259c87d60b3026ce776e46f781363690))





## [0.14.1](https://github.com/expo/entity/compare/v0.14.0...v0.14.1) (2021-03-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/entity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/entity",
"version": "0.14.1",
"version": "0.15.0",
"description": "A privacy-first data model",
"files": [
"build",
Expand Down

0 comments on commit ee28fa0

Please sign in to comment.