Skip to content

Commit

Permalink
Prepare version v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Feb 28, 2019
1 parent 816cbd9 commit 0c90b21
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 10 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Release 0.2.0 (2019-02-28)

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

## Enhancements

* Added a `RealmProgress` component which will report progress when up or downloading. ([#14](https://github.com/realm/react-realm-context/pull/14))

## Fixed

* Fixed how context consuming components reacted to a Realm instance being swapped by the RealmProvider. ([#12](https://github.com/realm/react-realm-context/pull/12), since 0.1.0)

## Internals

* Added documentation using tsdocs published to GitHub pages on https://realm.github.io/react-realm-context. ([#10](https://github.com/realm/react-realm-context/pull/10))
* Added better component oriented docs to the README.md. ([#11](https://github.com/realm/react-realm-context/pull/11))
* Upgraded dependencies, restructured test utilities and fixed the ROS dependent tests. ([#13](https://github.com/realm/react-realm-context/pull/13))


# Release 0.1.0 (2018-12-14)

## Enhancements
Expand Down
11 changes: 3 additions & 8 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
[Changes since {PREVIOUS_VERSION}](https://github.com/realm/react-realm-context/compare/{PREVIOUS_VERSION}...{CURRENT_VERSION})

## Enhancements

* Added a `RealmProgress` component which will report progress when up or downloading. ([#14](https://github.com/realm/react-realm-context/pull/14))
- None

## Fixed

* Fixed how context consuming components reacted to a Realm instance being swapped by the RealmProvider. ([#12](https://github.com/realm/react-realm-context/pull/12), since 0.1.0)
- None

## Internals

* Added documentation using tsdocs published to GitHub pages on https://realm.github.io/react-realm-context. ([#10](https://github.com/realm/react-realm-context/pull/10))
* Added better component oriented docs to the README.md. ([#11](https://github.com/realm/react-realm-context/pull/11))
* Upgraded dependencies, restructured test utilities and fixed the ROS dependent tests. ([#13](https://github.com/realm/react-realm-context/pull/13))
- None
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-realm-context",
"version": "0.1.0",
"version": "0.2.0",
"description": "Components that simplifies using Realm with React",
"scripts": {
"build": "tsc -p config/tsconfig.build.json",
Expand Down

0 comments on commit 0c90b21

Please sign in to comment.