Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 6bb02fe

Browse files
author
Jenkins CI
committed
Prepare version v0.3.0
1 parent fa82898 commit 6bb02fe

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Release 0.3.0 (2019-02-28)
2+
3+
[Changes since v0.2.0](https://github.com/realm/react-realm-context/compare/v0.2.0...v0.3.0)
4+
5+
## Enhancements
6+
7+
* None
8+
9+
## Fixed
10+
11+
* Fixed the types by removing the `esModuleInterop` from the tsconfig.json. ([#15](https://github.com/realm/react-realm-context/pull/15), since 0.2.0)
12+
13+
## Internals
14+
15+
* None
16+
17+
118
# Release 0.2.0 (2019-02-28)
219

320
[Changes since v0.1.0](https://github.com/realm/react-realm-context/compare/v0.1.0...v0.2.0)

RELEASENOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Fixed
88

9-
* Fixed the types by removing the `esModuleInterop` from the tsconfig.json. ([#15](https://github.com/realm/react-realm-context/pull/15), since 0.2.0)
9+
* None
1010

1111
## Internals
1212

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-realm-context",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Components that simplifies using Realm with React",
55
"scripts": {
66
"build": "tsc -p config/tsconfig.build.json",

0 commit comments

Comments
 (0)