Skip to content

Commit 4afb83b

Browse files
chore(release): new version
Signed-off-by: "github-actions[bot]" <"41898282+github-actions[bot]@users.noreply.github.com">
1 parent f626ebc commit 4afb83b

File tree

10 files changed

+35
-26
lines changed

10 files changed

+35
-26
lines changed

.changeset/empty-dolls-tickle.md

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

.changeset/little-rice-obey.md

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

.changeset/pretty-stingrays-accept.md

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

.changeset/tough-garlics-build.md

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

packages/askar-nodejs/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- f626ebc: chore: drop support for Node 18
8+
- f626ebc: rewrite the Node.JS FFI integration based on Koffi. This enabled Node.JS 24 support and provides a more modern integration
9+
10+
### Patch Changes
11+
12+
- f626ebc: feat: support Node.JS 24
13+
- a4f1969: docs: update version compatibility in readme
14+
- Updated dependencies [f626ebc]
15+
- @openwallet-foundation/askar-shared@0.5.0
16+
317
## 0.4.3
418

519
### 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.4.3",
3+
"version": "0.5.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.5.0
4+
5+
### Minor Changes
6+
7+
- f626ebc: chore: drop support for Node 18
8+
9+
### Patch Changes
10+
11+
- a4f1969: docs: update version compatibility in readme
12+
- Updated dependencies [f626ebc]
13+
- @openwallet-foundation/askar-shared@0.5.0
14+
315
## 0.4.3
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.4.3",
3+
"version": "0.5.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.5.0
4+
5+
### Minor Changes
6+
7+
- f626ebc: chore: drop support for Node 18
8+
39
## 0.4.3
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.4.3",
3+
"version": "0.5.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)