Skip to content

Commit

Permalink
v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferlund committed Mar 7, 2024
1 parent 85e1d42 commit 1d10ca3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9] - 2024-03-07

### Changed
- Moved @dfinity/xxx dependencies from dependencies to peerDependencies to reduce package size.

## Fixed
- Don't allow the actor context to be undefined as this can lead to unpredictable behaviour.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ A React context provider for managing Internet Computer (IC) actors with enhance
## Installation

```bash
npm install ic-use-actor
npm install ic-use-actor @dfinity/agent @dfinity/candid
```

## Usage
Expand Down

0 comments on commit 1d10ca3

Please sign in to comment.