Skip to content

Commit 38c5932

Browse files
chore(release): new version (openwallet-foundation#39)
Signed-off-by: "github-actions[bot]" <"41898282+github-actions[bot]@users.noreply.github.com"> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 829ef54 commit 38c5932

File tree

7 files changed

+28
-10
lines changed

7 files changed

+28
-10
lines changed

.changeset/unlucky-buckets-fold.md

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

packages/askar-nodejs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @openwallet-foundation/askar-nodejs
2+
3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- cb381f0: fix: allow fetching records without category
8+
- Updated dependencies [cb381f0]
9+
- @openwallet-foundation/askar-shared@0.3.2

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.1",
3+
"version": "0.3.2",
44
"license": "Apache-2.0",
55
"description": "Nodejs wrapper for Askar",
66
"main": "build/index",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @openwallet-foundation/askar-react-native
2+
3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- cb381f0: fix: allow fetching records without category
8+
- Updated dependencies [cb381f0]
9+
- @openwallet-foundation/askar-shared@0.3.2

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.1",
3+
"version": "0.3.2",
44
"license": "Apache-2.0",
55
"description": "React Native wrapper for Askar",
66
"main": "build/index",

packages/askar-shared/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @openwallet-foundation/askar-shared
2+
3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- cb381f0: fix: allow fetching records without category

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.1",
3+
"version": "0.3.2",
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)