Skip to content

Commit cd82f0a

Browse files
chore(release): new version (#1568)
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 3cca189 commit cd82f0a

File tree

13 files changed

+39
-25
lines changed

13 files changed

+39
-25
lines changed

.changeset/some-gifts-hug.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.1.9
4+
5+
### Patch Changes
6+
7+
- 3cca189: added ability to view json details from credential and contact details screen in dev mode, added issued date to credential details screen in dev mode
8+
39
## 2.1.8
410

511
### Patch 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": "2.1.8",
3+
"version": "2.1.9",
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.20.0",
3535
"@babel/runtime": "^7.20.0",
36-
"@bifold/oca": "2.1.8",
37-
"@bifold/verifier": "2.1.8",
36+
"@bifold/oca": "2.1.9",
37+
"@bifold/verifier": "2.1.9",
3838
"@commitlint/cli": "^11.0.0",
3939
"@credo-ts/anoncreds": "0.5.13",
4040
"@credo-ts/askar": "0.5.13",
@@ -59,6 +59,7 @@
5959
"@hyperledger/indy-vdr-react-native": "0.2.2",
6060
"@hyperledger/indy-vdr-shared": "0.2.2",
6161
"@react-native-async-storage/async-storage": "^1.22.0",
62+
"@react-native-clipboard/clipboard": "^1.16.2",
6263
"@react-native-community/netinfo": "^11.3.0",
6364
"@react-native-masked-view/masked-view": "^0.3.0",
6465
"@react-native/babel-preset": "^0.73.0",
@@ -79,7 +80,6 @@
7980
"@types/react-test-renderer": "^18.0.1",
8081
"@typescript-eslint/eslint-plugin": "^6.6.0",
8182
"@typescript-eslint/parser": "^6.6.0",
82-
"@react-native-clipboard/clipboard": "^1.16.2",
8383
"axios": "^1.4.0",
8484
"babel-jest": "^27.5.1",
8585
"babel-plugin-module-resolver": "^5.0.0",
@@ -167,14 +167,14 @@
167167
"@hyperledger/indy-vdr-react-native": "0.2.2",
168168
"@hyperledger/indy-vdr-shared": "0.2.2",
169169
"@react-native-async-storage/async-storage": "^1.22.0",
170+
"@react-native-clipboard/clipboard": "^1.16.2",
170171
"@react-native-community/netinfo": "^11.3.0",
171172
"@react-native-masked-view/masked-view": "^0.3.0",
172173
"@react-navigation/bottom-tabs": "6.0.9",
173174
"@react-navigation/core": "6.1.0",
174175
"@react-navigation/devtools": "^6.0.8",
175176
"@react-navigation/native": "^6.0.8",
176177
"@react-navigation/stack": "^6.3.21",
177-
"@react-native-clipboard/clipboard": "^1.16.2",
178178
"axios": "^1.4.0",
179179
"base-64": "^1.0.0",
180180
"i18next": "^21.4.0",

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.1.9
4+
35
## 2.1.8
46

57
### 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.1.8",
3+
"version": "2.1.9",
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.1.9
4+
35
## 2.1.8
46

57
### 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.1.8",
3+
"version": "2.1.9",
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.1.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3cca189]
8+
- @bifold/core@2.1.9
9+
310
## 2.1.8
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.1.8",
3+
"version": "2.1.9",
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.1.8",
51+
"@bifold/core": "2.1.9",
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.1.9
4+
35
## 2.1.8
46

57
### Patch Changes

0 commit comments

Comments
 (0)