Skip to content

Commit 48a4cfb

Browse files
committed
v0.8.2
1 parent 3d1f83f commit 48a4cfb

11 files changed

Lines changed: 52 additions & 14 deletions

File tree

.changeset/big-suits-hammer.md

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

packages/ack-id/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @agentcommercekit/ack-id
22

3+
## 0.8.2
4+
5+
### Patch Changes
6+
7+
- [#28](https://github.com/agentcommercekit/ack/pull/28) [`3d1f83f`](https://github.com/agentcommercekit/ack/commit/3d1f83faafaac388d6b977a1929180d8d20fa751) Thanks [@domleboss97](https://github.com/domleboss97)! - Scope return type of did pkh creation; improve did uri typing
8+
9+
- Updated dependencies [[`3d1f83f`](https://github.com/agentcommercekit/ack/commit/3d1f83faafaac388d6b977a1929180d8d20fa751)]:
10+
- @agentcommercekit/did@0.8.2
11+
- @agentcommercekit/vc@0.8.2
12+
313
## 0.8.1
414

515
### Patch Changes

packages/ack-id/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentcommercekit/ack-id",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"homepage": "https://github.com/agentcommercekit/ack#readme",
55
"bugs": "https://github.com/agentcommercekit/ack/issues",
66
"repository": {

packages/ack-pay/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @agentcommercekit/ack-pay
22

3+
## 0.8.2
4+
5+
### Patch Changes
6+
7+
- [#28](https://github.com/agentcommercekit/ack/pull/28) [`3d1f83f`](https://github.com/agentcommercekit/ack/commit/3d1f83faafaac388d6b977a1929180d8d20fa751) Thanks [@domleboss97](https://github.com/domleboss97)! - Scope return type of did pkh creation; improve did uri typing
8+
9+
- Updated dependencies [[`3d1f83f`](https://github.com/agentcommercekit/ack/commit/3d1f83faafaac388d6b977a1929180d8d20fa751)]:
10+
- @agentcommercekit/did@0.8.2
11+
- @agentcommercekit/vc@0.8.2
12+
313
## 0.8.1
414

515
### Patch Changes

packages/ack-pay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentcommercekit/ack-pay",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"homepage": "https://github.com/agentcommercekit/ack#readme",
55
"bugs": "https://github.com/agentcommercekit/ack/issues",
66
"repository": {

packages/agentcommercekit/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# agentcommercekit
22

3+
## 0.8.2
4+
5+
### Patch Changes
6+
7+
- [#28](https://github.com/agentcommercekit/ack/pull/28) [`3d1f83f`](https://github.com/agentcommercekit/ack/commit/3d1f83faafaac388d6b977a1929180d8d20fa751) Thanks [@domleboss97](https://github.com/domleboss97)! - Scope return type of did pkh creation; improve did uri typing
8+
9+
- Updated dependencies [[`3d1f83f`](https://github.com/agentcommercekit/ack/commit/3d1f83faafaac388d6b977a1929180d8d20fa751)]:
10+
- @agentcommercekit/did@0.8.2
11+
- @agentcommercekit/ack-id@0.8.2
12+
- @agentcommercekit/ack-pay@0.8.2
13+
- @agentcommercekit/vc@0.8.2
14+
315
## 0.8.1
416

517
### Patch Changes

packages/agentcommercekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentcommercekit",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"homepage": "https://github.com/agentcommercekit/ack#readme",
55
"bugs": "https://github.com/agentcommercekit/ack/issues",
66
"repository": {

packages/did/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @agentcommercekit/did
22

3+
## 0.8.2
4+
5+
### Patch Changes
6+
7+
- [#28](https://github.com/agentcommercekit/ack/pull/28) [`3d1f83f`](https://github.com/agentcommercekit/ack/commit/3d1f83faafaac388d6b977a1929180d8d20fa751) Thanks [@domleboss97](https://github.com/domleboss97)! - Scope return type of did pkh creation; improve did uri typing
8+
39
## 0.8.1
410

511
### Patch Changes

packages/did/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentcommercekit/did",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"homepage": "https://github.com/agentcommercekit/ack#readme",
55
"bugs": "https://github.com/agentcommercekit/ack/issues",
66
"repository": {

packages/vc/CHANGELOG.md

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

3+
## 0.8.2
4+
5+
### Patch Changes
6+
7+
- [#28](https://github.com/agentcommercekit/ack/pull/28) [`3d1f83f`](https://github.com/agentcommercekit/ack/commit/3d1f83faafaac388d6b977a1929180d8d20fa751) Thanks [@domleboss97](https://github.com/domleboss97)! - Scope return type of did pkh creation; improve did uri typing
8+
9+
- Updated dependencies [[`3d1f83f`](https://github.com/agentcommercekit/ack/commit/3d1f83faafaac388d6b977a1929180d8d20fa751)]:
10+
- @agentcommercekit/did@0.8.2
11+
312
## 0.8.1
413

514
### Patch Changes

0 commit comments

Comments
 (0)