Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/bright-plums-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-spoons-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-carpets-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-papayas-reflect.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/old-balloons-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-garlics-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-taxis-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-crabs-taste.md

This file was deleted.

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

## 0.4.1

### Patch Changes

- [#765](https://github.com/TBD54566975/web5-js/pull/765) [`8baa679`](https://github.com/TBD54566975/web5-js/commit/8baa679ae496c9052025b11d435c48390579be47) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Added DWN Registrar utility class

- [#770](https://github.com/TBD54566975/web5-js/pull/770) [`f71ce8a`](https://github.com/TBD54566975/web5-js/commit/f71ce8a6b9b10dfb1a627a9fe0d7473a453422e0) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade `dwn-sdk-js` and `dwn-server`

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
24 changes: 24 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @web5/api

## 0.10.0

### Minor Changes

- [#635](https://github.com/TBD54566975/web5-js/pull/635) [`09f80b7`](https://github.com/TBD54566975/web5-js/commit/09f80b70d099c743cb1057e3d66eb0471c542f14) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Implement a `delete` method and state on the `@web5/api` `Record` class

- [#736](https://github.com/TBD54566975/web5-js/pull/736) [`89f239d`](https://github.com/TBD54566975/web5-js/commit/89f239d1338a71ce700ac1efaef124035a5363c9) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Update Agent to latest version along with dwn-sdk-js to v 0.4.0

- [#694](https://github.com/TBD54566975/web5-js/pull/694) [`cc3aa58`](https://github.com/TBD54566975/web5-js/commit/cc3aa58069dd5465834b32174e3f840ddf782d60) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Added WalletConnectOptions and updated dwn-sdk-js dependencies.

### Patch Changes

- [#769](https://github.com/TBD54566975/web5-js/pull/769) [`d18aa6b`](https://github.com/TBD54566975/web5-js/commit/d18aa6bfe0388097e48416477d3c43147dfd4282) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add DWN Tenent Registration to `Web5.connect()`

- [#770](https://github.com/TBD54566975/web5-js/pull/770) [`f71ce8a`](https://github.com/TBD54566975/web5-js/commit/f71ce8a6b9b10dfb1a627a9fe0d7473a453422e0) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade `dwn-sdk-js` and `dwn-server`

- [#745](https://github.com/TBD54566975/web5-js/pull/745) [`a956f72`](https://github.com/TBD54566975/web5-js/commit/a956f729f2c7a8e935d4a66511b393d1ccf1476a) Thanks [@LiranCohen](https://github.com/LiranCohen)! - make `rawMessage` not private in `Record` class

- [#750](https://github.com/TBD54566975/web5-js/pull/750) [`750aa1c`](https://github.com/TBD54566975/web5-js/commit/750aa1c2c52515104c7ff4e36945297b58d68356) Thanks [@LiranCohen](https://github.com/LiranCohen)! - default DWN Server selection updated to select only 1 defaulting to the `beta` TBD hosted version

- Updated dependencies [[`8baa679`](https://github.com/TBD54566975/web5-js/commit/8baa679ae496c9052025b11d435c48390579be47), [`f71ce8a`](https://github.com/TBD54566975/web5-js/commit/f71ce8a6b9b10dfb1a627a9fe0d7473a453422e0)]:
- @web5/agent@0.4.1
- @web5/user-agent@0.4.1

## 0.9.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/api",
"version": "0.9.4",
"version": "0.10.0",
"description": "SDK for accessing the features and capabilities of Web5",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/identity-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @web5/identity-agent

## 0.4.1

### Patch Changes

- [#770](https://github.com/TBD54566975/web5-js/pull/770) [`f71ce8a`](https://github.com/TBD54566975/web5-js/commit/f71ce8a6b9b10dfb1a627a9fe0d7473a453422e0) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade `dwn-sdk-js` and `dwn-server`

- Updated dependencies [[`8baa679`](https://github.com/TBD54566975/web5-js/commit/8baa679ae496c9052025b11d435c48390579be47), [`f71ce8a`](https://github.com/TBD54566975/web5-js/commit/f71ce8a6b9b10dfb1a627a9fe0d7473a453422e0)]:
- @web5/agent@0.4.1

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/proxy-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @web5/proxy-agent

## 0.4.1

### Patch Changes

- [#770](https://github.com/TBD54566975/web5-js/pull/770) [`f71ce8a`](https://github.com/TBD54566975/web5-js/commit/f71ce8a6b9b10dfb1a627a9fe0d7473a453422e0) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade `dwn-sdk-js` and `dwn-server`

- Updated dependencies [[`8baa679`](https://github.com/TBD54566975/web5-js/commit/8baa679ae496c9052025b11d435c48390579be47), [`f71ce8a`](https://github.com/TBD54566975/web5-js/commit/f71ce8a6b9b10dfb1a627a9fe0d7473a453422e0)]:
- @web5/agent@0.4.1

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/user-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @web5/user-agent

## 0.4.1

### Patch Changes

- [#770](https://github.com/TBD54566975/web5-js/pull/770) [`f71ce8a`](https://github.com/TBD54566975/web5-js/commit/f71ce8a6b9b10dfb1a627a9fe0d7473a453422e0) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade `dwn-sdk-js` and `dwn-server`

- Updated dependencies [[`8baa679`](https://github.com/TBD54566975/web5-js/commit/8baa679ae496c9052025b11d435c48390579be47), [`f71ce8a`](https://github.com/TBD54566975/web5-js/commit/f71ce8a6b9b10dfb1a627a9fe0d7473a453422e0)]:
- @web5/agent@0.4.1

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down