Skip to content

Commit 6b9e67b

Browse files
chore(release): new version (#1616)
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 502d616 commit 6b9e67b

File tree

13 files changed

+37
-23
lines changed

13 files changed

+37
-23
lines changed

.changeset/nine-dryers-pull.md

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

packages/core/CHANGELOG.md

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

3+
## 2.4.5
4+
5+
### Patch Changes
6+
7+
- 502d616: Refactored ledgers API to be configurable
8+
39
## 2.4.4
410

511
### Patch Changes

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bifold/core",
3-
"version": "2.4.4",
3+
"version": "2.4.5",
44
"main": "lib/commonjs/index.js",
55
"module": "lib/module/index.js",
66
"react-native": "src/index.ts",
@@ -33,8 +33,8 @@
3333
"devDependencies": {
3434
"@babel/core": "~7.22.20",
3535
"@babel/runtime": "~7.23.9",
36-
"@bifold/oca": "2.4.4",
37-
"@bifold/verifier": "2.4.4",
36+
"@bifold/oca": "2.4.5",
37+
"@bifold/verifier": "2.4.5",
3838
"@commitlint/cli": "~11.0.0",
3939
"@credo-ts/anoncreds": "0.5.13",
4040
"@credo-ts/askar": "0.5.13",

packages/oca/CHANGELOG.md

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

3+
## 2.4.5
4+
35
## 2.4.4
46

57
## 2.4.3

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": "2.4.4",
3+
"version": "2.4.5",
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-native-attestation/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @bifold/react-native-attestation
22

3+
## 2.4.5
4+
35
## 2.4.4
46

57
## 2.4.3

packages/react-native-attestation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bifold/react-native-attestation",
3-
"version": "2.4.4",
3+
"version": "2.4.5",
44
"description": "Mobile app attestation",
55
"main": "build/commonjs/index.js",
66
"module": "build/module/index.js",

packages/remote-logs/CHANGELOG.md

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

3+
## 2.4.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [502d616]
8+
- @bifold/core@2.4.5
9+
310
## 2.4.4
411

512
### Patch Changes

packages/remote-logs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bifold/remote-logs",
3-
"version": "2.4.4",
3+
"version": "2.4.5",
44
"description": "Remote logging for credo-ts agents",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
@@ -48,7 +48,7 @@
4848
"hoistingLimits": "workspaces"
4949
},
5050
"dependencies": {
51-
"@bifold/core": "2.4.4",
51+
"@bifold/core": "2.4.5",
5252
"@credo-ts/core": "0.5.13",
5353
"axios": "~1.4.0",
5454
"buffer": "~6.0.3",

packages/verifier/CHANGELOG.md

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

3+
## 2.4.5
4+
35
## 2.4.4
46

57
## 2.4.3

0 commit comments

Comments
 (0)