Skip to content

Commit 058f7ad

Browse files
chore(release): new version (#62)
* chore(release): new version Signed-off-by: "github-actions[bot]" <"41898282+github-actions[bot]@users.noreply.github.com"> * chore(release): new version --------- 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 8b46324 commit 058f7ad

File tree

7 files changed

+25
-10
lines changed

7 files changed

+25
-10
lines changed

.changeset/six-buttons-kick.md

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

packages/askar-nodejs/CHANGELOG.md

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

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- 8b46324: feat: support profile renaming and copying
8+
- Updated dependencies [8b46324]
9+
- @openwallet-foundation/askar-shared@0.4.1
10+
311
## 0.4.0
412

513
### Minor 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.0",
3+
"version": "0.4.1",
44
"license": "Apache-2.0",
55
"description": "Nodejs wrapper for Askar",
66
"main": "build/index",

packages/askar-react-native/CHANGELOG.md

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

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- 8b46324: feat: support profile renaming and copying
8+
- Updated dependencies [8b46324]
9+
- @openwallet-foundation/askar-shared@0.4.1
10+
311
## 0.4.0
412

513
### Minor 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.0",
3+
"version": "0.4.1",
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.1
4+
5+
### Patch Changes
6+
7+
- 8b46324: feat: support profile renaming and copying
8+
39
## 0.4.0
410

511
### Minor 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.0",
3+
"version": "0.4.1",
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)