Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferlund committed Jan 18, 2024
1 parent bfec779 commit e2c29b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.5] - 2024-01-18

### Changed

- Moved @dfinity/xxx dependencies from peerDependencies to dependencies because of bundling issues. This grows package size but prevents bundling issues in consuming apps.
- Minor refactoring.

## [0.0.4] - 2024-01-18

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

## Installation

In addition to `ic-use-actor`, the following packages are required:

- `@dfinity/agent`
- `@dfinity/identity`
- `@dfinity/candid`

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

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ic-use-actor",
"version": "0.0.4",
"version": "0.0.5",
"description": "React Hook and context provider to make interacting with Internet Computer canisters more fun!",
"author": "Kristofer Lund <kristofer@kristoferlund.se>",
"repository": {
Expand Down

0 comments on commit e2c29b8

Please sign in to comment.