Skip to content

Commit 1c3fa1f

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

File tree

7 files changed

+27
-11
lines changed

7 files changed

+27
-11
lines changed

.changeset/stupid-apples-decide.md

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

packages/askar-nodejs/CHANGELOG.md

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

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- 2295acb: chore: update to askar version 0.4.5. This release adds support for 16KB page sizes on Android.
8+
- @openwallet-foundation/askar-shared@0.3.3
9+
310
## 0.3.2
411

512
### Patch Changes

packages/askar-nodejs/package.json

Lines changed: 5 additions & 2 deletions
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.3.3",
44
"license": "Apache-2.0",
55
"description": "Nodejs wrapper for Askar",
66
"main": "build/index",
@@ -15,7 +15,10 @@
1515
"publishConfig": {
1616
"access": "public"
1717
},
18-
"files": ["build", "scripts"],
18+
"files": [
19+
"build",
20+
"scripts"
21+
],
1922
"scripts": {
2023
"types:check": "pnpm compile --noEmit",
2124
"build": "pnpm clean && pnpm compile",

packages/askar-react-native/CHANGELOG.md

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

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- 2295acb: chore: update to askar version 0.4.5. This release adds support for 16KB page sizes on Android.
8+
- @openwallet-foundation/askar-shared@0.3.3
9+
310
## 0.3.2
411

512
### 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.3.3",
44
"license": "Apache-2.0",
55
"description": "React Native wrapper for Askar",
66
"main": "build/index",

packages/askar-shared/CHANGELOG.md

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

3+
## 0.3.3
4+
35
## 0.3.2
46

57
### Patch Changes

packages/askar-shared/package.json

Lines changed: 5 additions & 2 deletions
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.3.3",
44
"license": "Apache-2.0",
55
"description": "Shared library for using Askar with NodeJS and React Native",
66
"main": "build/index",
@@ -16,7 +16,10 @@
1616
"publishConfig": {
1717
"access": "public"
1818
},
19-
"files": ["build", "installBinary.js"],
19+
"files": [
20+
"build",
21+
"installBinary.js"
22+
],
2023
"scripts": {
2124
"types:check": "pnpm compile --noEmit",
2225
"build": "pnpm clean && pnpm compile",

0 commit comments

Comments
 (0)