Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @ula-aca/[email protected]
 - @ula-aca/[email protected]
 - @ula-aca/[email protected]
 - @ula-aca/[email protected]
 - @ula-aca/[email protected]
 - @ula-aca/[email protected]
 - @ula-aca/[email protected]
 - @ula-aca/[email protected]
 - @ula-aca/[email protected]
 - @ula-aca/[email protected]
 - @ula-aca/[email protected]
 - @ula-aca/[email protected]
  • Loading branch information
github-actions[bot] committed Feb 5, 2020
1 parent 7c0a0f0 commit 54c2b38
Show file tree
Hide file tree
Showing 24 changed files with 120 additions and 24 deletions.
8 changes: 8 additions & 0 deletions packages/connection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>0.0.1 (2020-02-05)</small>

- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
6 changes: 3 additions & 3 deletions packages/connection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/connection",
"version": "0.0.0",
"version": "0.0.1",
"description": "Universal Ledger Agent plugin for creating and maintaining Aries Cloudagent connections with other agents",
"scripts": {
"build": "../../node_modules/.bin/tsc -b ./tsconfig.json",
Expand Down Expand Up @@ -43,8 +43,8 @@
],
"dependencies": {
"@ula-aca/aries-cloudagent-interface": "^1.0.1",
"@ula-aca/core": "0.0.0",
"@ula-aca/webhook-event-models": "0.0.0",
"@ula-aca/core": "^0.0.1",
"@ula-aca/webhook-event-models": "^0.0.1",
"axios": "^0.19.2",
"universal-ledger-agent": "^0.1.2"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>0.0.1 (2020-02-05)</small>

- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/core",
"version": "0.0.0",
"version": "0.0.1",
"description": "Core module of ula-aca that contains code used by all plugins. Base plugin, error handling, etc...",
"scripts": {
"build": "../../node_modules/.bin/tsc -b ./tsconfig.json",
Expand Down
8 changes: 8 additions & 0 deletions packages/credential-definition/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>0.0.1 (2020-02-05)</small>

- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
4 changes: 2 additions & 2 deletions packages/credential-definition/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/credential-definition",
"version": "0.0.0",
"version": "0.0.1",
"description": "Universal Ledger Agent plugin for creating and retrieving credential definitions from the ledger connected to Aries Cloudagent",
"scripts": {
"build": "../../node_modules/.bin/tsc -b ./tsconfig.json",
Expand Down Expand Up @@ -43,7 +43,7 @@
],
"dependencies": {
"@ula-aca/aries-cloudagent-interface": "^1.0.1",
"@ula-aca/core": "0.0.0",
"@ula-aca/core": "^0.0.1",
"axios": "^0.19.2",
"universal-ledger-agent": "^0.1.2"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/credential/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>0.0.1 (2020-02-05)</small>

- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
4 changes: 2 additions & 2 deletions packages/credential/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/credential",
"version": "0.0.0",
"version": "0.0.1",
"description": "Universal Ledger Agent plugin for retrieving and removing Aries Cloudagent credentials issued to you",
"scripts": {
"build": "../../node_modules/.bin/tsc -b ./tsconfig.json",
Expand Down Expand Up @@ -43,7 +43,7 @@
],
"dependencies": {
"@ula-aca/aries-cloudagent-interface": "^1.0.1",
"@ula-aca/core": "0.0.0",
"@ula-aca/core": "^0.0.1",
"axios": "^0.19.2",
"universal-ledger-agent": "^0.1.2"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/issue-credential/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>0.0.1 (2020-02-05)</small>

- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
6 changes: 3 additions & 3 deletions packages/issue-credential/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/issue-credential",
"version": "0.0.0",
"version": "0.0.1",
"description": "Universal Ledger Agent plugin for creating and receiving Aries Cloudagent Verifiable Credentials",
"scripts": {
"build": "../../node_modules/.bin/tsc -b ./tsconfig.json",
Expand Down Expand Up @@ -43,8 +43,8 @@
],
"dependencies": {
"@ula-aca/aries-cloudagent-interface": "^1.0.1",
"@ula-aca/core": "0.0.0",
"@ula-aca/webhook-event-models": "0.0.0",
"@ula-aca/core": "^0.0.1",
"@ula-aca/webhook-event-models": "^0.0.1",
"axios": "^0.19.2",
"universal-ledger-agent": "^0.1.2"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/ledger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>0.0.1 (2020-02-05)</small>

- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
4 changes: 2 additions & 2 deletions packages/ledger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/ledger",
"version": "0.0.0",
"version": "0.0.1",
"description": "Universal Ledger Agent plugin for performing ledger actions on the Aries Cloudagent",
"scripts": {
"build": "../../node_modules/.bin/tsc -b ./tsconfig.json",
Expand Down Expand Up @@ -43,7 +43,7 @@
],
"dependencies": {
"@ula-aca/aries-cloudagent-interface": "^1.0.1",
"@ula-aca/core": "0.0.0",
"@ula-aca/core": "^0.0.1",
"axios": "^0.19.2",
"universal-ledger-agent": "^0.1.2"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/present-proof/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>0.0.1 (2020-02-05)</small>

- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
6 changes: 3 additions & 3 deletions packages/present-proof/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/present-proof",
"version": "0.0.0",
"version": "0.0.1",
"description": "Universal Ledger Agent plugin for creating and receiving Aries Cloudagent Verifiable Presentations",
"scripts": {
"build": "../../node_modules/.bin/tsc -b ./tsconfig.json",
Expand Down Expand Up @@ -43,8 +43,8 @@
],
"dependencies": {
"@ula-aca/aries-cloudagent-interface": "^1.0.1",
"@ula-aca/core": "0.0.0",
"@ula-aca/webhook-event-models": "0.0.0",
"@ula-aca/core": "^0.0.1",
"@ula-aca/webhook-event-models": "^0.0.1",
"axios": "^0.19.2",
"universal-ledger-agent": "^0.1.2"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>0.0.1 (2020-02-05)</small>

- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/schema",
"version": "0.0.0",
"version": "0.0.1",
"description": "Universal Ledger Agent plugin for creating and retrieving schemas from the ledger connected to Aries Cloudagent",
"scripts": {
"build": "../../node_modules/.bin/tsc -b ./tsconfig.json",
Expand Down Expand Up @@ -43,7 +43,7 @@
],
"dependencies": {
"@ula-aca/aries-cloudagent-interface": "^1.0.1",
"@ula-aca/core": "0.0.0",
"@ula-aca/core": "^0.0.1",
"axios": "^0.19.2",
"universal-ledger-agent": "^0.1.2"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>0.0.1 (2020-02-05)</small>

- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/test-utils",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"main": "src/index.ts",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>0.0.1 (2020-02-05)</small>

- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
4 changes: 2 additions & 2 deletions packages/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/wallet",
"version": "0.0.0",
"version": "0.0.1",
"description": "Universal Ledger Agent plugin for managing the wallet in Aries Cloudagent",
"scripts": {
"build": "../../node_modules/.bin/tsc -b ./tsconfig.json",
Expand Down Expand Up @@ -43,7 +43,7 @@
],
"dependencies": {
"@ula-aca/aries-cloudagent-interface": "^1.0.1",
"@ula-aca/core": "0.0.0",
"@ula-aca/core": "^0.0.1",
"axios": "^0.19.2",
"universal-ledger-agent": "^0.1.2"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/webhook-event-models/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>0.0.1 (2020-02-05)</small>

- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
2 changes: 1 addition & 1 deletion packages/webhook-event-models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/webhook-event-models",
"version": "0.0.0",
"version": "0.0.1",
"description": "Helper package with base models for creating plugins that interact with Aries Cloudagent webhook events",
"scripts": {
"build": "../../node_modules/.bin/tsc -b ./tsconfig.json",
Expand Down
8 changes: 8 additions & 0 deletions packages/webhook-relay-event-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>0.0.1 (2020-02-05)</small>

- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
4 changes: 2 additions & 2 deletions packages/webhook-relay-event-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/webhook-relay-event-router",
"version": "0.0.0",
"version": "0.0.1",
"description": "Universal Ledger Agent Plugin for receiving Aries Cloudagent Webhook Relay webhook events through a WebSocket connection",
"scripts": {
"build": "../../node_modules/.bin/tsc -b ./tsconfig.json",
Expand Down Expand Up @@ -42,7 +42,7 @@
"lib"
],
"dependencies": {
"@ula-aca/webhook-event-models": "0.0.0",
"@ula-aca/webhook-event-models": "^0.0.1",
"isomorphic-ws": "^4.0.1",
"universal-ledger-agent": "^0.1.2",
"ws": "^7.2.1"
Expand Down

0 comments on commit 54c2b38

Please sign in to comment.