Skip to content

Commit

Permalink
v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferlund committed Jul 11, 2024
1 parent 95cf26a commit edd6327
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 28 deletions.
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.10] - 2024-07-11

### Changed
- Upgraded minimum required versions of @dfinity/xxx dependencies

## [0.0.9] - 2024-03-07

### Changed
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
clean:
rm -rf dist
rm -rf node_modules
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,13 @@ export default function Actor({ children }: { children: ReactNode }) {

See the [CHANGELOG](CHANGELOG.md) for details on updates.

## Author

- [kristofer@kristoferlund.se](mailto:kristofer@kristoferlund.se)
- Twitter: [@kristoferlund](https://twitter.com/kristoferlund)
- Discord: kristoferkristofer
- Telegram: [@kristoferkristofer](https://t.me/kristoferkristofer)

## Contributing

Contributions are welcome. Please submit your pull requests or open issues to propose changes or report bugs.
Expand All @@ -202,4 +209,3 @@ This project is licensed under the MIT License. See the LICENSE file for more de
[version-image]: https://img.shields.io/npm/v/ic-use-actor
[dl-image]: https://img.shields.io/npm/dw/ic-use-actor
[npm-link]: https://www.npmjs.com/package/ic-use-actor

48 changes: 24 additions & 24 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ic-use-actor",
"version": "0.0.9",
"version": "0.0.10",
"description": "React Hook and context provider to make interacting with Internet Computer canisters more fun!",
"author": "Kristofer Lund <kristofer@kristoferlund.se>",
"repository": {
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"peerDependencies": {
"react": ">=18.0.0",
"@dfinity/agent": ">=1.0.1",
"@dfinity/candid": ">=1.0.1"
"@dfinity/agent": ">=1.2.1",
"@dfinity/candid": ">=1.2.1"
},
"devDependencies": {
"@types/node": "^20.10.6",
Expand Down

0 comments on commit edd6327

Please sign in to comment.