Skip to content

Commit bfbc013

Browse files
chore(release): new version (#58)
Signed-off-by: "github-actions[bot]" <"41898282+github-actions[bot]@users.noreply.github.com">
1 parent 6c40577 commit bfbc013

File tree

8 files changed

+33
-16
lines changed

8 files changed

+33
-16
lines changed

.changeset/rude-insects-wash.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/stupid-apples-decide.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/askar-nodejs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @openwallet-foundation/askar-nodejs
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 6c40577: The JWK key encoding for BLS keys has been changed to reflect the latest JWK specification for BLS
8+
9+
### Patch Changes
10+
11+
- 2295acb: chore: update to askar version 0.4.5. This release adds support for 16KB page sizes on Android.
12+
- Updated dependencies [6c40577]
13+
- @openwallet-foundation/askar-shared@0.4.0
14+
315
## 0.3.2
416

517
### Patch Changes

packages/askar-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openwallet-foundation/askar-nodejs",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"license": "Apache-2.0",
55
"description": "Nodejs wrapper for Askar",
66
"main": "build/index",

packages/askar-react-native/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @openwallet-foundation/askar-react-native
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 6c40577: The JWK key encoding for BLS keys has been changed to reflect the latest JWK specification for BLS
8+
9+
### Patch Changes
10+
11+
- 2295acb: chore: update to askar version 0.4.5. This release adds support for 16KB page sizes on Android.
12+
- Updated dependencies [6c40577]
13+
- @openwallet-foundation/askar-shared@0.4.0
14+
315
## 0.3.2
416

517
### Patch Changes

packages/askar-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openwallet-foundation/askar-react-native",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"license": "Apache-2.0",
55
"description": "React Native wrapper for Askar",
66
"main": "build/index",

packages/askar-shared/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @openwallet-foundation/askar-shared
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 6c40577: The JWK key encoding for BLS keys has been changed to reflect the latest JWK specification for BLS
8+
39
## 0.3.2
410

511
### Patch Changes

packages/askar-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openwallet-foundation/askar-shared",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"license": "Apache-2.0",
55
"description": "Shared library for using Askar with NodeJS and React Native",
66
"main": "build/index",

0 commit comments

Comments
 (0)