Skip to content

Commit

Permalink
Version Packages (#709)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 16, 2024
1 parent e0d5bac commit 8dd0832
Show file tree
Hide file tree
Showing 27 changed files with 187 additions and 75 deletions.
8 changes: 0 additions & 8 deletions .changeset/dirty-days-flash.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/famous-otters-kick.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/lemon-islands-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-ducks-deny.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/shiny-students-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-cherries-grow.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tidy-wasps-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-worms-float.md

This file was deleted.

23 changes: 23 additions & 0 deletions packages/agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @web5/agent

## 0.4.0

### Minor Changes

- [#736](https://github.com/TBD54566975/web5-js/pull/736) [`89f239d`](https://github.com/TBD54566975/web5-js/commit/89f239d1338a71ce700ac1efaef124035a5363c9) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Migrate `Events` interface to `Messages` interface for sync

- [#743](https://github.com/TBD54566975/web5-js/pull/743) [`44604a4`](https://github.com/TBD54566975/web5-js/commit/44604a4edacdbfa09f0427f782ac49a34a9d9d2b) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Protocol driven identity, key and did storage

### Patch Changes

- [#739](https://github.com/TBD54566975/web5-js/pull/739) [`5b0c61a`](https://github.com/TBD54566975/web5-js/commit/5b0c61ab548dfe7258592cc7fb924fabc80f7be1) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Sync accounts for 404 from a conflicting RecordsDelete message

- [#694](https://github.com/TBD54566975/web5-js/pull/694) [`cc3aa58`](https://github.com/TBD54566975/web5-js/commit/cc3aa58069dd5465834b32174e3f840ddf782d60) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Dependency updates.

- [#744](https://github.com/TBD54566975/web5-js/pull/744) [`1708050`](https://github.com/TBD54566975/web5-js/commit/1708050fa2cbcdd9861ef289bb306505c8671194) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add ability to delete IdentityMetadata, PortableDid, and Jwk from Dwn Stores in Agent

- [#738](https://github.com/TBD54566975/web5-js/pull/738) [`bc54d0c`](https://github.com/TBD54566975/web5-js/commit/bc54d0c82d9665d60b4fa6bba11f7ef3e24497a4) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Remove Duplicate Methods used in sync & Fix sync bug where only RecordsWrite were being pulled from the remote

- Updated dependencies [[`cc3aa58`](https://github.com/TBD54566975/web5-js/commit/cc3aa58069dd5465834b32174e3f840ddf782d60)]:
- @web5/common@1.0.2
- @web5/crypto@1.0.2
- @web5/dids@1.1.2

## 0.3.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/agent",
"version": "0.3.8",
"version": "0.4.0",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @web5/common

## 1.0.2

### Patch Changes

- [#694](https://github.com/TBD54566975/web5-js/pull/694) [`cc3aa58`](https://github.com/TBD54566975/web5-js/commit/cc3aa58069dd5465834b32174e3f840ddf782d60) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Dependency updates.

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/common",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/credentials/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @web5/credentials

## 1.0.4

### Patch Changes

- [#694](https://github.com/TBD54566975/web5-js/pull/694) [`cc3aa58`](https://github.com/TBD54566975/web5-js/commit/cc3aa58069dd5465834b32174e3f840ddf782d60) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Dependency updates.

- [#712](https://github.com/TBD54566975/web5-js/pull/712) [`169bd1c`](https://github.com/TBD54566975/web5-js/commit/169bd1c6b600b38f081fd01fbf8d4aae0d44acb1) Thanks [@nitro-neal](https://github.com/nitro-neal)! - update pex package to 3.3.3

- [#751](https://github.com/TBD54566975/web5-js/pull/751) [`e0d5bac`](https://github.com/TBD54566975/web5-js/commit/e0d5bac22e8a7106be08fa79795b3e9fb30b1c88) Thanks [@mistermoe](https://github.com/mistermoe)! - Replaced hardcoded `typ` value in JWT with an optional header override.

- Updated dependencies [[`cc3aa58`](https://github.com/TBD54566975/web5-js/commit/cc3aa58069dd5465834b32174e3f840ddf782d60)]:
- @web5/common@1.0.2
- @web5/crypto@1.0.2
- @web5/dids@1.1.2

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/credentials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/credentials",
"version": "1.0.3",
"version": "1.0.4",
"description": "Verifiable Credentials",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/crypto-aws-kms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @web5/crypto-aws-kms

## 1.0.2

### Patch Changes

- [#694](https://github.com/TBD54566975/web5-js/pull/694) [`cc3aa58`](https://github.com/TBD54566975/web5-js/commit/cc3aa58069dd5465834b32174e3f840ddf782d60) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Dependency updates.

- Updated dependencies [[`cc3aa58`](https://github.com/TBD54566975/web5-js/commit/cc3aa58069dd5465834b32174e3f840ddf782d60)]:
- @web5/crypto@1.0.2

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-aws-kms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/crypto-aws-kms",
"version": "1.0.1",
"version": "1.0.2",
"description": "Web5 cryptographic library using AWS KMS",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @web5/crypto

## 1.0.2

### Patch Changes

- [#694](https://github.com/TBD54566975/web5-js/pull/694) [`cc3aa58`](https://github.com/TBD54566975/web5-js/commit/cc3aa58069dd5465834b32174e3f840ddf782d60) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Dependency updates.

- Updated dependencies [[`cc3aa58`](https://github.com/TBD54566975/web5-js/commit/cc3aa58069dd5465834b32174e3f840ddf782d60)]:
- @web5/common@1.0.2

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/crypto",
"version": "1.0.1",
"version": "1.0.2",
"description": "Web5 cryptographic library",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/dids/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @web5/dids

## 1.1.2

### Patch Changes

- [#694](https://github.com/TBD54566975/web5-js/pull/694) [`cc3aa58`](https://github.com/TBD54566975/web5-js/commit/cc3aa58069dd5465834b32174e3f840ddf782d60) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Dependency updates.

- Updated dependencies [[`cc3aa58`](https://github.com/TBD54566975/web5-js/commit/cc3aa58069dd5465834b32174e3f840ddf782d60)]:
- @web5/common@1.0.2
- @web5/crypto@1.0.2

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/dids",
"version": "1.1.1",
"version": "1.1.2",
"description": "TBD DIDs library",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
22 changes: 22 additions & 0 deletions packages/identity-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @web5/identity-agent

## 0.4.0

### Minor Changes

- [#736](https://github.com/TBD54566975/web5-js/pull/736) [`89f239d`](https://github.com/TBD54566975/web5-js/commit/89f239d1338a71ce700ac1efaef124035a5363c9) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Migrate `Events` interface to `Messages` interface for sync

- [#743](https://github.com/TBD54566975/web5-js/pull/743) [`44604a4`](https://github.com/TBD54566975/web5-js/commit/44604a4edacdbfa09f0427f782ac49a34a9d9d2b) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Protocol driven identity, key and did storage

### Patch Changes

- [#739](https://github.com/TBD54566975/web5-js/pull/739) [`5b0c61a`](https://github.com/TBD54566975/web5-js/commit/5b0c61ab548dfe7258592cc7fb924fabc80f7be1) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Sync accounts for 404 from a conflicting RecordsDelete message

- [#694](https://github.com/TBD54566975/web5-js/pull/694) [`cc3aa58`](https://github.com/TBD54566975/web5-js/commit/cc3aa58069dd5465834b32174e3f840ddf782d60) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Dependency updates.

- [#738](https://github.com/TBD54566975/web5-js/pull/738) [`bc54d0c`](https://github.com/TBD54566975/web5-js/commit/bc54d0c82d9665d60b4fa6bba11f7ef3e24497a4) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Remove Duplicate Methods used in sync & Fix sync bug where only RecordsWrite were being pulled from the remote

- Updated dependencies [[`5b0c61a`](https://github.com/TBD54566975/web5-js/commit/5b0c61ab548dfe7258592cc7fb924fabc80f7be1), [`cc3aa58`](https://github.com/TBD54566975/web5-js/commit/cc3aa58069dd5465834b32174e3f840ddf782d60), [`89f239d`](https://github.com/TBD54566975/web5-js/commit/89f239d1338a71ce700ac1efaef124035a5363c9), [`1708050`](https://github.com/TBD54566975/web5-js/commit/1708050fa2cbcdd9861ef289bb306505c8671194), [`44604a4`](https://github.com/TBD54566975/web5-js/commit/44604a4edacdbfa09f0427f782ac49a34a9d9d2b), [`bc54d0c`](https://github.com/TBD54566975/web5-js/commit/bc54d0c82d9665d60b4fa6bba11f7ef3e24497a4)]:
- @web5/agent@0.4.0
- @web5/common@1.0.2
- @web5/crypto@1.0.2
- @web5/dids@1.1.2

## 0.3.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/identity-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/identity-agent",
"version": "0.3.8",
"version": "0.4.0",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
22 changes: 22 additions & 0 deletions packages/proxy-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @web5/proxy-agent

## 0.4.0

### Minor Changes

- [#736](https://github.com/TBD54566975/web5-js/pull/736) [`89f239d`](https://github.com/TBD54566975/web5-js/commit/89f239d1338a71ce700ac1efaef124035a5363c9) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Migrate `Events` interface to `Messages` interface for sync

- [#743](https://github.com/TBD54566975/web5-js/pull/743) [`44604a4`](https://github.com/TBD54566975/web5-js/commit/44604a4edacdbfa09f0427f782ac49a34a9d9d2b) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Protocol driven identity, key and did storage

### Patch Changes

- [#739](https://github.com/TBD54566975/web5-js/pull/739) [`5b0c61a`](https://github.com/TBD54566975/web5-js/commit/5b0c61ab548dfe7258592cc7fb924fabc80f7be1) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Sync accounts for 404 from a conflicting RecordsDelete message

- [#694](https://github.com/TBD54566975/web5-js/pull/694) [`cc3aa58`](https://github.com/TBD54566975/web5-js/commit/cc3aa58069dd5465834b32174e3f840ddf782d60) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Dependency updates.

- [#738](https://github.com/TBD54566975/web5-js/pull/738) [`bc54d0c`](https://github.com/TBD54566975/web5-js/commit/bc54d0c82d9665d60b4fa6bba11f7ef3e24497a4) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Remove Duplicate Methods used in sync & Fix sync bug where only RecordsWrite were being pulled from the remote

- Updated dependencies [[`5b0c61a`](https://github.com/TBD54566975/web5-js/commit/5b0c61ab548dfe7258592cc7fb924fabc80f7be1), [`cc3aa58`](https://github.com/TBD54566975/web5-js/commit/cc3aa58069dd5465834b32174e3f840ddf782d60), [`89f239d`](https://github.com/TBD54566975/web5-js/commit/89f239d1338a71ce700ac1efaef124035a5363c9), [`1708050`](https://github.com/TBD54566975/web5-js/commit/1708050fa2cbcdd9861ef289bb306505c8671194), [`44604a4`](https://github.com/TBD54566975/web5-js/commit/44604a4edacdbfa09f0427f782ac49a34a9d9d2b), [`bc54d0c`](https://github.com/TBD54566975/web5-js/commit/bc54d0c82d9665d60b4fa6bba11f7ef3e24497a4)]:
- @web5/agent@0.4.0
- @web5/common@1.0.2
- @web5/crypto@1.0.2
- @web5/dids@1.1.2

## 0.3.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/proxy-agent",
"version": "0.3.8",
"version": "0.4.0",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
22 changes: 22 additions & 0 deletions packages/user-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @web5/user-agent

## 0.4.0

### Minor Changes

- [#736](https://github.com/TBD54566975/web5-js/pull/736) [`89f239d`](https://github.com/TBD54566975/web5-js/commit/89f239d1338a71ce700ac1efaef124035a5363c9) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Migrate `Events` interface to `Messages` interface for sync

- [#743](https://github.com/TBD54566975/web5-js/pull/743) [`44604a4`](https://github.com/TBD54566975/web5-js/commit/44604a4edacdbfa09f0427f782ac49a34a9d9d2b) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Protocol driven identity, key and did storage

### Patch Changes

- [#739](https://github.com/TBD54566975/web5-js/pull/739) [`5b0c61a`](https://github.com/TBD54566975/web5-js/commit/5b0c61ab548dfe7258592cc7fb924fabc80f7be1) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Sync accounts for 404 from a conflicting RecordsDelete message

- [#694](https://github.com/TBD54566975/web5-js/pull/694) [`cc3aa58`](https://github.com/TBD54566975/web5-js/commit/cc3aa58069dd5465834b32174e3f840ddf782d60) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Dependency updates.

- [#738](https://github.com/TBD54566975/web5-js/pull/738) [`bc54d0c`](https://github.com/TBD54566975/web5-js/commit/bc54d0c82d9665d60b4fa6bba11f7ef3e24497a4) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Remove Duplicate Methods used in sync & Fix sync bug where only RecordsWrite were being pulled from the remote

- Updated dependencies [[`5b0c61a`](https://github.com/TBD54566975/web5-js/commit/5b0c61ab548dfe7258592cc7fb924fabc80f7be1), [`cc3aa58`](https://github.com/TBD54566975/web5-js/commit/cc3aa58069dd5465834b32174e3f840ddf782d60), [`89f239d`](https://github.com/TBD54566975/web5-js/commit/89f239d1338a71ce700ac1efaef124035a5363c9), [`1708050`](https://github.com/TBD54566975/web5-js/commit/1708050fa2cbcdd9861ef289bb306505c8671194), [`44604a4`](https://github.com/TBD54566975/web5-js/commit/44604a4edacdbfa09f0427f782ac49a34a9d9d2b), [`bc54d0c`](https://github.com/TBD54566975/web5-js/commit/bc54d0c82d9665d60b4fa6bba11f7ef3e24497a4)]:
- @web5/agent@0.4.0
- @web5/common@1.0.2
- @web5/crypto@1.0.2
- @web5/dids@1.1.2

## 0.3.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/user-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/user-agent",
"version": "0.3.8",
"version": "0.4.0",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
Loading

0 comments on commit 8dd0832

Please sign in to comment.