diff --git a/packages/connection/CHANGELOG.md b/packages/connection/CHANGELOG.md
index ef1fd7ac..cacf8436 100644
--- a/packages/connection/CHANGELOG.md
+++ b/packages/connection/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 0.0.2 (2020-05-04)
+
+* build: remove noEmit from tsconfig ([2cc05fc](https://github.com/ula-aca/ula-aca-plugins/commit/2cc05fc))
+
+
+
+
+
## 0.0.1 (2020-02-05)
- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
diff --git a/packages/connection/package.json b/packages/connection/package.json
index 54dd6bd8..a969acd5 100644
--- a/packages/connection/package.json
+++ b/packages/connection/package.json
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/connection",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "Universal Ledger Agent plugin for creating and maintaining Aries Cloudagent connections with other agents",
"scripts": {
"build": "../../node_modules/.bin/tsc -b ./tsconfig.json",
@@ -43,8 +43,8 @@
],
"dependencies": {
"@ula-aca/aries-cloudagent-interface": "^1.0.1",
- "@ula-aca/core": "^0.0.1",
- "@ula-aca/webhook-event-models": "^0.0.1",
+ "@ula-aca/core": "^0.0.2",
+ "@ula-aca/webhook-event-models": "^0.0.2",
"axios": "^0.19.2",
"universal-ledger-agent": "^0.1.2"
}
diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md
index ef1fd7ac..cacf8436 100644
--- a/packages/core/CHANGELOG.md
+++ b/packages/core/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 0.0.2 (2020-05-04)
+
+* build: remove noEmit from tsconfig ([2cc05fc](https://github.com/ula-aca/ula-aca-plugins/commit/2cc05fc))
+
+
+
+
+
## 0.0.1 (2020-02-05)
- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
diff --git a/packages/core/package.json b/packages/core/package.json
index ec9afaba..174de107 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/core",
- "version": "0.0.1",
+ "version": "0.0.2",
"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",
diff --git a/packages/credential-definition/CHANGELOG.md b/packages/credential-definition/CHANGELOG.md
index ef1fd7ac..cacf8436 100644
--- a/packages/credential-definition/CHANGELOG.md
+++ b/packages/credential-definition/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 0.0.2 (2020-05-04)
+
+* build: remove noEmit from tsconfig ([2cc05fc](https://github.com/ula-aca/ula-aca-plugins/commit/2cc05fc))
+
+
+
+
+
## 0.0.1 (2020-02-05)
- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
diff --git a/packages/credential-definition/package.json b/packages/credential-definition/package.json
index afdc2810..8f8c53d3 100644
--- a/packages/credential-definition/package.json
+++ b/packages/credential-definition/package.json
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/credential-definition",
- "version": "0.0.1",
+ "version": "0.0.2",
"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",
@@ -43,7 +43,7 @@
],
"dependencies": {
"@ula-aca/aries-cloudagent-interface": "^1.0.1",
- "@ula-aca/core": "^0.0.1",
+ "@ula-aca/core": "^0.0.2",
"axios": "^0.19.2",
"universal-ledger-agent": "^0.1.2"
}
diff --git a/packages/credential/CHANGELOG.md b/packages/credential/CHANGELOG.md
index ef1fd7ac..cacf8436 100644
--- a/packages/credential/CHANGELOG.md
+++ b/packages/credential/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 0.0.2 (2020-05-04)
+
+* build: remove noEmit from tsconfig ([2cc05fc](https://github.com/ula-aca/ula-aca-plugins/commit/2cc05fc))
+
+
+
+
+
## 0.0.1 (2020-02-05)
- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
diff --git a/packages/credential/package.json b/packages/credential/package.json
index a3e8ce7b..b7e0b7e2 100644
--- a/packages/credential/package.json
+++ b/packages/credential/package.json
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/credential",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "Universal Ledger Agent plugin for retrieving and removing Aries Cloudagent credentials issued to you",
"scripts": {
"build": "../../node_modules/.bin/tsc -b ./tsconfig.json",
@@ -43,7 +43,7 @@
],
"dependencies": {
"@ula-aca/aries-cloudagent-interface": "^1.0.1",
- "@ula-aca/core": "^0.0.1",
+ "@ula-aca/core": "^0.0.2",
"axios": "^0.19.2",
"universal-ledger-agent": "^0.1.2"
}
diff --git a/packages/issue-credential/CHANGELOG.md b/packages/issue-credential/CHANGELOG.md
index ef1fd7ac..cacf8436 100644
--- a/packages/issue-credential/CHANGELOG.md
+++ b/packages/issue-credential/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 0.0.2 (2020-05-04)
+
+* build: remove noEmit from tsconfig ([2cc05fc](https://github.com/ula-aca/ula-aca-plugins/commit/2cc05fc))
+
+
+
+
+
## 0.0.1 (2020-02-05)
- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
diff --git a/packages/issue-credential/package.json b/packages/issue-credential/package.json
index 460129e9..c8f6d3e2 100644
--- a/packages/issue-credential/package.json
+++ b/packages/issue-credential/package.json
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/issue-credential",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "Universal Ledger Agent plugin for creating and receiving Aries Cloudagent Verifiable Credentials",
"scripts": {
"build": "../../node_modules/.bin/tsc -b ./tsconfig.json",
@@ -43,8 +43,8 @@
],
"dependencies": {
"@ula-aca/aries-cloudagent-interface": "^1.0.1",
- "@ula-aca/core": "^0.0.1",
- "@ula-aca/webhook-event-models": "^0.0.1",
+ "@ula-aca/core": "^0.0.2",
+ "@ula-aca/webhook-event-models": "^0.0.2",
"axios": "^0.19.2",
"universal-ledger-agent": "^0.1.2"
}
diff --git a/packages/ledger/CHANGELOG.md b/packages/ledger/CHANGELOG.md
index ef1fd7ac..cacf8436 100644
--- a/packages/ledger/CHANGELOG.md
+++ b/packages/ledger/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 0.0.2 (2020-05-04)
+
+* build: remove noEmit from tsconfig ([2cc05fc](https://github.com/ula-aca/ula-aca-plugins/commit/2cc05fc))
+
+
+
+
+
## 0.0.1 (2020-02-05)
- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
diff --git a/packages/ledger/package.json b/packages/ledger/package.json
index 134b6453..62a4cbda 100644
--- a/packages/ledger/package.json
+++ b/packages/ledger/package.json
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/ledger",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "Universal Ledger Agent plugin for performing ledger actions on the Aries Cloudagent",
"scripts": {
"build": "../../node_modules/.bin/tsc -b ./tsconfig.json",
@@ -43,7 +43,7 @@
],
"dependencies": {
"@ula-aca/aries-cloudagent-interface": "^1.0.1",
- "@ula-aca/core": "^0.0.1",
+ "@ula-aca/core": "^0.0.2",
"axios": "^0.19.2",
"universal-ledger-agent": "^0.1.2"
}
diff --git a/packages/present-proof/CHANGELOG.md b/packages/present-proof/CHANGELOG.md
index ef1fd7ac..cacf8436 100644
--- a/packages/present-proof/CHANGELOG.md
+++ b/packages/present-proof/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 0.0.2 (2020-05-04)
+
+* build: remove noEmit from tsconfig ([2cc05fc](https://github.com/ula-aca/ula-aca-plugins/commit/2cc05fc))
+
+
+
+
+
## 0.0.1 (2020-02-05)
- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
diff --git a/packages/present-proof/package.json b/packages/present-proof/package.json
index 55b640fd..9a6e1e51 100644
--- a/packages/present-proof/package.json
+++ b/packages/present-proof/package.json
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/present-proof",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "Universal Ledger Agent plugin for creating and receiving Aries Cloudagent Verifiable Presentations",
"scripts": {
"build": "../../node_modules/.bin/tsc -b ./tsconfig.json",
@@ -43,8 +43,8 @@
],
"dependencies": {
"@ula-aca/aries-cloudagent-interface": "^1.0.1",
- "@ula-aca/core": "^0.0.1",
- "@ula-aca/webhook-event-models": "^0.0.1",
+ "@ula-aca/core": "^0.0.2",
+ "@ula-aca/webhook-event-models": "^0.0.2",
"axios": "^0.19.2",
"universal-ledger-agent": "^0.1.2"
}
diff --git a/packages/schema/CHANGELOG.md b/packages/schema/CHANGELOG.md
index ef1fd7ac..cacf8436 100644
--- a/packages/schema/CHANGELOG.md
+++ b/packages/schema/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 0.0.2 (2020-05-04)
+
+* build: remove noEmit from tsconfig ([2cc05fc](https://github.com/ula-aca/ula-aca-plugins/commit/2cc05fc))
+
+
+
+
+
## 0.0.1 (2020-02-05)
- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
diff --git a/packages/schema/package.json b/packages/schema/package.json
index 9a81d395..c62c5411 100644
--- a/packages/schema/package.json
+++ b/packages/schema/package.json
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/schema",
- "version": "0.0.1",
+ "version": "0.0.2",
"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",
@@ -43,7 +43,7 @@
],
"dependencies": {
"@ula-aca/aries-cloudagent-interface": "^1.0.1",
- "@ula-aca/core": "^0.0.1",
+ "@ula-aca/core": "^0.0.2",
"axios": "^0.19.2",
"universal-ledger-agent": "^0.1.2"
}
diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md
index ef1fd7ac..cacf8436 100644
--- a/packages/test-utils/CHANGELOG.md
+++ b/packages/test-utils/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 0.0.2 (2020-05-04)
+
+* build: remove noEmit from tsconfig ([2cc05fc](https://github.com/ula-aca/ula-aca-plugins/commit/2cc05fc))
+
+
+
+
+
## 0.0.1 (2020-02-05)
- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json
index 9db73126..af0683f0 100644
--- a/packages/test-utils/package.json
+++ b/packages/test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/test-utils",
- "version": "0.0.1",
+ "version": "0.0.2",
"private": true,
"main": "src/index.ts",
"dependencies": {
diff --git a/packages/wallet/CHANGELOG.md b/packages/wallet/CHANGELOG.md
index ef1fd7ac..cacf8436 100644
--- a/packages/wallet/CHANGELOG.md
+++ b/packages/wallet/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 0.0.2 (2020-05-04)
+
+* build: remove noEmit from tsconfig ([2cc05fc](https://github.com/ula-aca/ula-aca-plugins/commit/2cc05fc))
+
+
+
+
+
## 0.0.1 (2020-02-05)
- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
diff --git a/packages/wallet/package.json b/packages/wallet/package.json
index a300f31c..1015b777 100644
--- a/packages/wallet/package.json
+++ b/packages/wallet/package.json
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/wallet",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "Universal Ledger Agent plugin for managing the wallet in Aries Cloudagent",
"scripts": {
"build": "../../node_modules/.bin/tsc -b ./tsconfig.json",
@@ -43,7 +43,7 @@
],
"dependencies": {
"@ula-aca/aries-cloudagent-interface": "^1.0.1",
- "@ula-aca/core": "^0.0.1",
+ "@ula-aca/core": "^0.0.2",
"axios": "^0.19.2",
"universal-ledger-agent": "^0.1.2"
}
diff --git a/packages/webhook-event-models/CHANGELOG.md b/packages/webhook-event-models/CHANGELOG.md
index ef1fd7ac..cacf8436 100644
--- a/packages/webhook-event-models/CHANGELOG.md
+++ b/packages/webhook-event-models/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 0.0.2 (2020-05-04)
+
+* build: remove noEmit from tsconfig ([2cc05fc](https://github.com/ula-aca/ula-aca-plugins/commit/2cc05fc))
+
+
+
+
+
## 0.0.1 (2020-02-05)
- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
diff --git a/packages/webhook-event-models/package.json b/packages/webhook-event-models/package.json
index 6fdc2522..2c043ef3 100644
--- a/packages/webhook-event-models/package.json
+++ b/packages/webhook-event-models/package.json
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/webhook-event-models",
- "version": "0.0.1",
+ "version": "0.0.2",
"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",
diff --git a/packages/webhook-relay-event-router/CHANGELOG.md b/packages/webhook-relay-event-router/CHANGELOG.md
index ef1fd7ac..cacf8436 100644
--- a/packages/webhook-relay-event-router/CHANGELOG.md
+++ b/packages/webhook-relay-event-router/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 0.0.2 (2020-05-04)
+
+* build: remove noEmit from tsconfig ([2cc05fc](https://github.com/ula-aca/ula-aca-plugins/commit/2cc05fc))
+
+
+
+
+
## 0.0.1 (2020-02-05)
- docs: updated code climate badges ([7c0a0f0](https://github.com/ula-aca/ula-aca-plugins/commit/7c0a0f0))
diff --git a/packages/webhook-relay-event-router/package.json b/packages/webhook-relay-event-router/package.json
index 01c20092..4b16f3eb 100644
--- a/packages/webhook-relay-event-router/package.json
+++ b/packages/webhook-relay-event-router/package.json
@@ -1,6 +1,6 @@
{
"name": "@ula-aca/webhook-relay-event-router",
- "version": "0.0.1",
+ "version": "0.0.2",
"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",
@@ -42,7 +42,7 @@
"lib"
],
"dependencies": {
- "@ula-aca/webhook-event-models": "^0.0.1",
+ "@ula-aca/webhook-event-models": "^0.0.2",
"isomorphic-ws": "^4.0.1",
"universal-ledger-agent": "^0.1.2",
"ws": "^7.2.5"