Skip to content

Commit

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

## [Unreleased]

## [0.0.11] - 2024-07-11

### Added
- Login support for `derivationOrigin`

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

## [0.0.10] - 2024-03-07

### Fixed
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
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,17 @@ export type InternetIdentityContextType = {
};
```

## Updates

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 Down
88 changes: 44 additions & 44 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ic-use-internet-identity",
"version": "0.0.10",
"version": "0.0.11",
"description": "Hook that makes it easy to integrate IC Internet Identity into your React application.",
"author": "Kristofer Lund <kristofer@kristoferlund.se>",
"repository": {
Expand Down Expand Up @@ -32,9 +32,9 @@
"dependencies": {},
"peerDependencies": {
"react": ">=18.0.0",
"@dfinity/agent": ">=1.0.1",
"@dfinity/auth-client": ">=1.0.1",
"@dfinity/identity": ">=1.0.1"
"@dfinity/agent": ">=1.2.1",
"@dfinity/auth-client": ">=1.2.1",
"@dfinity/identity": ">=1.2.1"
},
"devDependencies": {
"@types/node": "^20.10.6",
Expand Down

0 comments on commit 752df54

Please sign in to comment.