Skip to content

Commit 1bdd8a3

Browse files
chore(release): new version (#1646)
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 29fd468 commit 1bdd8a3

File tree

14 files changed

+52
-32
lines changed

14 files changed

+52
-32
lines changed

.changeset/fluffy-turkeys-scream.md

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

.changeset/yummy-jeans-stare.md

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

packages/core/CHANGELOG.md

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

3+
## 2.7.3
4+
5+
### Patch Changes
6+
7+
- 29fd468: removed old package
8+
- c1cc972: Added new SVG Overlay for masking camera components
9+
310
## 2.7.2
411

512
### 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.7.2",
3+
"version": "2.7.3",
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.2",
36-
"@bifold/verifier": "2.7.2",
35+
"@bifold/oca": "2.7.3",
36+
"@bifold/verifier": "2.7.3",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.7.3
4+
5+
### Patch Changes
6+
7+
- c1cc972: Added new SVG Overlay for masking camera components
8+
39
## 2.7.2
410

511
### Patch 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": "2.7.2",
3+
"version": "2.7.3",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @bifold/react-native-attestation
22

3+
## 2.7.3
4+
5+
### Patch Changes
6+
7+
- c1cc972: Added new SVG Overlay for masking camera components
8+
39
## 2.7.2
410

511
### Patch Changes

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

packages/remote-logs/CHANGELOG.md

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

3+
## 2.7.3
4+
5+
### Patch Changes
6+
7+
- c1cc972: Added new SVG Overlay for masking camera components
8+
- Updated dependencies [29fd468]
9+
- Updated dependencies [c1cc972]
10+
- @bifold/core@2.7.3
11+
312
## 2.7.2
413

514
### 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.7.2",
3+
"version": "2.7.3",
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.2",
62+
"@bifold/core": "2.7.3",
6363
"@credo-ts/core": "0.5.13",
6464
"axios": "~1.4.0",
6565
"buffer": "~6.0.3",

0 commit comments

Comments
 (0)