Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/rude-insects-wash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stupid-apples-decide.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/askar-nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @openwallet-foundation/askar-nodejs

## 0.4.0

### Minor Changes

- 6c40577: The JWK key encoding for BLS keys has been changed to reflect the latest JWK specification for BLS

### Patch Changes

- 2295acb: chore: update to askar version 0.4.5. This release adds support for 16KB page sizes on Android.
- Updated dependencies [6c40577]
- @openwallet-foundation/askar-shared@0.4.0

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/askar-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openwallet-foundation/askar-nodejs",
"version": "0.3.2",
"version": "0.4.0",
"license": "Apache-2.0",
"description": "Nodejs wrapper for Askar",
"main": "build/index",
Expand Down
12 changes: 12 additions & 0 deletions packages/askar-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @openwallet-foundation/askar-react-native

## 0.4.0

### Minor Changes

- 6c40577: The JWK key encoding for BLS keys has been changed to reflect the latest JWK specification for BLS

### Patch Changes

- 2295acb: chore: update to askar version 0.4.5. This release adds support for 16KB page sizes on Android.
- Updated dependencies [6c40577]
- @openwallet-foundation/askar-shared@0.4.0

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/askar-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openwallet-foundation/askar-react-native",
"version": "0.3.2",
"version": "0.4.0",
"license": "Apache-2.0",
"description": "React Native wrapper for Askar",
"main": "build/index",
Expand Down
6 changes: 6 additions & 0 deletions packages/askar-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openwallet-foundation/askar-shared

## 0.4.0

### Minor Changes

- 6c40577: The JWK key encoding for BLS keys has been changed to reflect the latest JWK specification for BLS

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/askar-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openwallet-foundation/askar-shared",
"version": "0.3.2",
"version": "0.4.0",
"license": "Apache-2.0",
"description": "Shared library for using Askar with NodeJS and React Native",
"main": "build/index",
Expand Down