Skip to content

Commit 1191ab5

Browse files
chore(release): new version (#1641)
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 84cb3cd commit 1191ab5

File tree

13 files changed

+38
-24
lines changed

13 files changed

+38
-24
lines changed

.changeset/tiny-llamas-try.md

Lines changed: 0 additions & 6 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.7.1
4+
5+
### Patch Changes
6+
7+
- 84cb3cd: fix issues with class relations
8+
39
## 2.7.0
410

511
### Minor 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.7.0",
3+
"version": "2.7.1",
44
"main": "lib/commonjs/index.js",
55
"module": "lib/module/index.js",
66
"react-native": "lib/commonjs/index.js",
@@ -32,8 +32,8 @@
3232
"devDependencies": {
3333
"@babel/core": "~7.22.20",
3434
"@babel/runtime": "~7.23.9",
35-
"@bifold/oca": "2.7.0",
36-
"@bifold/verifier": "2.7.0",
35+
"@bifold/oca": "2.7.1",
36+
"@bifold/verifier": "2.7.1",
3737
"@commitlint/cli": "~11.0.0",
3838
"@credo-ts/anoncreds": "0.5.13",
3939
"@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.7.1
4+
35
## 2.7.0
46

57
## 2.6.0

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.7.0",
3+
"version": "2.7.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-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.7.1
4+
35
## 2.7.0
46

57
## 2.6.0

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.7.0",
3+
"version": "2.7.1",
44
"description": "Mobile app attestation",
55
"main": "build/commonjs/index.js",
66
"module": "build/module/index.js",

packages/remote-logs/CHANGELOG.md

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

3+
## 2.7.1
4+
5+
### Patch Changes
6+
7+
- 84cb3cd: fix issues with class relations
8+
- Updated dependencies [84cb3cd]
9+
- @bifold/core@2.7.1
10+
311
## 2.7.0
412

513
### Minor 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.7.0",
3+
"version": "2.7.1",
44
"description": "Remote logging for credo-ts agents",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
@@ -59,7 +59,7 @@
5959
"hoistingLimits": "workspaces"
6060
},
6161
"dependencies": {
62-
"@bifold/core": "2.7.0",
62+
"@bifold/core": "2.7.1",
6363
"@credo-ts/core": "0.5.13",
6464
"axios": "~1.4.0",
6565
"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.7.1
4+
35
## 2.7.0
46

57
## 2.6.0

0 commit comments

Comments
 (0)