Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/open-jobs-show.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-jeans-camp.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/upset-sides-jam.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @bifold/core

## 2.11.9

### Patch Changes

- 57a071d: Fix for PIN error not clearing
- f4b8a77: Add card status icons to theme for customization purposes
- 414b3c0: added resolutions to use patched versions of elliptic and sha.js

## 2.11.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bifold/core",
"version": "2.11.8",
"version": "2.11.9",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"types": "lib/typescript/src/index.d.ts",
Expand Down Expand Up @@ -40,8 +40,8 @@
"devDependencies": {
"@babel/core": "~7.22.20",
"@babel/runtime": "~7.23.9",
"@bifold/oca": "2.11.8",
"@bifold/verifier": "2.11.8",
"@bifold/oca": "2.11.9",
"@bifold/verifier": "2.11.9",
"@credo-ts/anoncreds": "0.5.17",
"@credo-ts/askar": "0.5.17",
"@credo-ts/core": "0.5.17",
Expand Down
6 changes: 6 additions & 0 deletions packages/oca/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.11.9

### Patch Changes

- 414b3c0: added resolutions to use patched versions of elliptic and sha.js

## 2.11.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/oca/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bifold/oca",
"version": "2.11.8",
"version": "2.11.9",
"description": "TypeScript implementation of Overlay Capture Architecture (OCA) for styling Aries Verifiable Credentials",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native-attestation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bifold/react-native-attestation

## 2.11.9

### Patch Changes

- 414b3c0: added resolutions to use patched versions of elliptic and sha.js

## 2.11.8

## 2.11.7
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-attestation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bifold/react-native-attestation",
"version": "2.11.8",
"version": "2.11.9",
"description": "Mobile app attestation",
"main": "build/commonjs/index.js",
"module": "build/module/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/remote-logs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.11.9

### Patch Changes

- 414b3c0: added resolutions to use patched versions of elliptic and sha.js
- Updated dependencies [57a071d]
- Updated dependencies [f4b8a77]
- Updated dependencies [414b3c0]
- @bifold/[email protected]

## 2.11.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/remote-logs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bifold/remote-logs",
"version": "2.11.8",
"version": "2.11.9",
"description": "Remote logging for credo-ts agents",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -59,7 +59,7 @@
"hoistingLimits": "workspaces"
},
"dependencies": {
"@bifold/core": "2.11.8",
"@bifold/core": "2.11.9",
"@credo-ts/core": "0.5.17",
"axios": "~1.13.2",
"buffer": "~6.0.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/verifier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bifold/verifier

## 2.11.9

### Patch Changes

- 414b3c0: added resolutions to use patched versions of elliptic and sha.js

## 2.11.8

## 2.11.7
Expand Down
2 changes: 1 addition & 1 deletion packages/verifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bifold/verifier",
"version": "2.11.8",
"version": "2.11.9",
"main": "build/commonjs/index.js",
"types": "build/typescript/index.d.ts",
"module": "build/module/index.js",
Expand Down
4 changes: 2 additions & 2 deletions samples/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"start": "react-native start --reset-cache"
},
"dependencies": {
"@bifold/core": "2.11.8",
"@bifold/oca": "2.11.8",
"@bifold/core": "2.11.9",
"@bifold/oca": "2.11.9",
"@credo-ts/anoncreds": "0.5.17",
"@credo-ts/askar": "0.5.17",
"@credo-ts/core": "0.5.17",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2371,14 +2371,14 @@ __metadata:
languageName: node
linkType: hard

"@bifold/core@npm:2.11.8, @bifold/core@workspace:packages/core":
"@bifold/core@npm:2.11.9, @bifold/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@bifold/core@workspace:packages/core"
dependencies:
"@babel/core": "npm:~7.22.20"
"@babel/runtime": "npm:~7.23.9"
"@bifold/oca": "npm:2.11.8"
"@bifold/verifier": "npm:2.11.8"
"@bifold/oca": "npm:2.11.9"
"@bifold/verifier": "npm:2.11.9"
"@credo-ts/anoncreds": "npm:0.5.17"
"@credo-ts/askar": "npm:0.5.17"
"@credo-ts/core": "npm:0.5.17"
Expand Down Expand Up @@ -2563,7 +2563,7 @@ __metadata:
languageName: unknown
linkType: soft

"@bifold/oca@npm:2.11.8, @bifold/oca@workspace:packages/oca":
"@bifold/oca@npm:2.11.9, @bifold/oca@workspace:packages/oca":
version: 0.0.0-use.local
resolution: "@bifold/oca@workspace:packages/oca"
dependencies:
Expand Down Expand Up @@ -2628,7 +2628,7 @@ __metadata:
"@babel/preset-flow": "npm:~7.24.7"
"@babel/preset-typescript": "npm:~7.24.7"
"@babel/runtime": "npm:~7.23.9"
"@bifold/core": "npm:2.11.8"
"@bifold/core": "npm:2.11.9"
"@credo-ts/core": "npm:0.5.17"
"@types/jest": "npm:~29.5.12"
"@typescript-eslint/parser": "npm:~7.18.0"
Expand All @@ -2654,7 +2654,7 @@ __metadata:
languageName: unknown
linkType: soft

"@bifold/verifier@npm:2.11.8, @bifold/verifier@workspace:packages/verifier":
"@bifold/verifier@npm:2.11.9, @bifold/verifier@workspace:packages/verifier":
version: 0.0.0-use.local
resolution: "@bifold/verifier@workspace:packages/verifier"
dependencies:
Expand Down Expand Up @@ -8641,8 +8641,8 @@ __metadata:
"@babel/core": "npm:~7.22.20"
"@babel/preset-env": "npm:~7.22.20"
"@babel/runtime": "npm:~7.23.9"
"@bifold/core": "npm:2.11.8"
"@bifold/oca": "npm:2.11.8"
"@bifold/core": "npm:2.11.9"
"@bifold/oca": "npm:2.11.9"
"@credo-ts/anoncreds": "npm:0.5.17"
"@credo-ts/askar": "npm:0.5.17"
"@credo-ts/core": "npm:0.5.17"
Expand Down