Skip to content

Commit 1131130

Browse files
chore(release): new version (#1810)
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 6ff5dbb commit 1131130

19 files changed

Lines changed: 76 additions & 59 deletions

.changeset/bright-onions-rule.md

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

.changeset/eager-states-sip.md

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

.changeset/large-numbers-pick.md

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

.changeset/ripe-sloths-bet.md

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

.changeset/soft-tables-cut.md

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

packages/core/CHANGELOG.md

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

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- 1e57f76: Fix Wallet Key
8+
- fda1a41: Add separate accessibility label for tab bar buttons
9+
- b4c4ded: Fix for biometrics availability not refreshing after being enabled on android
10+
- a9428ed: Cleanup OpenID module
11+
- 6ff5dbb: updated credo ts packages to 0.6.3
12+
- Updated dependencies [6ff5dbb]
13+
- @bifold/react-hooks@3.0.1
14+
315
## 3.0.0
416

517
### Major Changes

packages/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bifold/core",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"main": "lib/commonjs/index.js",
55
"module": "lib/module/index.js",
66
"types": "lib/typescript/src/index.d.ts",
@@ -44,9 +44,9 @@
4444
"devDependencies": {
4545
"@babel/core": "~7.28.6",
4646
"@babel/runtime": "~7.28.6",
47-
"@bifold/oca": "3.0.0",
48-
"@bifold/react-hooks": "3.0.0",
49-
"@bifold/verifier": "3.0.0",
47+
"@bifold/oca": "3.0.1",
48+
"@bifold/react-hooks": "3.0.1",
49+
"@bifold/verifier": "3.0.1",
5050
"@credo-ts/anoncreds": "0.6.3",
5151
"@credo-ts/askar": "0.6.3",
5252
"@credo-ts/core": "0.6.3",
@@ -152,7 +152,7 @@
152152
"zustand": "~4.5.4"
153153
},
154154
"peerDependencies": {
155-
"@bifold/react-hooks": "3.0.0",
155+
"@bifold/react-hooks": "3.0.1",
156156
"@credo-ts/anoncreds": "0.6.3",
157157
"@credo-ts/askar": "0.6.3",
158158
"@credo-ts/core": "0.6.3",

packages/oca/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- 6ff5dbb: updated credo ts packages to 0.6.3
8+
39
## 3.0.0
410

511
### Major Changes

packages/oca/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bifold/oca",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "TypeScript implementation of Overlay Capture Architecture (OCA) for styling Aries Verifiable Credentials",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

packages/react-hooks/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- 6ff5dbb: updated credo ts packages to 0.6.3
8+
39
## 3.0.0
410

511
### Major Changes

0 commit comments

Comments
 (0)