Skip to content

Commit 6183830

Browse files
committed
v0.43.0
1 parent 9758fd5 commit 6183830

File tree

24 files changed

+114
-12
lines changed

24 files changed

+114
-12
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [0.43.0](https://github.com/expo/entity/compare/v0.42.0...v0.43.0) (2025-04-10)
7+
8+
9+
### Bug Fixes
10+
11+
* fix generated tsc definition sentinel type visibility ([#283](https://github.com/expo/entity/issues/283)) ([9758fd5](https://github.com/expo/entity/commit/9758fd5df8695a8121258cd988c0c79ce8a3e4b6))
12+
13+
14+
15+
16+
617
# [0.42.0](https://github.com/expo/entity/compare/v0.41.0...v0.42.0) (2025-04-10)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages/*"
44
],
55
"npmClient": "yarn",
6-
"version": "0.42.0"
6+
"version": "0.43.0"
77
}

packages/entity-cache-adapter-local-memory/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+
# [0.43.0](https://github.com/expo/entity/compare/v0.42.0...v0.43.0) (2025-04-10)
7+
8+
**Note:** Version bump only for package @expo/entity-cache-adapter-local-memory
9+
10+
11+
12+
13+
614
# [0.42.0](https://github.com/expo/entity/compare/v0.41.0...v0.42.0) (2025-04-10)
715

816

packages/entity-cache-adapter-local-memory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expo/entity-cache-adapter-local-memory",
3-
"version": "0.42.0",
3+
"version": "0.43.0",
44
"description": "Cross-request local memory cache adapter for @expo/entity",
55
"files": [
66
"build",

packages/entity-cache-adapter-redis/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+
# [0.43.0](https://github.com/expo/entity/compare/v0.42.0...v0.43.0) (2025-04-10)
7+
8+
**Note:** Version bump only for package @expo/entity-cache-adapter-redis
9+
10+
11+
12+
13+
614
# [0.42.0](https://github.com/expo/entity/compare/v0.41.0...v0.42.0) (2025-04-10)
715

816

packages/entity-cache-adapter-redis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expo/entity-cache-adapter-redis",
3-
"version": "0.42.0",
3+
"version": "0.43.0",
44
"description": "Redis cache adapter for @expo/entity",
55
"files": [
66
"build",

packages/entity-codemod/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+
# [0.43.0](https://github.com/expo/entity/compare/v0.42.0...v0.43.0) (2025-04-10)
7+
8+
**Note:** Version bump only for package @expo/entity-codemod
9+
10+
11+
12+
13+
614
# [0.42.0](https://github.com/expo/entity/compare/v0.41.0...v0.42.0) (2025-04-10)
715

816
**Note:** Version bump only for package @expo/entity-codemod

packages/entity-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expo/entity-codemod",
3-
"version": "0.42.0",
3+
"version": "0.43.0",
44
"description": "jscodeshift codemods for @expo/entity upgrades",
55
"files": [
66
"build",

packages/entity-database-adapter-knex/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+
# [0.43.0](https://github.com/expo/entity/compare/v0.42.0...v0.43.0) (2025-04-10)
7+
8+
**Note:** Version bump only for package @expo/entity-database-adapter-knex
9+
10+
11+
12+
13+
614
# [0.42.0](https://github.com/expo/entity/compare/v0.41.0...v0.42.0) (2025-04-10)
715

816

packages/entity-database-adapter-knex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expo/entity-database-adapter-knex",
3-
"version": "0.42.0",
3+
"version": "0.43.0",
44
"description": "Knex database adapter for @expo/entity",
55
"files": [
66
"build",

0 commit comments

Comments
 (0)